Microsoft Azure · Capability

Microsoft Azure Document Intelligence (formerly Form Recognizer) — documentModels

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

Run with Naftiko Microsoft AzuredocumentModels

What You Can Do

GET
Microsoftazuredocumentmodelslistmodels — Microsoft Azure Get Documentmodels
/v1/documentmodels
GET
Microsoftazuredocumentmodelsgetmodel — Microsoft Azure Get Documentmodels Modelid
/v1/documentmodels/{modelid}
DELETE
Microsoftazuredocumentmodelsdeletemodel — Microsoft Azure Delete Documentmodels Modelid
/v1/documentmodels/{modelid}
GET
Microsoftazuredocumentmodelsgetanalyzeresult — Microsoft Azure Get Documentmodels Modelid Analyzeresults Resultid
/v1/documentmodels/{modelid}/analyzeresults/{resultid}
POST
Microsoftazuredocumentmodelsanalyzedocumentfromstream — Microsoft Azure Post Documentmodels Modelid:analyze
/v1/documentmodels/modelid-analyze
POST
Microsoftazuredocumentmodelscopymodelto — Microsoft Azure Post Documentmodels Modelid:copyto
/v1/documentmodels/modelid-copyto

MCP Tools

microsoft-azure-get-documentmodels

Microsoft Azure Get Documentmodels

read-only idempotent
microsoft-azure-get-documentmodels-modelid

Microsoft Azure Get Documentmodels Modelid

read-only idempotent
microsoft-azure-delete-documentmodels-modelid

Microsoft Azure Delete Documentmodels Modelid

idempotent
microsoft-azure-get-documentmodels-modelid-2

Microsoft Azure Get Documentmodels Modelid Analyzeresults Resultid

read-only idempotent
microsoft-azure-post-documentmodels-modelid-analyze

Microsoft Azure Post Documentmodels Modelid:analyze

microsoft-azure-post-documentmodels-modelid-copyto

Microsoft Azure Post Documentmodels Modelid:copyto

Capability Spec

