Microsoft Azure · Capability

Microsoft Azure Computer Vision API — Describe

Microsoft Azure Computer Vision API — Describe. 1 operations. Lead operation: Microsoft Azure Post Describe. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureDescribe

What You Can Do

POST
Microsoftazuredescribeimage — Microsoft Azure Post Describe
/v1/describe

MCP Tools

microsoft-azure-post-describe

Microsoft Azure Post Describe

Capability Spec

computer-vision-describe.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Computer Vision API — Describe
  description: 'Microsoft Azure Computer Vision API — Describe. 1 operations. Lead operation: Microsoft Azure Post Describe.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Describe
  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: computer-vision-describe
    baseUri: ''
    description: Microsoft Azure Computer Vision API — Describe business capability. Self-contained, no shared references.
    resources:
    - name: describe
      path: /describe
      operations:
      - name: microsoftazuredescribeimage
        method: POST
        description: Microsoft Azure Post Describe
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: maxCandidates
          in: query
          type: string
          description: Maximum number of candidate descriptions to be returned.  The default is 1.
  exposes:
  - type: rest
    namespace: computer-vision-describe-rest
    port: 8080
    description: REST adapter for Microsoft Azure Computer Vision API — Describe. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/describe
      name: describe
      description: REST surface for describe.
      operations:
      - method: POST
        name: microsoftazuredescribeimage
        description: Microsoft Azure Post Describe
        call: computer-vision-describe.microsoftazuredescribeimage
        with:
          maxCandidates: rest.maxCandidates
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: computer-vision-describe-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Computer Vision API — Describe. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-describe
      description: Microsoft Azure Post Describe
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: computer-vision-describe.microsoftazuredescribeimage
      with:
        maxCandidates: tools.maxCandidates
      outputParameters:
      - type: object
        mapping: $.