Microsoft Azure · Capability

Microsoft Azure Azure App Configuration — Keys

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

Run with Naftiko Microsoft AzureKeys

What You Can Do

GET
Microsoftazuregetkeys — Microsoft Azure Gets A List Of Keys
/v1/keys
HEAD
Microsoftazurecheckkeys — Microsoft Azure Requests The Headers And Status Of The Given Resource
/v1/keys

MCP Tools

microsoft-azure-gets-list-keys

Microsoft Azure Gets A List Of Keys

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

Microsoft Azure Requests The Headers And Status Of The Given Resource

Capability Spec

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