document-intelligence-formerly-form-recognizer-documentmodels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Document Intelligence (formerly Form Recognizer) — documentModels
  description: 'Microsoft Azure Document Intelligence (formerly Form Recognizer) — documentModels. 6 operations. Lead operation:
    Microsoft Azure Get Documentmodels. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - documentModels
  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-documentmodels
    baseUri: ''
    description: Microsoft Azure Document Intelligence (formerly Form Recognizer) — documentModels business capability. Self-contained,
      no shared references.
    resources:
    - name: documentModels
      path: /documentModels
      operations:
      - name: microsoftazuredocumentmodelslistmodels
        method: GET
        description: Microsoft Azure Get Documentmodels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: documentModels-modelId
      path: /documentModels/{modelId}
      operations:
      - name: microsoftazuredocumentmodelsgetmodel
        method: GET
        description: Microsoft Azure Get Documentmodels Modelid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modelId
          in: path
          type: string
          description: Unique document model name.
          required: true
      - name: microsoftazuredocumentmodelsdeletemodel
        method: DELETE
        description: Microsoft Azure Delete Documentmodels Modelid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modelId
          in: path
          type: string
          description: Unique document model name.
          required: true
    - name: documentModels-modelId-analyzeResults-resultId
      path: /documentModels/{modelId}/analyzeResults/{resultId}
      operations:
      - name: microsoftazuredocumentmodelsgetanalyzeresult
        method: GET
        description: Microsoft Azure Get Documentmodels Modelid Analyzeresults Resultid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modelId
          in: path
          type: string
          description: Unique document model name.
          required: true
        - name: resultId
          in: path
          type: string
          description: Analyze operation result ID.
          required: true
    - name: documentModels-modelId}:analyze
      path: /documentModels/{modelId}:analyze
      operations:
      - name: microsoftazuredocumentmodelsanalyzedocumentfromstream
        method: POST
        description: Microsoft Azure Post Documentmodels Modelid:analyze
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: documentModels-modelId}:copyTo
      path: /documentModels/{modelId}:copyTo
      operations:
      - name: microsoftazuredocumentmodelscopymodelto
        method: POST
        description: Microsoft Azure Post Documentmodels Modelid:copyto
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: modelId
          in: path
          type: string
          description: Unique document model name.
          required: true
        - name: copyToRequest
          in: body
          type: string
          description: Copy to request parameters.
          required: true
  exposes:
  - type: rest
    namespace: document-intelligence-formerly-form-recognizer-documentmodels-rest
    port: 8080
    description: REST adapter for Microsoft Azure Document Intelligence (formerly Form Recognizer) — documentModels. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/documentmodels
      name: documentmodels
      description: REST surface for documentModels.
      operations:
      - method: GET
        name: microsoftazuredocumentmodelslistmodels
        description: Microsoft Azure Get Documentmodels
        call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelslistmodels
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/documentmodels/{modelid}
      name: documentmodels-modelid
      description: REST surface for documentModels-modelId.
      operations:
      - method: GET
        name: microsoftazuredocumentmodelsgetmodel
        description: Microsoft Azure Get Documentmodels Modelid
        call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelsgetmodel
        with:
          modelId: rest.modelId
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuredocumentmodelsdeletemodel
        description: Microsoft Azure Delete Documentmodels Modelid
        call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelsdeletemodel
        with:
          modelId: rest.modelId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/documentmodels/{modelid}/analyzeresults/{resultid}
      name: documentmodels-modelid-analyzeresults-resultid
      description: REST surface for documentModels-modelId-analyzeResults-resultId.
      operations:
      - method: GET
        name: microsoftazuredocumentmodelsgetanalyzeresult
        description: Microsoft Azure Get Documentmodels Modelid Analyzeresults Resultid
        call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelsgetanalyzeresult
        with:
          modelId: rest.modelId
          resultId: rest.resultId
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/documentmodels/modelid-analyze
      name: documentmodels-modelid-analyze
      description: REST surface for documentModels-modelId}:analyze.
      operations:
      - method: POST
        name: microsoftazuredocumentmodelsanalyzedocumentfromstream
        description: Microsoft Azure Post Documentmodels Modelid:analyze
        call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelsanalyzedocumentfromstream
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/documentmodels/modelid-copyto
      name: documentmodels-modelid-copyto
      description: REST surface for documentModels-modelId}:copyTo.
      operations:
      - method: POST
        name: microsoftazuredocumentmodelscopymodelto
        description: Microsoft Azure Post Documentmodels Modelid:copyto
        call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelscopymodelto
        with:
          modelId: rest.modelId
          copyToRequest: rest.copyToRequest
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: document-intelligence-formerly-form-recognizer-documentmodels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Document Intelligence (formerly Form Recognizer) — documentModels. One tool
      per consumed operation, routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-documentmodels
      description: Microsoft Azure Get Documentmodels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelslistmodels
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-documentmodels-modelid
      description: Microsoft Azure Get Documentmodels Modelid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelsgetmodel
      with:
        modelId: tools.modelId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-documentmodels-modelid
      description: Microsoft Azure Delete Documentmodels Modelid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelsdeletemodel
      with:
        modelId: tools.modelId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-documentmodels-modelid-2
      description: Microsoft Azure Get Documentmodels Modelid Analyzeresults Resultid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelsgetanalyzeresult
      with:
        modelId: tools.modelId
        resultId: tools.resultId
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-documentmodels-modelid-analyze
      description: Microsoft Azure Post Documentmodels Modelid:analyze
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelsanalyzedocumentfromstream
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-documentmodels-modelid-copyto
      description: Microsoft Azure Post Documentmodels Modelid:copyto
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: document-intelligence-formerly-form-recognizer-documentmodels.microsoftazuredocumentmodelscopymodelto
      with:
        modelId: tools.modelId
        copyToRequest: tools.copyToRequest
      outputParameters:
      - type: object
        mapping: $.