Microsoft Azure · Capability

Microsoft Azure GraphServices — Subscriptions

Microsoft Azure GraphServices — Subscriptions. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Graphservices Accounts. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSubscriptions

What You Can Do

GET
Microsoftazureaccountslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Graphservices Accounts
/v1/subscriptions/{subscriptionid}/providers/microsoft-graphservices/accounts
GET
Microsoftazureaccountslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-graphservices/accounts
GET
Microsoftazureaccountget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts Resourcename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-graphservices/accounts/{resourcename}
PUT
Microsoftazureaccountcreateandupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts Resourcename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-graphservices/accounts/{resourcename}
PATCH
Microsoftazureaccountupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts Resourcename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-graphservices/accounts/{resourcename}
DELETE
Microsoftazureaccountdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts Resourcename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-graphservices/accounts/{resourcename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Graphservices Accounts

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts Resourcename

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts Resourcename

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts Resourcename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices Accounts Resourcename

idempotent

Capability Spec

graphservices-subscriptions.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure GraphServices — Subscriptions
  description: 'Microsoft Azure GraphServices — Subscriptions. 6 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Providers Microsoft Graphservices Accounts. 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: graphservices-subscriptions
    baseUri: https://management.azure.com
    description: Microsoft Azure GraphServices — Subscriptions business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.GraphServices-accounts
      path: /subscriptions/{subscriptionId}/providers/Microsoft.GraphServices/accounts
      operations:
      - name: microsoftazureaccountslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Graphservices Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.GraphServices/accounts
      operations:
      - name: microsoftazureaccountslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.GraphServices/accounts/{resourceName}
      operations:
      - name: microsoftazureaccountget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazureaccountcreateandupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountResource
          in: body
          type: string
          description: Account details.
          required: true
      - name: microsoftazureaccountupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: accountResource
          in: body
          type: string
          description: Account patch details.
          required: true
      - name: microsoftazureaccountdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts Resourcename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: graphservices-subscriptions-rest
    port: 8080
    description: REST adapter for Microsoft Azure GraphServices — Subscriptions. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-graphservices/accounts
      name: subscriptions-subscriptionid-providers-microsoft-graphservices-accounts
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.GraphServices-accounts.
      operations:
      - method: GET
        name: microsoftazureaccountslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Graphservices Accounts
        call: graphservices-subscriptions.microsoftazureaccountslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-graphservices/accounts
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccountslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts
        call: graphservices-subscriptions.microsoftazureaccountslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-graphservices/accounts/{resourcename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureaccountget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts Resourcename
        call: graphservices-subscriptions.microsoftazureaccountget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureaccountcreateandupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts Resourcename
        call: graphservices-subscriptions.microsoftazureaccountcreateandupdate
        with:
          accountResource: rest.accountResource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureaccountupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts Resourcename
        call: graphservices-subscriptions.microsoftazureaccountupdate
        with:
          accountResource: rest.accountResource
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureaccountdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Graphservices Accounts Resourcename
        call: graphservices-subscriptions.microsoftazureaccountdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: graphservices-subscriptions-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure GraphServices — 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 Graphservices Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphservices-subscriptions.microsoftazureaccountslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices
        Accounts
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphservices-subscriptions.microsoftazureaccountslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices
        Accounts Resourcename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: graphservices-subscriptions.microsoftazureaccountget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Graphservices
        Accounts Resourcename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: graphservices-subscriptions.microsoftazureaccountcreateandupdate
      with:
        accountResource: tools.accountResource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Graphservices Accounts Resourcename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: graphservices-subscriptions.microsoftazureaccountupdate
      with:
        accountResource: tools.accountResource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Graphservices Accounts Resourcename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: graphservices-subscriptions.microsoftazureaccountdelete
      outputParameters:
      - type: object
        mapping: $.