planetscale · Capability

PlanetScale Platform API — Cluster Sizes

PlanetScale Platform API — Cluster Sizes. 1 operations. Lead operation: List cluster sizes. Self-contained Naftiko capability covering one Planetscale business surface.

Run with Naftiko PlanetscaleCluster Sizes

What You Can Do

GET
Listclustersizes — List cluster sizes
/v1/organizations/{organization}/cluster-size-skus

MCP Tools

list-cluster-sizes

List cluster sizes

read-only idempotent

Capability Spec

platform-cluster-sizes.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: PlanetScale Platform API — Cluster Sizes
  description: 'PlanetScale Platform API — Cluster Sizes. 1 operations. Lead operation: List cluster sizes. Self-contained
    Naftiko capability covering one Planetscale business surface.'
  tags:
  - Planetscale
  - Cluster Sizes
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    PLANETSCALE_API_KEY: PLANETSCALE_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-cluster-sizes
    baseUri: https://api.planetscale.com/v1
    description: PlanetScale Platform API — Cluster Sizes business capability. Self-contained, no shared references.
    resources:
    - name: organizations-organization-cluster-size-skus
      path: /organizations/{organization}/cluster-size-skus
      operations:
      - name: listclustersizes
        method: GET
        description: List cluster sizes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: bearer
      token: '{{env.PLANETSCALE_API_KEY}}'
  exposes:
  - type: rest
    namespace: platform-cluster-sizes-rest
    port: 8080
    description: REST adapter for PlanetScale Platform API — Cluster Sizes. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/organizations/{organization}/cluster-size-skus
      name: organizations-organization-cluster-size-skus
      description: REST surface for organizations-organization-cluster-size-skus.
      operations:
      - method: GET
        name: listclustersizes
        description: List cluster sizes
        call: platform-cluster-sizes.listclustersizes
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-cluster-sizes-mcp
    port: 9090
    transport: http
    description: MCP adapter for PlanetScale Platform API — Cluster Sizes. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: list-cluster-sizes
      description: List cluster sizes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-cluster-sizes.listclustersizes
      outputParameters:
      - type: object
        mapping: $.