Microsoft Azure · Capability

Microsoft Azure ManagedServiceIdentityClient — Providers

Microsoft Azure ManagedServiceIdentityClient — Providers. 2 operations. Lead operation: Microsoft Azure Get Providers Microsoft Managedidentity Operations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProviders

What You Can Do

GET
Microsoftazureoperationslist — Microsoft Azure Get Providers Microsoft Managedidentity Operations
/v1/providers/microsoft-managedidentity/operations
GET
Microsoftazuresystemassignedidentitiesgetbyscope — Microsoft Azure Get Scope Providers Microsoft Managedidentity Identities Default
/v1/{scope}/providers/microsoft-managedidentity/identities/default

MCP Tools

microsoft-azure-get-providers-microsoft

Microsoft Azure Get Providers Microsoft Managedidentity Operations

read-only idempotent
microsoft-azure-get-scope-providers

Microsoft Azure Get Scope Providers Microsoft Managedidentity Identities Default

read-only idempotent

Capability Spec

managedserviceidentityclient-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure ManagedServiceIdentityClient — Providers
  description: 'Microsoft Azure ManagedServiceIdentityClient — Providers. 2 operations. Lead operation: Microsoft Azure Get
    Providers Microsoft Managedidentity Operations. Self-contained Naftiko capability covering one Microsoft Azure business
    surface.'
  tags:
  - Microsoft Azure
  - Providers
  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: managedserviceidentityclient-providers
    baseUri: https://management.azure.com
    description: Microsoft Azure ManagedServiceIdentityClient — Providers business capability. Self-contained, no shared references.
    resources:
    - name: providers-Microsoft.ManagedIdentity-operations
      path: /providers/Microsoft.ManagedIdentity/operations
      operations:
      - name: microsoftazureoperationslist
        method: GET
        description: Microsoft Azure Get Providers Microsoft Managedidentity Operations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: scope-providers-Microsoft.ManagedIdentity-identities-default
      path: /{scope}/providers/Microsoft.ManagedIdentity/identities/default
      operations:
      - name: microsoftazuresystemassignedidentitiesgetbyscope
        method: GET
        description: Microsoft Azure Get Scope Providers Microsoft Managedidentity Identities Default
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: managedserviceidentityclient-providers-rest
    port: 8080
    description: REST adapter for Microsoft Azure ManagedServiceIdentityClient — Providers. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/providers/microsoft-managedidentity/operations
      name: providers-microsoft-managedidentity-operations
      description: REST surface for providers-Microsoft.ManagedIdentity-operations.
      operations:
      - method: GET
        name: microsoftazureoperationslist
        description: Microsoft Azure Get Providers Microsoft Managedidentity Operations
        call: managedserviceidentityclient-providers.microsoftazureoperationslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{scope}/providers/microsoft-managedidentity/identities/default
      name: scope-providers-microsoft-managedidentity-identities-default
      description: REST surface for scope-providers-Microsoft.ManagedIdentity-identities-default.
      operations:
      - method: GET
        name: microsoftazuresystemassignedidentitiesgetbyscope
        description: Microsoft Azure Get Scope Providers Microsoft Managedidentity Identities Default
        call: managedserviceidentityclient-providers.microsoftazuresystemassignedidentitiesgetbyscope
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: managedserviceidentityclient-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure ManagedServiceIdentityClient — Providers. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-providers-microsoft
      description: Microsoft Azure Get Providers Microsoft Managedidentity Operations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedserviceidentityclient-providers.microsoftazureoperationslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-scope-providers
      description: Microsoft Azure Get Scope Providers Microsoft Managedidentity Identities Default
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: managedserviceidentityclient-providers.microsoftazuresystemassignedidentitiesgetbyscope
      outputParameters:
      - type: object
        mapping: $.