Microsoft Azure · Capability

Microsoft Azure Computer Vision API — Analyze

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

Run with Naftiko Microsoft AzureAnalyze

What You Can Do

POST
Microsoftazureanalyzeimage — Microsoft Azure Post Analyze
/v1/analyze

MCP Tools

microsoft-azure-post-analyze

Microsoft Azure Post Analyze

Capability Spec

computer-vision-analyze.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Computer Vision API — Analyze
  description: 'Microsoft Azure Computer Vision API — Analyze. 1 operations. Lead operation: Microsoft Azure Post Analyze.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Analyze
  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-analyze
    baseUri: ''
    description: Microsoft Azure Computer Vision API — Analyze business capability. Self-contained, no shared references.
    resources:
    - name: analyze
      path: /analyze
      operations:
      - name: microsoftazureanalyzeimage
        method: POST
        description: Microsoft Azure Post Analyze
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: details
          in: query
          type: array
          description: A string indicating which domain-specific details to return. Multiple values should be comma-separated.
            Valid visual feature types include:Celebrities - identif
  exposes:
  - type: rest
    namespace: computer-vision-analyze-rest
    port: 8080
    description: REST adapter for Microsoft Azure Computer Vision API — Analyze. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/analyze
      name: analyze
      description: REST surface for analyze.
      operations:
      - method: POST
        name: microsoftazureanalyzeimage
        description: Microsoft Azure Post Analyze
        call: computer-vision-analyze.microsoftazureanalyzeimage
        with:
          details: rest.details
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: computer-vision-analyze-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Computer Vision API — Analyze. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-analyze
      description: Microsoft Azure Post Analyze
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: computer-vision-analyze.microsoftazureanalyzeimage
      with:
        details: tools.details
      outputParameters:
      - type: object
        mapping: $.