Microsoft Azure · Capability

Microsoft Azure BlueprintClient — PublishedBlueprint

Microsoft Azure BlueprintClient — PublishedBlueprint. 4 operations. Lead operation: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzurePublishedBlueprint

What You Can Do

GET
Microsoftazurepublishedblueprintslist — Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/versions
PUT
Microsoftazurepublishedblueprintscreate — Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/versions/{versionid}
GET
Microsoftazurepublishedblueprintsget — Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/versions/{versionid}
DELETE
Microsoftazurepublishedblueprintsdelete — Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/versions/{versionid}

MCP Tools

microsoft-azure-get-resourcescope-providers

Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions

read-only idempotent
microsoft-azure-put-resourcescope-providers

Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid

idempotent
microsoft-azure-get-resourcescope-providers-2

Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid

read-only idempotent
microsoft-azure-delete-resourcescope-providers

Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid

idempotent

Capability Spec

blueprintclient-publishedblueprint.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure BlueprintClient — PublishedBlueprint
  description: 'Microsoft Azure BlueprintClient — PublishedBlueprint. 4 operations. Lead operation: Microsoft Azure Get Resourcescope
    Providers Microsoft Blueprint Blueprints Blueprintname Versions. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - PublishedBlueprint
  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: blueprintclient-publishedblueprint
    baseUri: https://management.azure.com
    description: Microsoft Azure BlueprintClient — PublishedBlueprint business capability. Self-contained, no shared references.
    resources:
    - name: resourceScope-providers-Microsoft.Blueprint-blueprints-blueprintName-versions
      path: /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions
      operations:
      - name: microsoftazurepublishedblueprintslist
        method: GET
        description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: resourceScope-providers-Microsoft.Blueprint-blueprints-blueprintName-versions-ve
      path: /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}/versions/{versionId}
      operations:
      - name: microsoftazurepublishedblueprintscreate
        method: PUT
        description: Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: publishedBlueprint
          in: body
          type: string
          description: Published Blueprint to create or update.
      - name: microsoftazurepublishedblueprintsget
        method: GET
        description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurepublishedblueprintsdelete
        method: DELETE
        description: Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions
          Versionid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: blueprintclient-publishedblueprint-rest
    port: 8080
    description: REST adapter for Microsoft Azure BlueprintClient — PublishedBlueprint. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/versions
      name: resourcescope-providers-microsoft-blueprint-blueprints-blueprintname-versions
      description: REST surface for resourceScope-providers-Microsoft.Blueprint-blueprints-blueprintName-versions.
      operations:
      - method: GET
        name: microsoftazurepublishedblueprintslist
        description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions
        call: blueprintclient-publishedblueprint.microsoftazurepublishedblueprintslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/versions/{versionid}
      name: resourcescope-providers-microsoft-blueprint-blueprints-blueprintname-versions-ve
      description: REST surface for resourceScope-providers-Microsoft.Blueprint-blueprints-blueprintName-versions-ve.
      operations:
      - method: PUT
        name: microsoftazurepublishedblueprintscreate
        description: Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
        call: blueprintclient-publishedblueprint.microsoftazurepublishedblueprintscreate
        with:
          publishedBlueprint: rest.publishedBlueprint
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurepublishedblueprintsget
        description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
        call: blueprintclient-publishedblueprint.microsoftazurepublishedblueprintsget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurepublishedblueprintsdelete
        description: Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions
          Versionid
        call: blueprintclient-publishedblueprint.microsoftazurepublishedblueprintsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blueprintclient-publishedblueprint-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure BlueprintClient — PublishedBlueprint. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-resourcescope-providers
      description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: blueprintclient-publishedblueprint.microsoftazurepublishedblueprintslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-resourcescope-providers
      description: Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: blueprintclient-publishedblueprint.microsoftazurepublishedblueprintscreate
      with:
        publishedBlueprint: tools.publishedBlueprint
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-resourcescope-providers-2
      description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: blueprintclient-publishedblueprint.microsoftazurepublishedblueprintsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-resourcescope-providers
      description: Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Versions Versionid
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: blueprintclient-publishedblueprint.microsoftazurepublishedblueprintsdelete
      outputParameters:
      - type: object
        mapping: $.