Microsoft Azure · Capability

Microsoft Azure Azure App Configuration — Snapshots

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

Run with Naftiko Microsoft AzureSnapshots

What You Can Do

GET
Microsoftazuregetsnapshots — Microsoft Azure Gets A List Of Key Value Snapshots
/v1/snapshots
HEAD
Microsoftazurechecksnapshots — Microsoft Azure Requests The Headers And Status Of The Given Resource
/v1/snapshots
GET
Microsoftazuregetsnapshot — Microsoft Azure Gets A Single Key Value Snapshot
/v1/snapshots/{name}
PUT
Microsoftazurecreatesnapshot — Microsoft Azure Creates A Key Value Snapshot
/v1/snapshots/{name}
PATCH
Microsoftazureupdatesnapshot — Microsoft Azure Updates The State Of A Key Value Snapshot
/v1/snapshots/{name}
HEAD
Microsoftazurechecksnapshot — Microsoft Azure Requests The Headers And Status Of The Given Resource
/v1/snapshots/{name}

MCP Tools

microsoft-azure-gets-list-key

Microsoft Azure Gets A List Of Key Value Snapshots

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

Microsoft Azure Requests The Headers And Status Of The Given Resource

microsoft-azure-gets-single-key

Microsoft Azure Gets A Single Key Value Snapshot

read-only idempotent
microsoft-azure-creates-key-value

Microsoft Azure Creates A Key Value Snapshot

idempotent
microsoft-azure-updates-state-key

Microsoft Azure Updates The State Of A Key Value Snapshot

idempotent
microsoft-azure-requests-headers-and-2

Microsoft Azure Requests The Headers And Status Of The Given Resource

Capability Spec

azure-app-configuration-snapshots.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Azure App Configuration — Snapshots
  description: 'Microsoft Azure Azure App Configuration — Snapshots. 6 operations. Lead operation: Microsoft Azure Gets A
    List Of Key Value Snapshots. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Snapshots
  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-snapshots
    baseUri: ''
    description: Microsoft Azure Azure App Configuration — Snapshots business capability. Self-contained, no shared references.
    resources:
    - name: snapshots
      path: /snapshots
      operations:
      - name: microsoftazuregetsnapshots
        method: GET
        description: Microsoft Azure Gets A List Of Key Value Snapshots
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: query
          type: string
          description: A filter for the name of the returned snapshots.
        - 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: microsoftazurechecksnapshots
        method: HEAD
        description: Microsoft Azure Requests The Headers And Status Of The Given Resource
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - 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: snapshots-name
      path: /snapshots/{name}
      operations:
      - name: microsoftazuregetsnapshot
        method: GET
        description: Microsoft Azure Gets A Single Key Value Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the key-value snapshot to retrieve.
          required: true
        - name: If-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag matches the value provided.
        - name: If-None-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag does not match the value provided.
      - name: microsoftazurecreatesnapshot
        method: PUT
        description: Microsoft Azure Creates A Key Value Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the key-value snapshot to create.
          required: true
        - name: entity
          in: body
          type: string
          description: The key-value snapshot to create.
          required: true
      - name: microsoftazureupdatesnapshot
        method: PATCH
        description: Microsoft Azure Updates The State Of A Key Value Snapshot
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: name
          in: path
          type: string
          description: The name of the key-value snapshot to update.
          required: true
        - name: entity
          in: body
          type: string
          description: The parameters used to update the snapshot.
          required: true
        - name: If-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag matches the value provided.
        - name: If-None-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag does not match the value provided.
      - name: microsoftazurechecksnapshot
        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: path
          type: string
          description: The name of the key-value snapshot to check.
          required: true
        - name: If-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag matches the value provided.
        - name: If-None-Match
          in: header
          type: string
          description: Used to perform an operation only if the targeted resource's etag does not match the value provided.
  exposes:
  - type: rest
    namespace: azure-app-configuration-snapshots-rest
    port: 8080
    description: REST adapter for Microsoft Azure Azure App Configuration — Snapshots. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/snapshots
      name: snapshots
      description: REST surface for snapshots.
      operations:
      - method: GET
        name: microsoftazuregetsnapshots
        description: Microsoft Azure Gets A List Of Key Value Snapshots
        call: azure-app-configuration-snapshots.microsoftazuregetsnapshots
        with:
          name: rest.name
          After: rest.After
        outputParameters:
        - type: object
          mapping: $.
      - method: HEAD
        name: microsoftazurechecksnapshots
        description: Microsoft Azure Requests The Headers And Status Of The Given Resource
        call: azure-app-configuration-snapshots.microsoftazurechecksnapshots
        with:
          After: rest.After
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/snapshots/{name}
      name: snapshots-name
      description: REST surface for snapshots-name.
      operations:
      - method: GET
        name: microsoftazuregetsnapshot
        description: Microsoft Azure Gets A Single Key Value Snapshot
        call: azure-app-configuration-snapshots.microsoftazuregetsnapshot
        with:
          name: rest.name
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurecreatesnapshot
        description: Microsoft Azure Creates A Key Value Snapshot
        call: azure-app-configuration-snapshots.microsoftazurecreatesnapshot
        with:
          name: rest.name
          entity: rest.entity
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureupdatesnapshot
        description: Microsoft Azure Updates The State Of A Key Value Snapshot
        call: azure-app-configuration-snapshots.microsoftazureupdatesnapshot
        with:
          name: rest.name
          entity: rest.entity
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
      - method: HEAD
        name: microsoftazurechecksnapshot
        description: Microsoft Azure Requests The Headers And Status Of The Given Resource
        call: azure-app-configuration-snapshots.microsoftazurechecksnapshot
        with:
          name: rest.name
          If-Match: rest.If-Match
          If-None-Match: rest.If-None-Match
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: azure-app-configuration-snapshots-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Azure App Configuration — Snapshots. 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 Snapshots
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-app-configuration-snapshots.microsoftazuregetsnapshots
      with:
        name: tools.name
        After: tools.After
      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-snapshots.microsoftazurechecksnapshots
      with:
        After: tools.After
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-gets-single-key
      description: Microsoft Azure Gets A Single Key Value Snapshot
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: azure-app-configuration-snapshots.microsoftazuregetsnapshot
      with:
        name: tools.name
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-creates-key-value
      description: Microsoft Azure Creates A Key Value Snapshot
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-app-configuration-snapshots.microsoftazurecreatesnapshot
      with:
        name: tools.name
        entity: tools.entity
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-updates-state-key
      description: Microsoft Azure Updates The State Of A Key Value Snapshot
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: azure-app-configuration-snapshots.microsoftazureupdatesnapshot
      with:
        name: tools.name
        entity: tools.entity
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-requests-headers-and-2
      description: Microsoft Azure Requests The Headers And Status Of The Given Resource
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: azure-app-configuration-snapshots.microsoftazurechecksnapshot
      with:
        name: tools.name
        If-Match: tools.If-Match
        If-None-Match: tools.If-None-Match
      outputParameters:
      - type: object
        mapping: $.