Microsoft Azure · Capability

Microsoft Azure BlueprintClient — Artifact

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

Run with Naftiko Microsoft AzureArtifact

What You Can Do

GET
Microsoftazureartifactslist — Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Artifacts
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/artifacts
PUT
Microsoftazureartifactscreateorupdate — Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Artifacts Artifactname
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/artifacts/{artifactname}
GET
Microsoftazureartifactsget — Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Artifacts Artifactname
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/artifacts/{artifactname}
DELETE
Microsoftazureartifactsdelete — Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Artifacts Artifactname
/v1/{resourcescope}/providers/microsoft-blueprint/blueprints/{blueprintname}/artifacts/{artifactname}

MCP Tools

microsoft-azure-get-resourcescope-providers

Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Artifacts

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

Microsoft Azure Put Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Artifacts Artifactname

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

Microsoft Azure Get Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Artifacts Artifactname

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

Microsoft Azure Delete Resourcescope Providers Microsoft Blueprint Blueprints Blueprintname Artifacts Artifactname

idempotent

Capability Spec

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