Microsoft Azure · Capability

Microsoft Azure Computer Vision API — Models

Microsoft Azure Computer Vision API — Models. 2 operations. Lead operation: Microsoft Azure Get Models. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureModels

What You Can Do

GET
Microsoftazurelistmodels — Microsoft Azure Get Models
/v1/models
POST
Microsoftazureanalyzeimagebydomain — Microsoft Azure Post Models Model Analyze
/v1/models/{model}/analyze

MCP Tools

microsoft-azure-get-models

Microsoft Azure Get Models

read-only idempotent
microsoft-azure-post-models-model

Microsoft Azure Post Models Model Analyze

Capability Spec

computer-vision-models.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Computer Vision API — Models
  description: 'Microsoft Azure Computer Vision API — Models. 2 operations. Lead operation: Microsoft Azure Get Models. Self-contained
    Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Models
  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-models
    baseUri: ''
    description: Microsoft Azure Computer Vision API — Models business capability. Self-contained, no shared references.
    resources:
    - name: models
      path: /models
      operations:
      - name: microsoftazurelistmodels
        method: GET
        description: Microsoft Azure Get Models
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: models-model-analyze
      path: /models/{model}/analyze
      operations:
      - name: microsoftazureanalyzeimagebydomain
        method: POST
        description: Microsoft Azure Post Models Model Analyze
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: model
          in: path
          type: string
          description: The domain-specific content to recognize.
          required: true
  exposes:
  - type: rest
    namespace: computer-vision-models-rest
    port: 8080
    description: REST adapter for Microsoft Azure Computer Vision API — Models. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/models
      name: models
      description: REST surface for models.
      operations:
      - method: GET
        name: microsoftazurelistmodels
        description: Microsoft Azure Get Models
        call: computer-vision-models.microsoftazurelistmodels
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/models/{model}/analyze
      name: models-model-analyze
      description: REST surface for models-model-analyze.
      operations:
      - method: POST
        name: microsoftazureanalyzeimagebydomain
        description: Microsoft Azure Post Models Model Analyze
        call: computer-vision-models.microsoftazureanalyzeimagebydomain
        with:
          model: rest.model
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: computer-vision-models-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Computer Vision API — Models. One tool per consumed operation, routed inline
      through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-models
      description: Microsoft Azure Get Models
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: computer-vision-models.microsoftazurelistmodels
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-post-models-model
      description: Microsoft Azure Post Models Model Analyze
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: computer-vision-models.microsoftazureanalyzeimagebydomain
      with:
        model: tools.model
      outputParameters:
      - type: object
        mapping: $.