Microsoft Azure · Capability

Microsoft Azure Microsoft.ServiceLinker — Providers

Microsoft Azure Microsoft.ServiceLinker — Providers. 3 operations. Lead operation: Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureProviders

What You Can Do

GET
Microsoftazurelinkerlist — Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers
/v1/{resourceuri}/providers/microsoft-servicelinker/linkers
GET
Microsoftazurelinkerget — Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers Linkername
/v1/{resourceuri}/providers/microsoft-servicelinker/linkers/{linkername}
PUT
Microsoftazurelinkercreateorupdate — Microsoft Azure Put Resourceuri Providers Microsoft Servicelinker Linkers Linkername
/v1/{resourceuri}/providers/microsoft-servicelinker/linkers/{linkername}

MCP Tools

microsoft-azure-get-resourceuri-providers

Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers

read-only idempotent
microsoft-azure-get-resourceuri-providers-2

Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers Linkername

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

Microsoft Azure Put Resourceuri Providers Microsoft Servicelinker Linkers Linkername

idempotent

Capability Spec

microsoftservicelinker-providers.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.ServiceLinker — Providers
  description: 'Microsoft Azure Microsoft.ServiceLinker — Providers. 3 operations. Lead operation: Microsoft Azure Get Resourceuri
    Providers Microsoft Servicelinker Linkers. 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: microsoftservicelinker-providers
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.ServiceLinker — Providers business capability. Self-contained, no shared references.
    resources:
    - name: resourceUri-providers-Microsoft.ServiceLinker-linkers
      path: /{resourceUri}/providers/Microsoft.ServiceLinker/linkers
      operations:
      - name: microsoftazurelinkerlist
        method: GET
        description: Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: resourceUri-providers-Microsoft.ServiceLinker-linkers-linkerName
      path: /{resourceUri}/providers/Microsoft.ServiceLinker/linkers/{linkerName}
      operations:
      - name: microsoftazurelinkerget
        method: GET
        description: Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers Linkername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurelinkercreateorupdate
        method: PUT
        description: Microsoft Azure Put Resourceuri Providers Microsoft Servicelinker Linkers Linkername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: parameters
          in: body
          type: string
          description: Linker details.
          required: true
  exposes:
  - type: rest
    namespace: microsoftservicelinker-providers-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.ServiceLinker — Providers. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/{resourceuri}/providers/microsoft-servicelinker/linkers
      name: resourceuri-providers-microsoft-servicelinker-linkers
      description: REST surface for resourceUri-providers-Microsoft.ServiceLinker-linkers.
      operations:
      - method: GET
        name: microsoftazurelinkerlist
        description: Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers
        call: microsoftservicelinker-providers.microsoftazurelinkerlist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/{resourceuri}/providers/microsoft-servicelinker/linkers/{linkername}
      name: resourceuri-providers-microsoft-servicelinker-linkers-linkername
      description: REST surface for resourceUri-providers-Microsoft.ServiceLinker-linkers-linkerName.
      operations:
      - method: GET
        name: microsoftazurelinkerget
        description: Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers Linkername
        call: microsoftservicelinker-providers.microsoftazurelinkerget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurelinkercreateorupdate
        description: Microsoft Azure Put Resourceuri Providers Microsoft Servicelinker Linkers Linkername
        call: microsoftservicelinker-providers.microsoftazurelinkercreateorupdate
        with:
          parameters: rest.parameters
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftservicelinker-providers-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.ServiceLinker — Providers. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-resourceuri-providers
      description: Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftservicelinker-providers.microsoftazurelinkerlist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-resourceuri-providers-2
      description: Microsoft Azure Get Resourceuri Providers Microsoft Servicelinker Linkers Linkername
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftservicelinker-providers.microsoftazurelinkerget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-resourceuri-providers
      description: Microsoft Azure Put Resourceuri Providers Microsoft Servicelinker Linkers Linkername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftservicelinker-providers.microsoftazurelinkercreateorupdate
      with:
        parameters: tools.parameters
      outputParameters:
      - type: object
        mapping: $.