Microsoft Azure · Capability

Microsoft Azure Microsoft.IntegrationSpaces — Spaces

Microsoft Azure Microsoft.IntegrationSpaces — Spaces. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Integrationspaces Spaces. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSpaces

What You Can Do

GET
Microsoftazurespaceslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Integrationspaces Spaces
/v1/subscriptions/{subscriptionid}/providers/microsoft-integrationspaces/spaces
GET
Microsoftazurespaceslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces
GET
Microsoftazurespacesget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}
PUT
Microsoftazurespacescreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}
PATCH
Microsoftazurespacespatch — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}
DELETE
Microsoftazurespacesdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Integrationspaces Spaces

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces Spaces Spacename

idempotent

Capability Spec

microsoftintegrationspaces-spaces.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Microsoft.IntegrationSpaces — Spaces
  description: 'Microsoft Azure Microsoft.IntegrationSpaces — Spaces. 6 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Providers Microsoft Integrationspaces Spaces. Self-contained Naftiko capability covering one Microsoft
    Azure business surface.'
  tags:
  - Microsoft Azure
  - Spaces
  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: microsoftintegrationspaces-spaces
    baseUri: https://management.azure.com
    description: Microsoft Azure Microsoft.IntegrationSpaces — Spaces business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Microsoft.IntegrationSpaces-spaces
      path: /subscriptions/{subscriptionId}/providers/Microsoft.IntegrationSpaces/spaces
      operations:
      - name: microsoftazurespaceslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Integrationspaces Spaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IntegrationSpaces/spaces
      operations:
      - name: microsoftazurespaceslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.IntegrationSpaces/spaces/{spaceName}
      operations:
      - name: microsoftazurespacesget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceName
          in: path
          type: string
          description: The name of the space
          required: true
      - name: microsoftazurespacescreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceName
          in: path
          type: string
          description: The name of the space
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazurespacespatch
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceName
          in: path
          type: string
          description: The name of the space
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazurespacesdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: spaceName
          in: path
          type: string
          description: The name of the space
          required: true
  exposes:
  - type: rest
    namespace: microsoftintegrationspaces-spaces-rest
    port: 8080
    description: REST adapter for Microsoft Azure Microsoft.IntegrationSpaces — Spaces. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/microsoft-integrationspaces/spaces
      name: subscriptions-subscriptionid-providers-microsoft-integrationspaces-spaces
      description: REST surface for subscriptions-subscriptionId-providers-Microsoft.IntegrationSpaces-spaces.
      operations:
      - method: GET
        name: microsoftazurespaceslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Microsoft Integrationspaces Spaces
        call: microsoftintegrationspaces-spaces.microsoftazurespaceslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurespaceslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces
        call: microsoftintegrationspaces-spaces.microsoftazurespaceslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-integrationspaces/spaces/{spacename}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazurespacesget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename
        call: microsoftintegrationspaces-spaces.microsoftazurespacesget
        with:
          spaceName: rest.spaceName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurespacescreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename
        call: microsoftintegrationspaces-spaces.microsoftazurespacescreateorupdate
        with:
          spaceName: rest.spaceName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazurespacespatch
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename
        call: microsoftintegrationspaces-spaces.microsoftazurespacespatch
        with:
          spaceName: rest.spaceName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurespacesdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
          Integrationspaces Spaces Spacename
        call: microsoftintegrationspaces-spaces.microsoftazurespacesdelete
        with:
          spaceName: rest.spaceName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: microsoftintegrationspaces-spaces-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Microsoft.IntegrationSpaces — Spaces. 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 Integrationspaces Spaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftintegrationspaces-spaces.microsoftazurespaceslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces
        Spaces
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftintegrationspaces-spaces.microsoftazurespaceslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces
        Spaces Spacename
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: microsoftintegrationspaces-spaces.microsoftazurespacesget
      with:
        spaceName: tools.spaceName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft Integrationspaces
        Spaces Spacename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftintegrationspaces-spaces.microsoftazurespacescreateorupdate
      with:
        spaceName: tools.spaceName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Integrationspaces Spaces Spacename
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: microsoftintegrationspaces-spaces.microsoftazurespacespatch
      with:
        spaceName: tools.spaceName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Microsoft
        Integrationspaces Spaces Spacename
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: microsoftintegrationspaces-spaces.microsoftazurespacesdelete
      with:
        spaceName: tools.spaceName
      outputParameters:
      - type: object
        mapping: $.