Microsoft Azure · Capability

Microsoft Azure DataShareManagementClient — Invitation

Microsoft Azure DataShareManagementClient — Invitation. 4 operations. Lead operation: Microsoft Azure List All Invitations In A Share. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureInvitation

What You Can Do

GET
Microsoftazureinvitationslistbyshare — Microsoft Azure List All Invitations In A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/invitations
GET
Microsoftazureinvitationsget — Microsoft Azure Get Invitation In A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/invitations/{invitationname}
PUT
Microsoftazureinvitationscreate — Microsoft Azure Sends A New Invitation To A Recipient To Access A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/invitations/{invitationname}
DELETE
Microsoftazureinvitationsdelete — Microsoft Azure Delete Invitation In A Share
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/invitations/{invitationname}

MCP Tools

microsoft-azure-list-all-invitations

Microsoft Azure List All Invitations In A Share

read-only idempotent
microsoft-azure-get-invitation-share

Microsoft Azure Get Invitation In A Share

read-only idempotent
microsoft-azure-sends-new-invitation

Microsoft Azure Sends A New Invitation To A Recipient To Access A Share

idempotent
microsoft-azure-delete-invitation-share

Microsoft Azure Delete Invitation In A Share

idempotent

Capability Spec

datasharemanagementclient-invitation.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataShareManagementClient — Invitation
  description: 'Microsoft Azure DataShareManagementClient — Invitation. 4 operations. Lead operation: Microsoft Azure List
    All Invitations In A Share. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Invitation
  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: datasharemanagementclient-invitation
    baseUri: https://management.azure.com
    description: Microsoft Azure DataShareManagementClient — Invitation business capability. Self-contained, no shared references.
    resources:
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations
      operations:
      - name: microsoftazureinvitationslistbyshare
        method: GET
        description: Microsoft Azure List All Invitations In A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share.
          required: true
        - name: $skipToken
          in: query
          type: string
          description: The continuation token
        - name: $filter
          in: query
          type: string
          description: Filters the results using OData syntax.
        - name: $orderby
          in: query
          type: string
          description: Sorts the results using OData syntax.
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shares/{shareName}/invitations/{invitationName}
      operations:
      - name: microsoftazureinvitationsget
        method: GET
        description: Microsoft Azure Get Invitation In A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share.
          required: true
        - name: invitationName
          in: path
          type: string
          description: The name of the invitation.
          required: true
      - name: microsoftazureinvitationscreate
        method: PUT
        description: Microsoft Azure Sends A New Invitation To A Recipient To Access A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share to send the invitation for.
          required: true
        - name: invitationName
          in: path
          type: string
          description: The name of the invitation.
          required: true
        - name: invitation
          in: body
          type: string
          description: Invitation details.
          required: true
      - name: microsoftazureinvitationsdelete
        method: DELETE
        description: Microsoft Azure Delete Invitation In A Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareName
          in: path
          type: string
          description: The name of the share.
          required: true
        - name: invitationName
          in: path
          type: string
          description: The name of the invitation.
          required: true
  exposes:
  - type: rest
    namespace: datasharemanagementclient-invitation-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataShareManagementClient — Invitation. One Spectral-compliant resource
      per consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/invitations
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureinvitationslistbyshare
        description: Microsoft Azure List All Invitations In A Share
        call: datasharemanagementclient-invitation.microsoftazureinvitationslistbyshare
        with:
          shareName: rest.shareName
          $skipToken: rest.$skipToken
          $filter: rest.$filter
          $orderby: rest.$orderby
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/shares/{sharename}/invitations/{invitationname}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazureinvitationsget
        description: Microsoft Azure Get Invitation In A Share
        call: datasharemanagementclient-invitation.microsoftazureinvitationsget
        with:
          shareName: rest.shareName
          invitationName: rest.invitationName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazureinvitationscreate
        description: Microsoft Azure Sends A New Invitation To A Recipient To Access A Share
        call: datasharemanagementclient-invitation.microsoftazureinvitationscreate
        with:
          shareName: rest.shareName
          invitationName: rest.invitationName
          invitation: rest.invitation
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazureinvitationsdelete
        description: Microsoft Azure Delete Invitation In A Share
        call: datasharemanagementclient-invitation.microsoftazureinvitationsdelete
        with:
          shareName: rest.shareName
          invitationName: rest.invitationName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datasharemanagementclient-invitation-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataShareManagementClient — Invitation. One tool per consumed operation,
      routed inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-all-invitations
      description: Microsoft Azure List All Invitations In A Share
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-invitation.microsoftazureinvitationslistbyshare
      with:
        shareName: tools.shareName
        $skipToken: tools.$skipToken
        $filter: tools.$filter
        $orderby: tools.$orderby
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-invitation-share
      description: Microsoft Azure Get Invitation In A Share
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-invitation.microsoftazureinvitationsget
      with:
        shareName: tools.shareName
        invitationName: tools.invitationName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-sends-new-invitation
      description: Microsoft Azure Sends A New Invitation To A Recipient To Access A Share
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: datasharemanagementclient-invitation.microsoftazureinvitationscreate
      with:
        shareName: tools.shareName
        invitationName: tools.invitationName
        invitation: tools.invitation
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-invitation-share
      description: Microsoft Azure Delete Invitation In A Share
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: datasharemanagementclient-invitation.microsoftazureinvitationsdelete
      with:
        shareName: tools.shareName
        invitationName: tools.invitationName
      outputParameters:
      - type: object
        mapping: $.