Microsoft Azure · Capability

Microsoft Azure Image Analysis — Imageanalysis:analyze

Microsoft Azure Image Analysis — Imageanalysis:analyze. 1 operations. Lead operation: Microsoft Azure Post Imageanalysis:analyze. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureImageanalysis:analyze

What You Can Do

POST
Microsoftazureanalyzefromimagedata — Microsoft Azure Post Imageanalysis:analyze
/v1/imageanalysis-analyze

MCP Tools

microsoft-azure-post-imageanalysis-analyze

Microsoft Azure Post Imageanalysis:analyze

Capability Spec

image-analysis-imageanalysis-analyze.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Image Analysis — Imageanalysis:analyze
  description: 'Microsoft Azure Image Analysis — Imageanalysis:analyze. 1 operations. Lead operation: Microsoft Azure Post
    Imageanalysis:analyze. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Imageanalysis: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: image-analysis-imageanalysis-analyze
    baseUri: ''
    description: Microsoft Azure Image Analysis — Imageanalysis:analyze business capability. Self-contained, no shared references.
    resources:
    - name: imageanalysis:analyze
      path: /imageanalysis:analyze
      operations:
      - name: microsoftazureanalyzefromimagedata
        method: POST
        description: Microsoft Azure Post Imageanalysis:analyze
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: features
          in: query
          type: array
          description: A list of visual features to analyze.
          required: true
        - name: language
          in: query
          type: string
          description: The desired language for result generation (a two-letter language code).
        - name: gender-neutral-caption
          in: query
          type: boolean
          description: Boolean flag for enabling gender-neutral captioning for Caption and Dense Captions features.
        - name: smartcrops-aspect-ratios
          in: query
          type: array
          description: A list of aspect ratios to use for smart cropping.
        - name: model-version
          in: query
          type: string
          description: The version of cloud AI-model used for analysis.
        - name: imageData
          in: body
          type: string
          description: The image to be analyzed
          required: true
  exposes:
  - type: rest
    namespace: image-analysis-imageanalysis-analyze-rest
    port: 8080
    description: REST adapter for Microsoft Azure Image Analysis — Imageanalysis:analyze. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/imageanalysis-analyze
      name: imageanalysis-analyze
      description: REST surface for imageanalysis:analyze.
      operations:
      - method: POST
        name: microsoftazureanalyzefromimagedata
        description: Microsoft Azure Post Imageanalysis:analyze
        call: image-analysis-imageanalysis-analyze.microsoftazureanalyzefromimagedata
        with:
          features: rest.features
          language: rest.language
          gender-neutral-caption: rest.gender-neutral-caption
          smartcrops-aspect-ratios: rest.smartcrops-aspect-ratios
          model-version: rest.model-version
          imageData: rest.imageData
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: image-analysis-imageanalysis-analyze-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Image Analysis — Imageanalysis:analyze. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-post-imageanalysis-analyze
      description: Microsoft Azure Post Imageanalysis:analyze
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: image-analysis-imageanalysis-analyze.microsoftazureanalyzefromimagedata
      with:
        features: tools.features
        language: tools.language
        gender-neutral-caption: tools.gender-neutral-caption
        smartcrops-aspect-ratios: tools.smartcrops-aspect-ratios
        model-version: tools.model-version
        imageData: tools.imageData
      outputParameters:
      - type: object
        mapping: $.