Microsoft Azure · Capability

Microsoft Azure Form Recognizer Client — Layout

Microsoft Azure Form Recognizer Client — Layout. 2 operations. Lead operation: Microsoft Azure Analyze Layout. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureLayout

What You Can Do

POST
Microsoftazureanalyzelayoutasync — Microsoft Azure Analyze Layout
/v1/layout/analyze
GET
Microsoftazuregetanalyzelayoutresult — Microsoft Azure Get Analyze Layout Result
/v1/layout/analyzeresults/{resultid}

MCP Tools

microsoft-azure-analyze-layout

Microsoft Azure Analyze Layout

microsoft-azure-get-analyze-layout

Microsoft Azure Get Analyze Layout Result

read-only idempotent

Capability Spec

form-recognizer-client-layout.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Form Recognizer Client — Layout
  description: 'Microsoft Azure Form Recognizer Client — Layout. 2 operations. Lead operation: Microsoft Azure Analyze Layout.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Layout
  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: form-recognizer-client-layout
    baseUri: ''
    description: Microsoft Azure Form Recognizer Client — Layout business capability. Self-contained, no shared references.
    resources:
    - name: layout-analyze
      path: /layout/analyze
      operations:
      - name: microsoftazureanalyzelayoutasync
        method: POST
        description: Microsoft Azure Analyze Layout
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: layout-analyzeResults-resultId
      path: /layout/analyzeResults/{resultId}
      operations:
      - name: microsoftazuregetanalyzelayoutresult
        method: GET
        description: Microsoft Azure Get Analyze Layout Result
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resultId
          in: path
          type: string
          description: Analyze operation result identifier.
          required: true
  exposes:
  - type: rest
    namespace: form-recognizer-client-layout-rest
    port: 8080
    description: REST adapter for Microsoft Azure Form Recognizer Client — Layout. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/layout/analyze
      name: layout-analyze
      description: REST surface for layout-analyze.
      operations:
      - method: POST
        name: microsoftazureanalyzelayoutasync
        description: Microsoft Azure Analyze Layout
        call: form-recognizer-client-layout.microsoftazureanalyzelayoutasync
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/layout/analyzeresults/{resultid}
      name: layout-analyzeresults-resultid
      description: REST surface for layout-analyzeResults-resultId.
      operations:
      - method: GET
        name: microsoftazuregetanalyzelayoutresult
        description: Microsoft Azure Get Analyze Layout Result
        call: form-recognizer-client-layout.microsoftazuregetanalyzelayoutresult
        with:
          resultId: rest.resultId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: form-recognizer-client-layout-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Form Recognizer Client — Layout. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-analyze-layout
      description: Microsoft Azure Analyze Layout
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: form-recognizer-client-layout.microsoftazureanalyzelayoutasync
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-analyze-layout
      description: Microsoft Azure Get Analyze Layout Result
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: form-recognizer-client-layout.microsoftazuregetanalyzelayoutresult
      with:
        resultId: tools.resultId
      outputParameters:
      - type: object
        mapping: $.