Microsoft Azure · Capability

Microsoft Azure Custom Vision Training Client — ImageRegionProposalApi

Microsoft Azure Custom Vision Training Client — 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/projects/{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

custom-vision-training-client-imageregionproposalapi.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Custom Vision Training Client — ImageRegionProposalApi
  description: 'Microsoft Azure Custom Vision Training Client — 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: custom-vision-training-client-imageregionproposalapi
    baseUri: https://southcentralus.api.cognitive.microsoft.com/customvision/v3.3/training
    description: Microsoft Azure Custom Vision Training Client — ImageRegionProposalApi business capability. Self-contained,
      no shared references.
    resources:
    - name: projects-projectId-images-imageId-regionproposals
      path: /projects/{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: custom-vision-training-client-imageregionproposalapi-rest
    port: 8080
    description: REST adapter for Microsoft Azure Custom Vision Training Client — ImageRegionProposalApi. One Spectral-compliant
      resource per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/projects/{projectid}/images/{imageid}/regionproposals
      name: projects-projectid-images-imageid-regionproposals
      description: REST surface for projects-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: custom-vision-training-client-imageregionproposalapi.microsoftazuregetimageregionproposals
        with:
          projectId: rest.projectId
          imageId: rest.imageId
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: custom-vision-training-client-imageregionproposalapi-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Custom Vision Training Client — 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: custom-vision-training-client-imageregionproposalapi.microsoftazuregetimageregionproposals
      with:
        projectId: tools.projectId
        imageId: tools.imageId
      outputParameters:
      - type: object
        mapping: $.