Microsoft Azure · Capability

Microsoft Azure Azure App Configuration — Revisions

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

Run with Naftiko Microsoft AzureRevisions

What You Can Do

GET
Microsoftazuregetrevisions — Microsoft Azure Gets A List Of Key Value Revisions
/v1/revisions
HEAD
Microsoftazurecheckrevisions — Microsoft Azure Requests The Headers And Status Of The Given Resource
/v1/revisions

MCP Tools

microsoft-azure-gets-list-key

Microsoft Azure Gets A List Of Key Value Revisions

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

Microsoft Azure Requests The Headers And Status Of The Given Resource

Capability Spec

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