APIs.io Engineering Platform Cloudflare API — Workers KV Namespace

APIs.io Engineering Platform Cloudflare API — Workers KV Namespace. 13 operations. Lead operation: APIs.io Engineering Platform List Namespaces. Self-contained Naftiko capability covering one Engineering Platform business surface.

Run with Naftiko Engineering PlatformWorkers KV Namespace

What You Can Do

GET
Workerskvnamespacelistnamespaces — APIs.io Engineering Platform List Namespaces
/v1/accounts/{account-id}/storage/kv/namespaces
POST
Workerskvnamespacecreateanamespace — APIs.io Engineering Platform Create a Namespace
/v1/accounts/{account-id}/storage/kv/namespaces
DELETE
Workerskvnamespaceremoveanamespace — APIs.io Engineering Platform Remove a Namespace
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}
GET
Workerskvnamespacegetanamespace — APIs.io Engineering Platform Get a Namespace
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}
PUT
Workerskvnamespacerenameanamespace — APIs.io Engineering Platform Rename a Namespace
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}
DELETE
Workerskvnamespacedeletemultiplekeyvaluepairsdeprecated — APIs.io Engineering Platform Delete multiple key-value pairs
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/bulk
PUT
Workerskvnamespacewritemultiplekeyvaluepairs — APIs.io Engineering Platform Write multiple key-value pairs
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/bulk
POST
Workerskvnamespacedeletemultiplekeyvaluepairs — APIs.io Engineering Platform Delete multiple key-value pairs
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/bulk/delete
GET
Workerskvnamespacelistanamespaceskeys — APIs.io Engineering Platform List a Namespace's Keys
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/keys
GET
Workerskvnamespacereadthemetadataforakey — APIs.io Engineering Platform Read the metadata for a key
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/metadata/{key-name}
DELETE
Workerskvnamespacedeletekeyvaluepair — APIs.io Engineering Platform Delete key-value pair
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/values/{key-name}
GET
Workerskvnamespacereadkeyvaluepair — APIs.io Engineering Platform Read key-value pair
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/values/{key-name}
PUT
Workerskvnamespacewritekeyvaluepairwithmetadata — APIs.io Engineering Platform Write key-value pair with metadata
/v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/values/{key-name}

MCP Tools

apis-io-engineering-platform-list-namespaces

APIs.io Engineering Platform List Namespaces

read-only idempotent
apis-io-engineering-platform-create-namespace

APIs.io Engineering Platform Create a Namespace

apis-io-engineering-platform-remove-namespace

APIs.io Engineering Platform Remove a Namespace

idempotent
apis-io-engineering-platform-get-namespace

APIs.io Engineering Platform Get a Namespace

read-only idempotent
apis-io-engineering-platform-rename-namespace

APIs.io Engineering Platform Rename a Namespace

idempotent
apis-io-engineering-platform-delete-multiple

APIs.io Engineering Platform Delete multiple key-value pairs

idempotent
apis-io-engineering-platform-write-multiple

APIs.io Engineering Platform Write multiple key-value pairs

idempotent
apis-io-engineering-platform-delete-multiple-2

APIs.io Engineering Platform Delete multiple key-value pairs

apis-io-engineering-platform-list-namespace-s

APIs.io Engineering Platform List a Namespace's Keys

read-only idempotent
apis-io-engineering-platform-read-metadata

APIs.io Engineering Platform Read the metadata for a key

read-only idempotent
apis-io-engineering-platform-delete-key

APIs.io Engineering Platform Delete key-value pair

idempotent
apis-io-engineering-platform-read-key

APIs.io Engineering Platform Read key-value pair

read-only idempotent
apis-io-engineering-platform-write-key

APIs.io Engineering Platform Write key-value pair with metadata

idempotent

Capability Spec

