Google Cloud Speech-to-Text API — Operations

Google Cloud Speech-to-Text API — Operations. 1 operations. Lead operation: Google Cloud Speech-To-Text Get operation status. Self-contained Naftiko capability covering one Google Cloud Speech To Text business surface.

Run with Naftiko Google Cloud Speech To TextOperations

What You Can Do

GET
Getoperation — Google Cloud Speech-To-Text Get operation status
/v1/operations/{operationid}

MCP Tools

google-cloud-speech-text-get

Google Cloud Speech-To-Text Get operation status

read-only idempotent

Capability Spec

openapi-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Google Cloud Speech-to-Text API — Operations
  description: 'Google Cloud Speech-to-Text API — Operations. 1 operations. Lead operation: Google Cloud Speech-To-Text Get
    operation status. Self-contained Naftiko capability covering one Google Cloud Speech To Text business surface.'
  tags:
  - Google Cloud Speech To Text
  - Operations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    GOOGLE_CLOUD_SPEECH_TO_TEXT_API_KEY: GOOGLE_CLOUD_SPEECH_TO_TEXT_API_KEY
capability:
  consumes:
  - type: http
    namespace: openapi-operations
    baseUri: https://speech.googleapis.com/v1
    description: Google Cloud Speech-to-Text API — Operations business capability. Self-contained, no shared references.
    resources:
    - name: operations-operationId
      path: /operations/{operationId}
      operations:
      - name: getoperation
        method: GET
        description: Google Cloud Speech-To-Text Get operation status
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operationId
          in: path
          type: string
          required: true
    authentication:
      type: bearer
      token: '{{env.GOOGLE_CLOUD_SPEECH_TO_TEXT_API_KEY}}'
  exposes:
  - type: rest
    namespace: openapi-operations-rest
    port: 8080
    description: REST adapter for Google Cloud Speech-to-Text API — Operations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/operations/{operationid}
      name: operations-operationid
      description: REST surface for operations-operationId.
      operations:
      - method: GET
        name: getoperation
        description: Google Cloud Speech-To-Text Get operation status
        call: openapi-operations.getoperation
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: openapi-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Google Cloud Speech-to-Text API — Operations. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: google-cloud-speech-text-get
      description: Google Cloud Speech-To-Text Get operation status
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: openapi-operations.getoperation
      with:
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.