Microsoft Azure · Capability

Microsoft Azure TrainingApi — ImageRegionProposalApi

Microsoft Azure TrainingApi — ImageRegionProposalApi. 1 operations. Lead operation: Microsoft Azure Get Region Proposals For An Image Returns Empty Array If No Proposals Are Found. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureImageRegionProposalApi

What You Can Do

POST
Microsoftazuregetimageregionproposals — Microsoft Azure Get Region Proposals For An Image Returns Empty Array If No Proposals Are Found
/v1/{projectid}/images/{imageid}/regionproposals

MCP Tools

microsoft-azure-get-region-proposals

Microsoft Azure Get Region Proposals For An Image Returns Empty Array If No Proposals Are Found

read-only

Capability Spec

trainingapi-imageregionproposalapi.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure TrainingApi — ImageRegionProposalApi
  description: 'Microsoft Azure TrainingApi — ImageRegionProposalApi. 1 operations. Lead operation: Microsoft Azure Get Region
    Proposals For An Image Returns Empty Array If No Proposals Are Found. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - ImageRegionProposalApi
  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: trainingapi-imageregionproposalapi
    baseUri: https://southcentralus.api.cognitive.microsoft.com/customvision/v2.1/Training
    description: Microsoft Azure TrainingApi — ImageRegionProposalApi business capability. Self-contained, no shared references.
    resources:
    - name: projectId-images-imageId-regionproposals
      path: /{projectId}/images/{imageId}/regionproposals
      operations:
      - name: microsoftazuregetimageregionproposals
        method: POST
        description: Microsoft Azure Get Region Proposals For An Image Returns Empty Array If No Proposals Are Found
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: projectId
          in: path
          type: string
          description: The project id
          required: true
        - name: imageId
          in: path
          type: string
          description: The image id
          required: true
  exposes:
  - type: rest
    namespace: trainingapi-imageregionproposalapi-rest
    port: 8080
    description: REST adapter for Microsoft Azure TrainingApi — ImageRegionProposalApi. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{projectid}/images/{imageid}/regionproposals
      name: projectid-images-imageid-regionproposals
      description: REST surface for projectId-images-imageId-regionproposals.
      operations:
      - method: POST
        name: microsoftazuregetimageregionproposals
        description: Microsoft Azure Get Region Proposals For An Image Returns Empty Array If No Proposals Are Found
        call: trainingapi-imageregionproposalapi.microsoftazuregetimageregionproposals
        with:
          projectId: rest.projectId
          imageId: rest.imageId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: trainingapi-imageregionproposalapi-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure TrainingApi — ImageRegionProposalApi. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-region-proposals
      description: Microsoft Azure Get Region Proposals For An Image Returns Empty Array If No Proposals Are Found
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: trainingapi-imageregionproposalapi.microsoftazuregetimageregionproposals
      with:
        projectId: tools.projectId
        imageId: tools.imageId
      outputParameters:
      - type: object
        mapping: $.