Microsoft Azure · Capability

Microsoft Azure Astronomer.Astro — Organizations

Microsoft Azure Astronomer.Astro — Organizations. 6 operations. Lead operation: Microsoft Azure Get Subscriptions Subscriptionid Providers Astronomer Astro Organizations. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureOrganizations

What You Can Do

GET
Microsoftazureorganizationslistbysubscription — Microsoft Azure Get Subscriptions Subscriptionid Providers Astronomer Astro Organizations
/v1/subscriptions/{subscriptionid}/providers/astronomer-astro/organizations
GET
Microsoftazureorganizationslistbyresourcegroup — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/astronomer-astro/organizations
GET
Microsoftazureorganizationsget — Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations Organizationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/astronomer-astro/organizations/{organizationname}
PUT
Microsoftazureorganizationscreateorupdate — Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations Organizationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/astronomer-astro/organizations/{organizationname}
PATCH
Microsoftazureorganizationsupdate — Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations Organizationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/astronomer-astro/organizations/{organizationname}
DELETE
Microsoftazureorganizationsdelete — Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations Organizationname
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/astronomer-astro/organizations/{organizationname}

MCP Tools

microsoft-azure-get-subscriptions-subscriptionid

Microsoft Azure Get Subscriptions Subscriptionid Providers Astronomer Astro Organizations

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations

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

Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations Organizationname

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

Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations Organizationname

idempotent
microsoft-azure-patch-subscriptions-subscriptionid

Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations Organizationname

idempotent
microsoft-azure-delete-subscriptions-subscriptionid

Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer Astro Organizations Organizationname

idempotent

Capability Spec

astronomerastro-organizations.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Astronomer.Astro — Organizations
  description: 'Microsoft Azure Astronomer.Astro — Organizations. 6 operations. Lead operation: Microsoft Azure Get Subscriptions
    Subscriptionid Providers Astronomer Astro Organizations. Self-contained Naftiko capability covering one Microsoft Azure
    business surface.'
  tags:
  - Microsoft Azure
  - Organizations
  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: astronomerastro-organizations
    baseUri: https://management.azure.com
    description: Microsoft Azure Astronomer.Astro — Organizations business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-providers-Astronomer.Astro-organizations
      path: /subscriptions/{subscriptionId}/providers/Astronomer.Astro/organizations
      operations:
      - name: microsoftazureorganizationslistbysubscription
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Astronomer Astro Organizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Astronom
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Astronomer.Astro/organizations
      operations:
      - name: microsoftazureorganizationslistbyresourcegroup
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Astronom
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Astronomer.Astro/organizations/{organizationName}
      operations:
      - name: microsoftazureorganizationsget
        method: GET
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations Organizationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationName
          in: path
          type: string
          description: Name of the Organizations resource
          required: true
      - name: microsoftazureorganizationscreateorupdate
        method: PUT
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations Organizationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationName
          in: path
          type: string
          description: Name of the Organizations resource
          required: true
        - name: resource
          in: body
          type: string
          description: Resource create parameters.
          required: true
      - name: microsoftazureorganizationsupdate
        method: PATCH
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations Organizationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationName
          in: path
          type: string
          description: Name of the Organizations resource
          required: true
        - name: properties
          in: body
          type: string
          description: The resource properties to be updated.
          required: true
      - name: microsoftazureorganizationsdelete
        method: DELETE
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations Organizationname
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: organizationName
          in: path
          type: string
          description: Name of the Organizations resource
          required: true
  exposes:
  - type: rest
    namespace: astronomerastro-organizations-rest
    port: 8080
    description: REST adapter for Microsoft Azure Astronomer.Astro — Organizations. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/providers/astronomer-astro/organizations
      name: subscriptions-subscriptionid-providers-astronomer-astro-organizations
      description: REST surface for subscriptions-subscriptionId-providers-Astronomer.Astro-organizations.
      operations:
      - method: GET
        name: microsoftazureorganizationslistbysubscription
        description: Microsoft Azure Get Subscriptions Subscriptionid Providers Astronomer Astro Organizations
        call: astronomerastro-organizations.microsoftazureorganizationslistbysubscription
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/astronomer-astro/organizations
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-astronom
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Astronom.
      operations:
      - method: GET
        name: microsoftazureorganizationslistbyresourcegroup
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations
        call: astronomerastro-organizations.microsoftazureorganizationslistbyresourcegroup
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/astronomer-astro/organizations/{organizationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-astronom
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Astronom.
      operations:
      - method: GET
        name: microsoftazureorganizationsget
        description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations Organizationname
        call: astronomerastro-organizations.microsoftazureorganizationsget
        with:
          organizationName: rest.organizationName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureorganizationscreateorupdate
        description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations Organizationname
        call: astronomerastro-organizations.microsoftazureorganizationscreateorupdate
        with:
          organizationName: rest.organizationName
          resource: rest.resource
        outputParameters:
        - type: object
          mapping: $.
      - method: PATCH
        name: microsoftazureorganizationsupdate
        description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations Organizationname
        call: astronomerastro-organizations.microsoftazureorganizationsupdate
        with:
          organizationName: rest.organizationName
          properties: rest.properties
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureorganizationsdelete
        description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
          Astro Organizations Organizationname
        call: astronomerastro-organizations.microsoftazureorganizationsdelete
        with:
          organizationName: rest.organizationName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: astronomerastro-organizations-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Astronomer.Astro — Organizations. 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 Astronomer Astro Organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: astronomerastro-organizations.microsoftazureorganizationslistbysubscription
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-2
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
        Astro Organizations
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: astronomerastro-organizations.microsoftazureorganizationslistbyresourcegroup
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-subscriptions-subscriptionid-3
      description: Microsoft Azure Get Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
        Astro Organizations Organizationname
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: astronomerastro-organizations.microsoftazureorganizationsget
      with:
        organizationName: tools.organizationName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-put-subscriptions-subscriptionid
      description: Microsoft Azure Put Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
        Astro Organizations Organizationname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: astronomerastro-organizations.microsoftazureorganizationscreateorupdate
      with:
        organizationName: tools.organizationName
        resource: tools.resource
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-patch-subscriptions-subscriptionid
      description: Microsoft Azure Patch Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
        Astro Organizations Organizationname
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: astronomerastro-organizations.microsoftazureorganizationsupdate
      with:
        organizationName: tools.organizationName
        properties: tools.properties
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-subscriptions-subscriptionid
      description: Microsoft Azure Delete Subscriptions Subscriptionid Resourcegroups Resourcegroupname Providers Astronomer
        Astro Organizations Organizationname
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: astronomerastro-organizations.microsoftazureorganizationsdelete
      with:
        organizationName: tools.organizationName
      outputParameters:
      - type: object
        mapping: $.