Amazon Bedrock · Capability

Amazon Bedrock API — Provisioned Throughput

Amazon Bedrock API — Provisioned Throughput. 2 operations. Lead operation: Amazon Bedrock Create provisioned model throughput. Self-contained Naftiko capability covering one Amazon Bedrock business surface.

Run with Naftiko Amazon BedrockProvisioned Throughput

What You Can Do

POST
Createprovisionedmodelthroughput — Amazon Bedrock Create provisioned model throughput
/v1/provisioned-model-throughput
GET
Listprovisionedmodelthroughputs — Amazon Bedrock List provisioned model throughputs
/v1/provisioned-model-throughput

MCP Tools

amazon-bedrock-create-provisioned-model

Amazon Bedrock Create provisioned model throughput

amazon-bedrock-list-provisioned-model

Amazon Bedrock List provisioned model throughputs

read-only idempotent

Capability Spec

amazon-bedrock-provisioned-throughput.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Amazon Bedrock API — Provisioned Throughput
  description: 'Amazon Bedrock API — Provisioned Throughput. 2 operations. Lead operation: Amazon Bedrock Create provisioned
    model throughput. Self-contained Naftiko capability covering one Amazon Bedrock business surface.'
  tags:
  - Amazon Bedrock
  - Provisioned Throughput
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    AMAZON_BEDROCK_API_KEY: AMAZON_BEDROCK_API_KEY
capability:
  consumes:
  - type: http
    namespace: amazon-bedrock-provisioned-throughput
    baseUri: https://bedrock.{region}.amazonaws.com
    description: Amazon Bedrock API — Provisioned Throughput business capability. Self-contained, no shared references.
    resources:
    - name: provisioned-model-throughput
      path: /provisioned-model-throughput
      operations:
      - name: createprovisionedmodelthroughput
        method: POST
        description: Amazon Bedrock Create provisioned model throughput
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: listprovisionedmodelthroughputs
        method: GET
        description: Amazon Bedrock List provisioned model throughputs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: maxResults
          in: query
          type: integer
          description: Maximum number of results to return.
        - name: nextToken
          in: query
          type: string
          description: Token for pagination.
        - name: statusEquals
          in: query
          type: string
          description: Filter by status.
  exposes:
  - type: rest
    namespace: amazon-bedrock-provisioned-throughput-rest
    port: 8080
    description: REST adapter for Amazon Bedrock API — Provisioned Throughput. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/provisioned-model-throughput
      name: provisioned-model-throughput
      description: REST surface for provisioned-model-throughput.
      operations:
      - method: POST
        name: createprovisionedmodelthroughput
        description: Amazon Bedrock Create provisioned model throughput
        call: amazon-bedrock-provisioned-throughput.createprovisionedmodelthroughput
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: listprovisionedmodelthroughputs
        description: Amazon Bedrock List provisioned model throughputs
        call: amazon-bedrock-provisioned-throughput.listprovisionedmodelthroughputs
        with:
          maxResults: rest.maxResults
          nextToken: rest.nextToken
          statusEquals: rest.statusEquals
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: amazon-bedrock-provisioned-throughput-mcp
    port: 9090
    transport: http
    description: MCP adapter for Amazon Bedrock API — Provisioned Throughput. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: amazon-bedrock-create-provisioned-model
      description: Amazon Bedrock Create provisioned model throughput
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: amazon-bedrock-provisioned-throughput.createprovisionedmodelthroughput
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: amazon-bedrock-list-provisioned-model
      description: Amazon Bedrock List provisioned model throughputs
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: amazon-bedrock-provisioned-throughput.listprovisionedmodelthroughputs
      with:
        maxResults: tools.maxResults
        nextToken: tools.nextToken
        statusEquals: tools.statusEquals
      outputParameters:
      - type: object
        mapping: $.