Composio · Capability

Composio Platform API — Migration

Composio Platform API — Migration. 1 operations. Lead operation: Get NanoId from UUID. Self-contained Naftiko capability covering one Composio business surface.

Run with Naftiko ComposioMigration

What You Can Do

GET
Getmigrationgetnanoid — Get NanoId from UUID
/v1/api/v3/migration/get-nanoid

MCP Tools

get-nanoid-uuid

Get NanoId from UUID

read-only idempotent

Capability Spec

composio-migration.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Composio Platform API — Migration
  description: 'Composio Platform API — Migration. 1 operations. Lead operation: Get NanoId from UUID. Self-contained Naftiko
    capability covering one Composio business surface.'
  tags:
  - Composio
  - Migration
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    COMPOSIO_API_KEY: COMPOSIO_API_KEY
capability:
  consumes:
  - type: http
    namespace: composio-migration
    baseUri: https://backend.composio.dev
    description: Composio Platform API — Migration business capability. Self-contained, no shared references.
    resources:
    - name: api-v3-migration-get-nanoid
      path: /api/v3/migration/get-nanoid
      operations:
      - name: getmigrationgetnanoid
        method: GET
        description: Get NanoId from UUID
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: uuid
          in: query
          type: string
          description: The legacy UUID that needs to be converted to a NanoId
          required: true
        - name: type
          in: query
          type: string
          description: The type of resource that the UUID belongs to
          required: true
        - name: x-api-key
          in: header
          type: string
          required: true
    authentication:
      type: apikey
      key: x-api-key
      value: '{{env.COMPOSIO_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: composio-migration-rest
    port: 8080
    description: REST adapter for Composio Platform API — Migration. One Spectral-compliant resource per consumed operation,
      prefixed with /v1.
    resources:
    - path: /v1/api/v3/migration/get-nanoid
      name: api-v3-migration-get-nanoid
      description: REST surface for api-v3-migration-get-nanoid.
      operations:
      - method: GET
        name: getmigrationgetnanoid
        description: Get NanoId from UUID
        call: composio-migration.getmigrationgetnanoid
        with:
          uuid: rest.uuid
          type: rest.type
          x-api-key: rest.x-api-key
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: composio-migration-mcp
    port: 9090
    transport: http
    description: MCP adapter for Composio Platform API — Migration. One tool per consumed operation, routed inline through
      this capability's consumes block.
    tools:
    - name: get-nanoid-uuid
      description: Get NanoId from UUID
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: composio-migration.getmigrationgetnanoid
      with:
        uuid: tools.uuid
        type: tools.type
        x-api-key: tools.x-api-key
      outputParameters:
      - type: object
        mapping: $.