linode · Capability

Linode API v4 — Object Storage

Linode API v4 — Object Storage. 6 operations. Lead operation: List Object Storage buckets. Self-contained Naftiko capability covering one Linode business surface.

Run with Naftiko LinodeObject Storage

What You Can Do

GET
Getobjectstoragebuckets — List Object Storage buckets
/v1/object-storage/buckets
GET
Getobjectstoragebucket — Get an Object Storage bucket
/v1/object-storage/buckets/{regionid}/{bucket}
DELETE
Deleteobjectstoragebucket — Delete an Object Storage bucket
/v1/object-storage/buckets/{regionid}/{bucket}
GET
Getobjectstorageendpoints — List Object Storage endpoints
/v1/object-storage/endpoints
GET
Getobjectstoragekeys — List Object Storage keys
/v1/object-storage/keys
POST
Createobjectstoragekey — Create an Object Storage key
/v1/object-storage/keys

MCP Tools

list-object-storage-buckets

List Object Storage buckets

read-only idempotent
get-object-storage-bucket

Get an Object Storage bucket

read-only idempotent
delete-object-storage-bucket

Delete an Object Storage bucket

idempotent
list-object-storage-endpoints

List Object Storage endpoints

read-only idempotent
list-object-storage-keys

List Object Storage keys

read-only idempotent
create-object-storage-key

Create an Object Storage key

Capability Spec

api-v4-object-storage.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Linode API v4 — Object Storage
  description: 'Linode API v4 — Object Storage. 6 operations. Lead operation: List Object Storage buckets. Self-contained
    Naftiko capability covering one Linode business surface.'
  tags:
  - Linode
  - Object Storage
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    LINODE_API_KEY: LINODE_API_KEY
capability:
  consumes:
  - type: http
    namespace: api-v4-object-storage
    baseUri: https://api.linode.com/v4
    description: Linode API v4 — Object Storage business capability. Self-contained, no shared references.
    resources:
    - name: object-storage-buckets
      path: /object-storage/buckets
      operations:
      - name: getobjectstoragebuckets
        method: GET
        description: List Object Storage buckets
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: object-storage-buckets-regionId-bucket
      path: /object-storage/buckets/{regionId}/{bucket}
      operations:
      - name: getobjectstoragebucket
        method: GET
        description: Get an Object Storage bucket
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: deleteobjectstoragebucket
        method: DELETE
        description: Delete an Object Storage bucket
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: object-storage-endpoints
      path: /object-storage/endpoints
      operations:
      - name: getobjectstorageendpoints
        method: GET
        description: List Object Storage endpoints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: object-storage-keys
      path: /object-storage/keys
      operations:
      - name: getobjectstoragekeys
        method: GET
        description: List Object Storage keys
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createobjectstoragekey
        method: POST
        description: Create an Object Storage key
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    authentication:
      type: bearer
      token: '{{env.LINODE_API_KEY}}'
  exposes:
  - type: rest
    namespace: api-v4-object-storage-rest
    port: 8080
    description: REST adapter for Linode API v4 — Object Storage. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/object-storage/buckets
      name: object-storage-buckets
      description: REST surface for object-storage-buckets.
      operations:
      - method: GET
        name: getobjectstoragebuckets
        description: List Object Storage buckets
        call: api-v4-object-storage.getobjectstoragebuckets
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/object-storage/buckets/{regionid}/{bucket}
      name: object-storage-buckets-regionid-bucket
      description: REST surface for object-storage-buckets-regionId-bucket.
      operations:
      - method: GET
        name: getobjectstoragebucket
        description: Get an Object Storage bucket
        call: api-v4-object-storage.getobjectstoragebucket
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteobjectstoragebucket
        description: Delete an Object Storage bucket
        call: api-v4-object-storage.deleteobjectstoragebucket
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/object-storage/endpoints
      name: object-storage-endpoints
      description: REST surface for object-storage-endpoints.
      operations:
      - method: GET
        name: getobjectstorageendpoints
        description: List Object Storage endpoints
        call: api-v4-object-storage.getobjectstorageendpoints
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/object-storage/keys
      name: object-storage-keys
      description: REST surface for object-storage-keys.
      operations:
      - method: GET
        name: getobjectstoragekeys
        description: List Object Storage keys
        call: api-v4-object-storage.getobjectstoragekeys
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createobjectstoragekey
        description: Create an Object Storage key
        call: api-v4-object-storage.createobjectstoragekey
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: api-v4-object-storage-mcp
    port: 9090
    transport: http
    description: MCP adapter for Linode API v4 — Object Storage. One tool per consumed operation, routed inline through this
      capability's consumes block.
    tools:
    - name: list-object-storage-buckets
      description: List Object Storage buckets
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-v4-object-storage.getobjectstoragebuckets
      outputParameters:
      - type: object
        mapping: $.
    - name: get-object-storage-bucket
      description: Get an Object Storage bucket
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-v4-object-storage.getobjectstoragebucket
      outputParameters:
      - type: object
        mapping: $.
    - name: delete-object-storage-bucket
      description: Delete an Object Storage bucket
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: api-v4-object-storage.deleteobjectstoragebucket
      outputParameters:
      - type: object
        mapping: $.
    - name: list-object-storage-endpoints
      description: List Object Storage endpoints
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-v4-object-storage.getobjectstorageendpoints
      outputParameters:
      - type: object
        mapping: $.
    - name: list-object-storage-keys
      description: List Object Storage keys
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: api-v4-object-storage.getobjectstoragekeys
      outputParameters:
      - type: object
        mapping: $.
    - name: create-object-storage-key
      description: Create an Object Storage key
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: api-v4-object-storage.createobjectstoragekey
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.