Microsoft Azure · Capability

Microsoft Azure Document Intelligence (formerly Form Recognizer) — Operations

Microsoft Azure Document Intelligence (formerly Form Recognizer) — Operations. 2 operations. Lead operation: Microsoft Azure Get Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOperations

What You Can Do

GET
Microsoftazuremiscellaneousoperationslistoperations — Microsoft Azure Get Operations
/v1/operations
GET
Microsoftazuremiscellaneousoperationsgetdocumentmodelbuildoperation — Microsoft Azure Get Operations Operationid
/v1/operations/{operationid}

MCP Tools

microsoft-azure-get-operations

Microsoft Azure Get Operations

read-only idempotent
microsoft-azure-get-operations-operationid

Microsoft Azure Get Operations Operationid

read-only idempotent

Capability Spec

document-intelligence-formerly-form-recognizer-operations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Document Intelligence (formerly Form Recognizer) — Operations
  description: 'Microsoft Azure Document Intelligence (formerly Form Recognizer) — Operations. 2 operations. Lead operation:
    Microsoft Azure Get Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Operations
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    MICROSOFT_AZURE_API_KEY: MICROSOFT_AZURE_API_KEY
capability:
  consumes:
  - type: http
    namespace: document-intelligence-formerly-form-recognizer-operations
    baseUri: ''
    description: Microsoft Azure Document Intelligence (formerly Form Recognizer) — Operations business capability. Self-contained,
      no shared references.
    resources:
    - name: operations
      path: /operations
      operations:
      - name: microsoftazuremiscellaneousoperationslistoperations
        method: GET
        description: Microsoft Azure Get Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: operations-operationId
      path: /operations/{operationId}
      operations:
      - name: microsoftazuremiscellaneousoperationsgetdocumentmodelbuildoperation
        method: GET
        description: Microsoft Azure Get Operations Operationid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: operationId
          in: path
          type: string
          description: Operation ID
          required: true
  exposes:
  - type: rest
    namespace: document-intelligence-formerly-form-recognizer-operations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Document Intelligence (formerly Form Recognizer) — Operations. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/operations
      name: operations
      description: REST surface for operations.
      operations:
      - method: GET
        name: microsoftazuremiscellaneousoperationslistoperations
        description: Microsoft Azure Get Operations
        call: document-intelligence-formerly-form-recognizer-operations.microsoftazuremiscellaneousoperationslistoperations
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/operations/{operationid}
      name: operations-operationid
      description: REST surface for operations-operationId.
      operations:
      - method: GET
        name: microsoftazuremiscellaneousoperationsgetdocumentmodelbuildoperation
        description: Microsoft Azure Get Operations Operationid
        call: document-intelligence-formerly-form-recognizer-operations.microsoftazuremiscellaneousoperationsgetdocumentmodelbuildoperation
        with:
          operationId: rest.operationId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: document-intelligence-formerly-form-recognizer-operations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Document Intelligence (formerly Form Recognizer) — Operations. One tool per
      consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-operations
      description: Microsoft Azure Get Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: document-intelligence-formerly-form-recognizer-operations.microsoftazuremiscellaneousoperationslistoperations
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-operations-operationid
      description: Microsoft Azure Get Operations Operationid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: document-intelligence-formerly-form-recognizer-operations.microsoftazuremiscellaneousoperationsgetdocumentmodelbuildoperation
      with:
        operationId: tools.operationId
      outputParameters:
      - type: object
        mapping: $.