Microsoft Azure · Capability

Microsoft Azure Azure App Configuration — Labels

Microsoft Azure Azure App Configuration — Labels. 2 operations. Lead operation: Microsoft Azure Gets A List Of Labels. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureLabels

What You Can Do

GET
Microsoftazuregetlabels — Microsoft Azure Gets A List Of Labels
/v1/labels
HEAD
Microsoftazurechecklabels — Microsoft Azure Requests The Headers And Status Of The Given Resource
/v1/labels

MCP Tools

microsoft-azure-gets-list-labels

Microsoft Azure Gets A List Of Labels

read-only idempotent
microsoft-azure-requests-headers-and

Microsoft Azure Requests The Headers And Status Of The Given Resource

Capability Spec

azure-app-configuration-labels.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure App Configuration — Labels
  description: 'Microsoft Azure Azure App Configuration — Labels. 2 operations. Lead operation: Microsoft Azure Gets A List
    Of Labels. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Labels
  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: azure-app-configuration-labels
    baseUri: ''
    description: Microsoft Azure Azure App Configuration — Labels business capability. Self-contained, no shared references.
    resources:
    - name: labels
      path: /labels
      operations:
      - name: microsoftazuregetlabels
        method: GET
        description: Microsoft Azure Gets A List Of Labels
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: A filter for the name of the returned labels.
        - name: After
          in: query
          type: string
          description: Instructs the server to return elements that appear after the element referred to by the specified
            token.
        - name: Accept-Datetime
          in: header
          type: string
          description: Requests the server to respond with the state of the resource at the specified time.
      - name: microsoftazurechecklabels
        method: HEAD
        description: Microsoft Azure Requests The Headers And Status Of The Given Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: A filter for the name of the returned labels.
        - name: After
          in: query
          type: string
          description: Instructs the server to return elements that appear after the element referred to by the specified
            token.
        - name: Accept-Datetime
          in: header
          type: string
          description: Requests the server to respond with the state of the resource at the specified time.
  exposes:
  - type: rest
    namespace: azure-app-configuration-labels-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure App Configuration — Labels. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/labels
      name: labels
      description: REST surface for labels.
      operations:
      - method: GET
        name: microsoftazuregetlabels
        description: Microsoft Azure Gets A List Of Labels
        call: azure-app-configuration-labels.microsoftazuregetlabels
        with:
          name: rest.name
          After: rest.After
          Accept-Datetime: rest.Accept-Datetime
        outputParameters:
        - type: object
          mapping: $.
      - method: HEAD
        name: microsoftazurechecklabels
        description: Microsoft Azure Requests The Headers And Status Of The Given Resource
        call: azure-app-configuration-labels.microsoftazurechecklabels
        with:
          name: rest.name
          After: rest.After
          Accept-Datetime: rest.Accept-Datetime
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-app-configuration-labels-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure App Configuration — Labels. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-gets-list-labels
      description: Microsoft Azure Gets A List Of Labels
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-app-configuration-labels.microsoftazuregetlabels
      with:
        name: tools.name
        After: tools.After
        Accept-Datetime: tools.Accept-Datetime
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-requests-headers-and
      description: Microsoft Azure Requests The Headers And Status Of The Given Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-app-configuration-labels.microsoftazurechecklabels
      with:
        name: tools.name
        After: tools.After
        Accept-Datetime: tools.Accept-Datetime
      outputParameters:
      - type: object
        mapping: $.