Microsoft Azure · Capability

Microsoft Azure MonitorManagementClient — Subscriptions

Microsoft Azure MonitorManagementClient — Subscriptions. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Insights Privatelinkscopes. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubscriptions

What You Can Do

GET
Microsoftazureprivatelinkscopeslist — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Insights Privatelinkscopes
/v1/subscriptions/{subscriptionid}/providers/microsoft-insights/privatelinkscopes
GET
Microsoftazureprivatelinkscopeslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes
DELETE
Microsoftazureprivatelinkscopesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes Scopename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}
GET
Microsoftazureprivatelinkscopesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes Scopename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}
PUT
Microsoftazureprivatelinkscopescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes Scopename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}
PATCH
Microsoftazureprivatelinkscopesupdatetags — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes Scopename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Insights Privatelinkscopes

read-only idempotent
microsoft-azure-get-subscriptions-subscriptionid-2

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes

read-only idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes Scopename

idempotent
microsoft-azure-get-subscriptions-subscriptionid-3

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes Scopename

read-only idempotent
microsoft-azure-put-subscriptions-subscriptionid

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes Scopename

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights Privatelinkscopes Scopename

idempotent

Capability Spec

monitormanagementclient-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure MonitorManagementClient — Subscriptions
  description: 'Microsoft Azure MonitorManagementClient — Subscriptions. 6 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Insights Privatelinkscopes. Self-contained Naftiko capability covering
    one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Subscriptions
  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: monitormanagementclient-subscriptions
    baseUri: https://management.azure.com
    description: Microsoft Azure MonitorManagementClient — Subscriptions business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-microsoft.insights-privateLinkScopes
      path: /subscriptions/{subscriptionId}/providers/microsoft.insights/privateLinkScopes
      operations:
      - name: microsoftazureprivatelinkscopeslist
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Insights Privatelinkscopes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes
      operations:
      - name: microsoftazureprivatelinkscopeslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/microsoft.insights/privateLinkScopes/{scopeName}
      operations:
      - name: microsoftazureprivatelinkscopesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes Scopename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureprivatelinkscopesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes Scopename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureprivatelinkscopescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes Scopename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: AzureMonitorPrivateLinkScopePayload
          in: body
          type: string
          description: Properties that need to be specified to create or update a Azure Monitor PrivateLinkScope.
          required: true
      - name: microsoftazureprivatelinkscopesupdatetags
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes Scopename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: PrivateLinkScopeTags
          in: body
          type: string
          description: Updated tag information to set into the PrivateLinkScope instance.
          required: true
  exposes:
  - type: rest
    namespace: monitormanagementclient-subscriptions-rest
    port: 8080
    description: REST adapter for Microsoft Azure MonitorManagementClient — Subscriptions. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-insights/privatelinkscopes
      name: subscriptions-subscriptionid-providers-microsoft-insights-privatelinkscopes
      description: REST surface for subscriptions-subscriptionId-providers-microsoft.insights-privateLinkScopes.
      operations:
      - method: GET
        name: microsoftazureprivatelinkscopeslist
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Insights Privatelinkscopes
        call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopeslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof.
      operations:
      - method: GET
        name: microsoftazureprivatelinkscopeslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes
        call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopeslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-insights/privatelinkscopes/{scopename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-microsof.
      operations:
      - method: DELETE
        name: microsoftazureprivatelinkscopesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes Scopename
        call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopesdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazureprivatelinkscopesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes Scopename
        call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureprivatelinkscopescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes Scopename
        call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopescreateorupdate
        with:
          AzureMonitorPrivateLinkScopePayload: rest.AzureMonitorPrivateLinkScopePayload
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureprivatelinkscopesupdatetags
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Insights Privatelinkscopes Scopename
        call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopesupdatetags
        with:
          PrivateLinkScopeTags: rest.PrivateLinkScopeTags
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: monitormanagementclient-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure MonitorManagementClient — Subscriptions. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-subscriptions-subscriptionid
      description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Insights Privatelinkscopes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopeslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights
        Privatelinkscopes
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopeslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Insights Privatelinkscopes Scopename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopesdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights
        Privatelinkscopes Scopename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Insights
        Privatelinkscopes Scopename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopescreateorupdate
      with:
        AzureMonitorPrivateLinkScopePayload: tools.AzureMonitorPrivateLinkScopePayload
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Insights Privatelinkscopes Scopename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: monitormanagementclient-subscriptions.microsoftazureprivatelinkscopesupdatetags
      with:
        PrivateLinkScopeTags: tools.PrivateLinkScopeTags
      outputParameters:
      - type: object
        mapping: $.