Microsoft Azure · Capability

Microsoft Azure Purview Share Client — ReceivedShare

Microsoft Azure Purview Share Client — ReceivedShare. 5 operations. Lead operation: Microsoft Azure Get A List Of Attached Received Shares. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureReceivedShare

What You Can Do

GET
Microsoftazurereceivedshareslistattached — Microsoft Azure Get A List Of Attached Received Shares
/v1/receivedshares/attached
GET
Microsoftazurereceivedshareslistdetached — Microsoft Azure Get A List Of Detached Received Shares
/v1/receivedshares/detached
GET
Microsoftazurereceivedsharesget — Microsoft Azure Get A Received Share By Unique Id
/v1/receivedshares/{receivedshareid}
PUT
Microsoftazurereceivedsharescreateorreplace — Microsoft Azure Create Or Replace A Received Share
/v1/receivedshares/{receivedshareid}
DELETE
Microsoftazurereceivedsharesdelete — Microsoft Azure Deletes A Received Share
/v1/receivedshares/{receivedshareid}

MCP Tools

microsoft-azure-get-list-attached

Microsoft Azure Get A List Of Attached Received Shares

read-only idempotent
microsoft-azure-get-list-detached

Microsoft Azure Get A List Of Detached Received Shares

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

Microsoft Azure Get A Received Share By Unique Id

read-only idempotent
microsoft-azure-create-replace-received

Microsoft Azure Create Or Replace A Received Share

idempotent
microsoft-azure-deletes-received-share

Microsoft Azure Deletes A Received Share

idempotent

Capability Spec

purview-share-client-receivedshare.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview Share Client — ReceivedShare
  description: 'Microsoft Azure Purview Share Client — ReceivedShare. 5 operations. Lead operation: Microsoft Azure Get A
    List Of Attached Received Shares. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - ReceivedShare
  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: purview-share-client-receivedshare
    baseUri: ''
    description: Microsoft Azure Purview Share Client — ReceivedShare business capability. Self-contained, no shared references.
    resources:
    - name: receivedShares-attached
      path: /receivedShares/attached
      operations:
      - name: microsoftazurereceivedshareslistattached
        method: GET
        description: Microsoft Azure Get A List Of Attached Received Shares
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: receivedShares-detached
      path: /receivedShares/detached
      operations:
      - name: microsoftazurereceivedshareslistdetached
        method: GET
        description: Microsoft Azure Get A List Of Detached Received Shares
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: receivedShares-receivedShareId
      path: /receivedShares/{receivedShareId}
      operations:
      - name: microsoftazurereceivedsharesget
        method: GET
        description: Microsoft Azure Get A Received Share By Unique Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazurereceivedsharescreateorreplace
        method: PUT
        description: Microsoft Azure Create Or Replace A Received Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: receivedShare
          in: body
          type: string
          description: The received share to create or replace
          required: true
      - name: microsoftazurereceivedsharesdelete
        method: DELETE
        description: Microsoft Azure Deletes A Received Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: purview-share-client-receivedshare-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview Share Client — ReceivedShare. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/receivedshares/attached
      name: receivedshares-attached
      description: REST surface for receivedShares-attached.
      operations:
      - method: GET
        name: microsoftazurereceivedshareslistattached
        description: Microsoft Azure Get A List Of Attached Received Shares
        call: purview-share-client-receivedshare.microsoftazurereceivedshareslistattached
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/receivedshares/detached
      name: receivedshares-detached
      description: REST surface for receivedShares-detached.
      operations:
      - method: GET
        name: microsoftazurereceivedshareslistdetached
        description: Microsoft Azure Get A List Of Detached Received Shares
        call: purview-share-client-receivedshare.microsoftazurereceivedshareslistdetached
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/receivedshares/{receivedshareid}
      name: receivedshares-receivedshareid
      description: REST surface for receivedShares-receivedShareId.
      operations:
      - method: GET
        name: microsoftazurereceivedsharesget
        description: Microsoft Azure Get A Received Share By Unique Id
        call: purview-share-client-receivedshare.microsoftazurereceivedsharesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazurereceivedsharescreateorreplace
        description: Microsoft Azure Create Or Replace A Received Share
        call: purview-share-client-receivedshare.microsoftazurereceivedsharescreateorreplace
        with:
          receivedShare: rest.receivedShare
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazurereceivedsharesdelete
        description: Microsoft Azure Deletes A Received Share
        call: purview-share-client-receivedshare.microsoftazurereceivedsharesdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-share-client-receivedshare-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview Share Client — ReceivedShare. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-attached
      description: Microsoft Azure Get A List Of Attached Received Shares
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-share-client-receivedshare.microsoftazurereceivedshareslistattached
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-list-detached
      description: Microsoft Azure Get A List Of Detached Received Shares
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-share-client-receivedshare.microsoftazurereceivedshareslistdetached
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-received-share
      description: Microsoft Azure Get A Received Share By Unique Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-share-client-receivedshare.microsoftazurereceivedsharesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-replace-received
      description: Microsoft Azure Create Or Replace A Received Share
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: purview-share-client-receivedshare.microsoftazurereceivedsharescreateorreplace
      with:
        receivedShare: tools.receivedShare
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-received-share
      description: Microsoft Azure Deletes A Received Share
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: purview-share-client-receivedshare.microsoftazurereceivedsharesdelete
      outputParameters:
      - type: object
        mapping: $.