Microsoft Azure · Capability

Microsoft Azure MicrosoftScanningClient — Credential

Microsoft Azure MicrosoftScanningClient — Credential. 4 operations. Lead operation: Microsoft Azure Get Credentials. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCredential

What You Can Do

GET
Microsoftazurecredentiallistall — Microsoft Azure Get Credentials
/v1/credentials
GET
Microsoftazurecredentialget — Microsoft Azure Get Credentials Credentialname
/v1/credentials/{credentialname}
PUT
Microsoftazurecredentialcreateorupdate — Microsoft Azure Put Credentials Credentialname
/v1/credentials/{credentialname}
DELETE
Microsoftazurecredentialdelete — Microsoft Azure Delete Credentials Credentialname
/v1/credentials/{credentialname}

MCP Tools

microsoft-azure-get-credentials

Microsoft Azure Get Credentials

read-only idempotent
microsoft-azure-get-credentials-credentialname

Microsoft Azure Get Credentials Credentialname

read-only idempotent
microsoft-azure-put-credentials-credentialname

Microsoft Azure Put Credentials Credentialname

idempotent
microsoft-azure-delete-credentials-credentialname

Microsoft Azure Delete Credentials Credentialname

idempotent

Capability Spec

microsoftscanningclient-credential.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure MicrosoftScanningClient — Credential
  description: 'Microsoft Azure MicrosoftScanningClient — Credential. 4 operations. Lead operation: Microsoft Azure Get Credentials.
    Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Credential
  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: microsoftscanningclient-credential
    baseUri: https://purview.azure.com/scan
    description: Microsoft Azure MicrosoftScanningClient — Credential business capability. Self-contained, no shared references.
    resources:
    - name: credentials
      path: /credentials
      operations:
      - name: microsoftazurecredentiallistall
        method: GET
        description: Microsoft Azure Get Credentials
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: credentials-credentialName
      path: /credentials/{credentialName}
      operations:
      - name: microsoftazurecredentialget
        method: GET
        description: Microsoft Azure Get Credentials Credentialname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: credentialName
          in: path
          type: string
          required: true
      - name: microsoftazurecredentialcreateorupdate
        method: PUT
        description: Microsoft Azure Put Credentials Credentialname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: credentialName
          in: path
          type: string
          required: true
        - name: body
          in: body
          type: string
          required: true
      - name: microsoftazurecredentialdelete
        method: DELETE
        description: Microsoft Azure Delete Credentials Credentialname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: credentialName
          in: path
          type: string
          required: true
  exposes:
  - type: rest
    namespace: microsoftscanningclient-credential-rest
    port: 8080
    description: REST adapter for Microsoft Azure MicrosoftScanningClient — Credential. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/credentials
      name: credentials
      description: REST surface for credentials.
      operations:
      - method: GET
        name: microsoftazurecredentiallistall
        description: Microsoft Azure Get Credentials
        call: microsoftscanningclient-credential.microsoftazurecredentiallistall
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/credentials/{credentialname}
      name: credentials-credentialname
      description: REST surface for credentials-credentialName.
      operations:
      - method: GET
        name: microsoftazurecredentialget
        description: Microsoft Azure Get Credentials Credentialname
        call: microsoftscanningclient-credential.microsoftazurecredentialget
        with:
          credentialName: rest.credentialName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurecredentialcreateorupdate
        description: Microsoft Azure Put Credentials Credentialname
        call: microsoftscanningclient-credential.microsoftazurecredentialcreateorupdate
        with:
          credentialName: rest.credentialName
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecredentialdelete
        description: Microsoft Azure Delete Credentials Credentialname
        call: microsoftscanningclient-credential.microsoftazurecredentialdelete
        with:
          credentialName: rest.credentialName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftscanningclient-credential-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure MicrosoftScanningClient — Credential. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-credentials
      description: Microsoft Azure Get Credentials
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftscanningclient-credential.microsoftazurecredentiallistall
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-credentials-credentialname
      description: Microsoft Azure Get Credentials Credentialname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftscanningclient-credential.microsoftazurecredentialget
      with:
        credentialName: tools.credentialName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-credentials-credentialname
      description: Microsoft Azure Put Credentials Credentialname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftscanningclient-credential.microsoftazurecredentialcreateorupdate
      with:
        credentialName: tools.credentialName
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-credentials-credentialname
      description: Microsoft Azure Delete Credentials Credentialname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftscanningclient-credential.microsoftazurecredentialdelete
      with:
        credentialName: tools.credentialName
      outputParameters:
      - type: object
        mapping: $.