Microsoft Azure · Capability

Microsoft Azure BlueprintClient — Blueprint

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

Run with Naftiko Microsoft AzureBlueprint

What You Can Do

GET
Microsoftazureblueprintslist — Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints
PUT
Microsoftazureblueprintscreateorupdate — Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}
GET
Microsoftazureblueprintsget — Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}
DELETE
Microsoftazureblueprintsdelete — Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}

MCP Tools

microsoft-azure-get-resourcescope-providers

Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints

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

Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname

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

Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname

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

Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname

idempotent

Capability Spec

blueprintclient-blueprint.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure BlueprintClient — Blueprint
  description: 'Microsoft Azure BlueprintClient — Blueprint. 4 operations. Lead operation: Microsoft Azure Get Resourcescope
    Providers Microsoft Blueprint Blueprints. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Blueprint
  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-blueprint
    baseUri: https://management.azure.com
    description: Microsoft Azure BlueprintClient — Blueprint business capability. Self-contained, no shared references.
    resources:
    - name: resourceScope-providers-Microsoft.Blueprint-blueprints
      path: /{resourceScope}/providers/Microsoft.Blueprint/blueprints
      operations:
      - name: microsoftazureblueprintslist
        method: GET
        description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: resourceScope-providers-Microsoft.Blueprint-blueprints-blueprintName
      path: /{resourceScope}/providers/Microsoft.Blueprint/blueprints/{blueprintName}
      operations:
      - name: microsoftazureblueprintscreateorupdate
        method: PUT
        description: Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: blueprint
          in: body
          type: string
          description: Blueprint definition.
          required: true
      - name: microsoftazureblueprintsget
        method: GET
        description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureblueprintsdelete
        method: DELETE
        description: Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: blueprintclient-blueprint-rest
    port: 8080
    description: REST adapter for Microsoft Azure BlueprintClient — Blueprint. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/{resourcescope}/providers/microsoft-blueprint/blueprints
      name: resourcescope-providers-microsoft-blueprint-blueprints
      description: REST surface for resourceScope-providers-Microsoft.Blueprint-blueprints.
      operations:
      - method: GET
        name: microsoftazureblueprintslist
        description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints
        call: blueprintclient-blueprint.microsoftazureblueprintslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}
      name: resourcescope-providers-microsoft-blueprint-blueprints-blueprintname
      description: REST surface for resourceScope-providers-Microsoft.Blueprint-blueprints-blueprintName.
      operations:
      - method: PUT
        name: microsoftazureblueprintscreateorupdate
        description: Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
        call: blueprintclient-blueprint.microsoftazureblueprintscreateorupdate
        with:
          blueprint: rest.blueprint
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureblueprintsget
        description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
        call: blueprintclient-blueprint.microsoftazureblueprintsget
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureblueprintsdelete
        description: Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
        call: blueprintclient-blueprint.microsoftazureblueprintsdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: blueprintclient-blueprint-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure BlueprintClient — Blueprint. 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
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: blueprintclient-blueprint.microsoftazureblueprintslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-resourcescope-providers
      description: Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: blueprintclient-blueprint.microsoftazureblueprintscreateorupdate
      with:
        blueprint: tools.blueprint
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-resourcescope-providers-2
      description: Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: blueprintclient-blueprint.microsoftazureblueprintsget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-resourcescope-providers
      description: Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: blueprintclient-blueprint.microsoftazureblueprintsdelete
      outputParameters:
      - type: object
        mapping: $.