Microsoft Azure · Capability

Microsoft Azure Purview Share Client — SentShare

Microsoft Azure Purview Share Client — SentShare. 4 operations. Lead operation: Microsoft Azure Get A List Of Sent Shares. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureSentShare

What You Can Do

GET
Microsoftazuresentshareslist — Microsoft Azure Get A List Of Sent Shares
/v1/sentshares
GET
Microsoftazuresentsharesget — Microsoft Azure Get A Sent Share By Guid
/v1/sentshares/{sentshareid}
PUT
Microsoftazuresentsharescreateorreplace — Microsoft Azure Create Or Replace A Sent Share
/v1/sentshares/{sentshareid}
DELETE
Microsoftazuresentsharesdelete — Microsoft Azure Deletes A Sent Share
/v1/sentshares/{sentshareid}

MCP Tools

microsoft-azure-get-list-sent

Microsoft Azure Get A List Of Sent Shares

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

Microsoft Azure Get A Sent Share By Guid

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

Microsoft Azure Create Or Replace A Sent Share

idempotent
microsoft-azure-deletes-sent-share

Microsoft Azure Deletes A Sent Share

idempotent

Capability Spec

purview-share-client-sentshare.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure Purview Share Client — SentShare
  description: 'Microsoft Azure Purview Share Client — SentShare. 4 operations. Lead operation: Microsoft Azure Get A List
    Of Sent Shares. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - SentShare
  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-sentshare
    baseUri: ''
    description: Microsoft Azure Purview Share Client — SentShare business capability. Self-contained, no shared references.
    resources:
    - name: sentShares
      path: /sentShares
      operations:
      - name: microsoftazuresentshareslist
        method: GET
        description: Microsoft Azure Get A List Of Sent Shares
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: sentShares-sentShareId
      path: /sentShares/{sentShareId}
      operations:
      - name: microsoftazuresentsharesget
        method: GET
        description: Microsoft Azure Get A Sent Share By Guid
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: microsoftazuresentsharescreateorreplace
        method: PUT
        description: Microsoft Azure Create Or Replace A Sent Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: sentShare
          in: body
          type: string
          description: The sent share to create or replace.
          required: true
      - name: microsoftazuresentsharesdelete
        method: DELETE
        description: Microsoft Azure Deletes A Sent Share
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
  exposes:
  - type: rest
    namespace: purview-share-client-sentshare-rest
    port: 8080
    description: REST adapter for Microsoft Azure Purview Share Client — SentShare. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/sentshares
      name: sentshares
      description: REST surface for sentShares.
      operations:
      - method: GET
        name: microsoftazuresentshareslist
        description: Microsoft Azure Get A List Of Sent Shares
        call: purview-share-client-sentshare.microsoftazuresentshareslist
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/sentshares/{sentshareid}
      name: sentshares-sentshareid
      description: REST surface for sentShares-sentShareId.
      operations:
      - method: GET
        name: microsoftazuresentsharesget
        description: Microsoft Azure Get A Sent Share By Guid
        call: purview-share-client-sentshare.microsoftazuresentsharesget
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuresentsharescreateorreplace
        description: Microsoft Azure Create Or Replace A Sent Share
        call: purview-share-client-sentshare.microsoftazuresentsharescreateorreplace
        with:
          sentShare: rest.sentShare
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuresentsharesdelete
        description: Microsoft Azure Deletes A Sent Share
        call: purview-share-client-sentshare.microsoftazuresentsharesdelete
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: purview-share-client-sentshare-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure Purview Share Client — SentShare. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-get-list-sent
      description: Microsoft Azure Get A List Of Sent Shares
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-share-client-sentshare.microsoftazuresentshareslist
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-sent-share
      description: Microsoft Azure Get A Sent Share By Guid
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: purview-share-client-sentshare.microsoftazuresentsharesget
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-create-replace-sent
      description: Microsoft Azure Create Or Replace A Sent Share
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: purview-share-client-sentshare.microsoftazuresentsharescreateorreplace
      with:
        sentShare: tools.sentShare
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-deletes-sent-share
      description: Microsoft Azure Deletes A Sent Share
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: purview-share-client-sentshare.microsoftazuresentsharesdelete
      outputParameters:
      - type: object
        mapping: $.