Microsoft Azure · Capability

Microsoft Azure customproviders — CustomResourceProvider

Microsoft Azure customproviders — CustomResourceProvider. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customproviders Resourceproviders. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureCustomResourceProvider

What You Can Do

GET
Microsoftazurecustomresourceproviderlistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customproviders Resourceproviders
/v1/subscriptions/{subscriptionid}/providers/microsoft-customproviders/resourceproviders
GET
Microsoftazurecustomresourceproviderlistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customproviders/resourceproviders
PUT
Microsoftazurecustomresourceprovidercreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders Resourceprovidername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customproviders/resourceproviders/{resourceprovidername}
DELETE
Microsoftazurecustomresourceproviderdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders Resourceprovidername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customproviders/resourceproviders/{resourceprovidername}
GET
Microsoftazurecustomresourceproviderget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders Resourceprovidername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customproviders/resourceproviders/{resourceprovidername}
PATCH
Microsoftazurecustomresourceproviderupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders Resourceprovidername
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customproviders/resourceproviders/{resourceprovidername}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customproviders Resourceproviders

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders Resourceprovidername

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders Resourceprovidername

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders Resourceprovidername

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

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders Resourceproviders Resourceprovidername

idempotent

Capability Spec

customproviders-customresourceprovider.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure customproviders — CustomResourceProvider
  description: 'Microsoft Azure customproviders — CustomResourceProvider. 6 operations. Lead operation: Microsoft Azure Get
    Subscriptions Subscriptionid Providers Microsoft Customproviders Resourceproviders. Self-contained Naftiko capability
    covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - CustomResourceProvider
  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: customproviders-customresourceprovider
    baseUri: https://management.azure.com
    description: Microsoft Azure customproviders — CustomResourceProvider business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.CustomProviders-resourceProvide
      path: /subscriptions/{subscriptionId}/providers/Microsoft.CustomProviders/resourceProviders
      operations:
      - name: microsoftazurecustomresourceproviderlistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customproviders Resourceproviders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders
      operations:
      - name: microsoftazurecustomresourceproviderlistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.CustomProviders/resourceProviders/{resourceProviderName}
      operations:
      - name: microsoftazurecustomresourceprovidercreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders Resourceprovidername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: resourceProvider
          in: body
          type: string
          description: The parameters required to create or update a custom resource provider definition.
          required: true
      - name: microsoftazurecustomresourceproviderdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders Resourceprovidername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurecustomresourceproviderget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders Resourceprovidername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurecustomresourceproviderupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders Resourceprovidername
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: patchableResource
          in: body
          type: string
          description: The updatable fields of a custom resource provider.
          required: true
  exposes:
  - type: rest
    namespace: customproviders-customresourceprovider-rest
    port: 8080
    description: REST adapter for Microsoft Azure customproviders — CustomResourceProvider. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-customproviders/resourceproviders
      name: subscriptions-subscriptionid-providers-microsoft-customproviders-resourceprovide
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.CustomProviders-resourceProvide.
      operations:
      - method: GET
        name: microsoftazurecustomresourceproviderlistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Customproviders Resourceproviders
        call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderlistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customproviders/resourceproviders
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurecustomresourceproviderlistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders
        call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderlistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-customproviders/resourceproviders/{resourceprovidername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: PUT
        name: microsoftazurecustomresourceprovidercreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders Resourceprovidername
        call: customproviders-customresourceprovider.microsoftazurecustomresourceprovidercreateorupdate
        with:
          resourceProvider: rest.resourceProvider
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurecustomresourceproviderdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders Resourceprovidername
        call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderdelete
        outputParameters:
        - type: object
          mapping: $.
      - method: GET
        name: microsoftazurecustomresourceproviderget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders Resourceprovidername
        call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderget
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurecustomresourceproviderupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Customproviders Resourceproviders Resourceprovidername
        call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderupdate
        with:
          patchableResource: rest.patchableResource
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: customproviders-customresourceprovider-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure customproviders — CustomResourceProvider. 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 Customproviders Resourceproviders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderlistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders
        Resourceproviders
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderlistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders
        Resourceproviders Resourceprovidername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: customproviders-customresourceprovider.microsoftazurecustomresourceprovidercreateorupdate
      with:
        resourceProvider: tools.resourceProvider
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Customproviders Resourceproviders Resourceprovidername
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderdelete
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Customproviders
        Resourceproviders Resourceprovidername
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Customproviders Resourceproviders Resourceprovidername
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: customproviders-customresourceprovider.microsoftazurecustomresourceproviderupdate
      with:
        patchableResource: tools.patchableResource
      outputParameters:
      - type: object
        mapping: $.