cloudflare-workers-kv-namespace.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: APIs.io Engineering Platform Cloudflare API — Workers KV Namespace
  description: 'APIs.io Engineering Platform Cloudflare API — Workers KV Namespace. 13 operations. Lead operation: APIs.io
    Engineering Platform List Namespaces. Self-contained Naftiko capability covering one Engineering Platform business surface.'
  tags:
  - Engineering Platform
  - Workers KV Namespace
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    ENGINEERING_PLATFORM_API_KEY: ENGINEERING_PLATFORM_API_KEY
capability:
  consumes:
  - type: http
    namespace: cloudflare-workers-kv-namespace
    baseUri: ''
    description: APIs.io Engineering Platform Cloudflare API — Workers KV Namespace business capability. Self-contained, no
      shared references.
    resources:
    - name: accounts-account_id-storage-kv-namespaces
      path: /accounts/{account_id}/storage/kv/namespaces
      operations:
      - name: workerskvnamespacelistnamespaces
        method: GET
        description: APIs.io Engineering Platform List Namespaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: page
          in: query
          type: number
        - name: per_page
          in: query
          type: number
        - name: order
          in: query
          type: string
        - name: direction
          in: query
          type: string
      - name: workerskvnamespacecreateanamespace
        method: POST
        description: APIs.io Engineering Platform Create a Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-storage-kv-namespaces-namespace_id
      path: /accounts/{account_id}/storage/kv/namespaces/{namespace_id}
      operations:
      - name: workerskvnamespaceremoveanamespace
        method: DELETE
        description: APIs.io Engineering Platform Remove a Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: workerskvnamespacegetanamespace
        method: GET
        description: APIs.io Engineering Platform Get a Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: workerskvnamespacerenameanamespace
        method: PUT
        description: APIs.io Engineering Platform Rename a Namespace
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-storage-kv-namespaces-namespace_id-bulk
      path: /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk
      operations:
      - name: workerskvnamespacedeletemultiplekeyvaluepairsdeprecated
        method: DELETE
        description: APIs.io Engineering Platform Delete multiple key-value pairs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: workerskvnamespacewritemultiplekeyvaluepairs
        method: PUT
        description: APIs.io Engineering Platform Write multiple key-value pairs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-storage-kv-namespaces-namespace_id-bulk-delete
      path: /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/bulk/delete
      operations:
      - name: workerskvnamespacedeletemultiplekeyvaluepairs
        method: POST
        description: APIs.io Engineering Platform Delete multiple key-value pairs
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: accounts-account_id-storage-kv-namespaces-namespace_id-keys
      path: /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/keys
      operations:
      - name: workerskvnamespacelistanamespaceskeys
        method: GET
        description: APIs.io Engineering Platform List a Namespace's Keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: limit
          in: query
          type: number
        - name: prefix
          in: query
          type: string
        - name: cursor
          in: query
          type: string
    - name: accounts-account_id-storage-kv-namespaces-namespace_id-metadata-key_name
      path: /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/metadata/{key_name}
      operations:
      - name: workerskvnamespacereadthemetadataforakey
        method: GET
        description: APIs.io Engineering Platform Read the metadata for a key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: key_name
          in: path
          type: string
          required: true
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
    - name: accounts-account_id-storage-kv-namespaces-namespace_id-values-key_name
      path: /accounts/{account_id}/storage/kv/namespaces/{namespace_id}/values/{key_name}
      operations:
      - name: workerskvnamespacedeletekeyvaluepair
        method: DELETE
        description: APIs.io Engineering Platform Delete key-value pair
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: key_name
          in: path
          type: string
          required: true
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: workerskvnamespacereadkeyvaluepair
        method: GET
        description: APIs.io Engineering Platform Read key-value pair
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: key_name
          in: path
          type: string
          required: true
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
      - name: workerskvnamespacewritekeyvaluepairwithmetadata
        method: PUT
        description: APIs.io Engineering Platform Write key-value pair with metadata
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: key_name
          in: path
          type: string
          required: true
        - name: namespace_id
          in: path
          type: string
          required: true
        - name: account_id
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.ENGINEERING_PLATFORM_API_KEY}}'
  exposes:
  - type: rest
    namespace: cloudflare-workers-kv-namespace-rest
    port: 8080
    description: REST adapter for APIs.io Engineering Platform Cloudflare API — Workers KV Namespace. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/accounts/{account-id}/storage/kv/namespaces
      name: accounts-account-id-storage-kv-namespaces
      description: REST surface for accounts-account_id-storage-kv-namespaces.
      operations:
      - method: GET
        name: workerskvnamespacelistnamespaces
        description: APIs.io Engineering Platform List Namespaces
        call: cloudflare-workers-kv-namespace.workerskvnamespacelistnamespaces
        with:
          account_id: rest.account_id
          page: rest.page
          per_page: rest.per_page
          order: rest.order
          direction: rest.direction
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: workerskvnamespacecreateanamespace
        description: APIs.io Engineering Platform Create a Namespace
        call: cloudflare-workers-kv-namespace.workerskvnamespacecreateanamespace
        with:
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}
      name: accounts-account-id-storage-kv-namespaces-namespace-id
      description: REST surface for accounts-account_id-storage-kv-namespaces-namespace_id.
      operations:
      - method: DELETE
        name: workerskvnamespaceremoveanamespace
        description: APIs.io Engineering Platform Remove a Namespace
        call: cloudflare-workers-kv-namespace.workerskvnamespaceremoveanamespace
        with:
          namespace_id: rest.namespace_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: workerskvnamespacegetanamespace
        description: APIs.io Engineering Platform Get a Namespace
        call: cloudflare-workers-kv-namespace.workerskvnamespacegetanamespace
        with:
          namespace_id: rest.namespace_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: workerskvnamespacerenameanamespace
        description: APIs.io Engineering Platform Rename a Namespace
        call: cloudflare-workers-kv-namespace.workerskvnamespacerenameanamespace
        with:
          namespace_id: rest.namespace_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/bulk
      name: accounts-account-id-storage-kv-namespaces-namespace-id-bulk
      description: REST surface for accounts-account_id-storage-kv-namespaces-namespace_id-bulk.
      operations:
      - method: DELETE
        name: workerskvnamespacedeletemultiplekeyvaluepairsdeprecated
        description: APIs.io Engineering Platform Delete multiple key-value pairs
        call: cloudflare-workers-kv-namespace.workerskvnamespacedeletemultiplekeyvaluepairsdeprecated
        with:
          namespace_id: rest.namespace_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: workerskvnamespacewritemultiplekeyvaluepairs
        description: APIs.io Engineering Platform Write multiple key-value pairs
        call: cloudflare-workers-kv-namespace.workerskvnamespacewritemultiplekeyvaluepairs
        with:
          namespace_id: rest.namespace_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/bulk/delete
      name: accounts-account-id-storage-kv-namespaces-namespace-id-bulk-delete
      description: REST surface for accounts-account_id-storage-kv-namespaces-namespace_id-bulk-delete.
      operations:
      - method: POST
        name: workerskvnamespacedeletemultiplekeyvaluepairs
        description: APIs.io Engineering Platform Delete multiple key-value pairs
        call: cloudflare-workers-kv-namespace.workerskvnamespacedeletemultiplekeyvaluepairs
        with:
          namespace_id: rest.namespace_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/keys
      name: accounts-account-id-storage-kv-namespaces-namespace-id-keys
      description: REST surface for accounts-account_id-storage-kv-namespaces-namespace_id-keys.
      operations:
      - method: GET
        name: workerskvnamespacelistanamespaceskeys
        description: APIs.io Engineering Platform List a Namespace's Keys
        call: cloudflare-workers-kv-namespace.workerskvnamespacelistanamespaceskeys
        with:
          namespace_id: rest.namespace_id
          account_id: rest.account_id
          limit: rest.limit
          prefix: rest.prefix
          cursor: rest.cursor
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/metadata/{key-name}
      name: accounts-account-id-storage-kv-namespaces-namespace-id-metadata-key-name
      description: REST surface for accounts-account_id-storage-kv-namespaces-namespace_id-metadata-key_name.
      operations:
      - method: GET
        name: workerskvnamespacereadthemetadataforakey
        description: APIs.io Engineering Platform Read the metadata for a key
        call: cloudflare-workers-kv-namespace.workerskvnamespacereadthemetadataforakey
        with:
          key_name: rest.key_name
          namespace_id: rest.namespace_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/accounts/{account-id}/storage/kv/namespaces/{namespace-id}/values/{key-name}
      name: accounts-account-id-storage-kv-namespaces-namespace-id-values-key-name
      description: REST surface for accounts-account_id-storage-kv-namespaces-namespace_id-values-key_name.
      operations:
      - method: DELETE
        name: workerskvnamespacedeletekeyvaluepair
        description: APIs.io Engineering Platform Delete key-value pair
        call: cloudflare-workers-kv-namespace.workerskvnamespacedeletekeyvaluepair
        with:
          key_name: rest.key_name
          namespace_id: rest.namespace_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: workerskvnamespacereadkeyvaluepair
        description: APIs.io Engineering Platform Read key-value pair
        call: cloudflare-workers-kv-namespace.workerskvnamespacereadkeyvaluepair
        with:
          key_name: rest.key_name
          namespace_id: rest.namespace_id
          account_id: rest.account_id
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: workerskvnamespacewritekeyvaluepairwithmetadata
        description: APIs.io Engineering Platform Write key-value pair with metadata
        call: cloudflare-workers-kv-namespace.workerskvnamespacewritekeyvaluepairwithmetadata
        with:
          key_name: rest.key_name
          namespace_id: rest.namespace_id
          account_id: rest.account_id
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: cloudflare-workers-kv-namespace-mcp
    port: 9090
    transport: http
    description: MCP adapter for APIs.io Engineering Platform Cloudflare API — Workers KV Namespace. One tool per consumed
      operation, routed inline through this capability's consumes block.
    tools:
    - name: apis-io-engineering-platform-list-namespaces
      description: APIs.io Engineering Platform List Namespaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacelistnamespaces
      with:
        account_id: tools.account_id
        page: tools.page
        per_page: tools.per_page
        order: tools.order
        direction: tools.direction
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-create-namespace
      description: APIs.io Engineering Platform Create a Namespace
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-workers-kv-namespace.workerskvnamespacecreateanamespace
      with:
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-remove-namespace
      description: APIs.io Engineering Platform Remove a Namespace
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespaceremoveanamespace
      with:
        namespace_id: tools.namespace_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-get-namespace
      description: APIs.io Engineering Platform Get a Namespace
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacegetanamespace
      with:
        namespace_id: tools.namespace_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-rename-namespace
      description: APIs.io Engineering Platform Rename a Namespace
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacerenameanamespace
      with:
        namespace_id: tools.namespace_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-multiple
      description: APIs.io Engineering Platform Delete multiple key-value pairs
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacedeletemultiplekeyvaluepairsdeprecated
      with:
        namespace_id: tools.namespace_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-write-multiple
      description: APIs.io Engineering Platform Write multiple key-value pairs
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacewritemultiplekeyvaluepairs
      with:
        namespace_id: tools.namespace_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-multiple-2
      description: APIs.io Engineering Platform Delete multiple key-value pairs
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: cloudflare-workers-kv-namespace.workerskvnamespacedeletemultiplekeyvaluepairs
      with:
        namespace_id: tools.namespace_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-list-namespace-s
      description: APIs.io Engineering Platform List a Namespace's Keys
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacelistanamespaceskeys
      with:
        namespace_id: tools.namespace_id
        account_id: tools.account_id
        limit: tools.limit
        prefix: tools.prefix
        cursor: tools.cursor
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-read-metadata
      description: APIs.io Engineering Platform Read the metadata for a key
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacereadthemetadataforakey
      with:
        key_name: tools.key_name
        namespace_id: tools.namespace_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-delete-key
      description: APIs.io Engineering Platform Delete key-value pair
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacedeletekeyvaluepair
      with:
        key_name: tools.key_name
        namespace_id: tools.namespace_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-read-key
      description: APIs.io Engineering Platform Read key-value pair
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacereadkeyvaluepair
      with:
        key_name: tools.key_name
        namespace_id: tools.namespace_id
        account_id: tools.account_id
      outputParameters:
      - type: object
        mapping: $.
    - name: apis-io-engineering-platform-write-key
      description: APIs.io Engineering Platform Write key-value pair with metadata
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: cloudflare-workers-kv-namespace.workerskvnamespacewritekeyvaluepairwithmetadata
      with:
        key_name: tools.key_name
        namespace_id: tools.namespace_id
        account_id: tools.account_id
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.