Microsoft Azure · Capability

Microsoft Azure DataShareManagementClient — Trigger

Microsoft Azure DataShareManagementClient — Trigger. 4 operations. Lead operation: Microsoft Azure List Triggers In A Share Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.

Run with Naftiko Microsoft AzureTrigger

What You Can Do

GET
Microsoftazuretriggerslistbysharesubscription — Microsoft Azure List Triggers In A Share Subscription
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/triggers
GET
Microsoftazuretriggersget — Microsoft Azure Get Trigger In A Sharesubscription
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/triggers/{triggername}
PUT
Microsoftazuretriggerscreate — Microsoft Azure This Method Creates A Trigger For A Share Subscription
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/triggers/{triggername}
DELETE
Microsoftazuretriggersdelete — Microsoft Azure Delete Trigger In A Sharesubscription
/v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/triggers/{triggername}

MCP Tools

microsoft-azure-list-triggers-share

Microsoft Azure List Triggers In A Share Subscription

read-only idempotent
microsoft-azure-get-trigger-sharesubscription

Microsoft Azure Get Trigger In A Sharesubscription

read-only idempotent
microsoft-azure-this-method-creates

Microsoft Azure This Method Creates A Trigger For A Share Subscription

idempotent
microsoft-azure-delete-trigger-sharesubscription

Microsoft Azure Delete Trigger In A Sharesubscription

idempotent

Capability Spec

datasharemanagementclient-trigger.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Microsoft Azure DataShareManagementClient — Trigger
  description: 'Microsoft Azure DataShareManagementClient — Trigger. 4 operations. Lead operation: Microsoft Azure List Triggers
    In A Share Subscription. Self-contained Naftiko capability covering one Microsoft Azure business surface.'
  tags:
  - Microsoft Azure
  - Trigger
  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-trigger
    baseUri: https://management.azure.com
    description: Microsoft Azure DataShareManagementClient — Trigger 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}/shareSubscriptions/{shareSubscriptionName}/triggers
      operations:
      - name: microsoftazuretriggerslistbysharesubscription
        method: GET
        description: Microsoft Azure List Triggers In A Share Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareSubscriptionName
          in: path
          type: string
          description: The name of the share subscription.
          required: true
        - name: $skipToken
          in: query
          type: string
          description: Continuation token
    - name: subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof
      path: /subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.DataShare/accounts/{accountName}/shareSubscriptions/{shareSubscriptionName}/triggers/{triggerName}
      operations:
      - name: microsoftazuretriggersget
        method: GET
        description: Microsoft Azure Get Trigger In A Sharesubscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareSubscriptionName
          in: path
          type: string
          description: The name of the shareSubscription.
          required: true
        - name: triggerName
          in: path
          type: string
          description: The name of the trigger.
          required: true
      - name: microsoftazuretriggerscreate
        method: PUT
        description: Microsoft Azure This Method Creates A Trigger For A Share Subscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareSubscriptionName
          in: path
          type: string
          description: The name of the share subscription which will hold the data set sink.
          required: true
        - name: triggerName
          in: path
          type: string
          description: The name of the trigger.
          required: true
        - name: trigger
          in: body
          type: string
          description: Trigger details.
          required: true
      - name: microsoftazuretriggersdelete
        method: DELETE
        description: Microsoft Azure Delete Trigger In A Sharesubscription
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: shareSubscriptionName
          in: path
          type: string
          description: The name of the shareSubscription.
          required: true
        - name: triggerName
          in: path
          type: string
          description: The name of the trigger.
          required: true
  exposes:
  - type: rest
    namespace: datasharemanagementclient-trigger-rest
    port: 8080
    description: REST adapter for Microsoft Azure DataShareManagementClient — Trigger. One Spectral-compliant resource per
      consumed operation, prefixed with /v1.
    resources:
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/triggers
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuretriggerslistbysharesubscription
        description: Microsoft Azure List Triggers In A Share Subscription
        call: datasharemanagementclient-trigger.microsoftazuretriggerslistbysharesubscription
        with:
          shareSubscriptionName: rest.shareSubscriptionName
          $skipToken: rest.$skipToken
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/subscriptions/{subscriptionid}/resourcegroups/{resourcegroupname}/providers/microsoft-datashare/accounts/{accountname}/sharesubscriptions/{sharesubscriptionname}/triggers/{triggername}
      name: subscriptions-subscriptionid-resourcegroups-resourcegroupname-providers-microsof
      description: REST surface for subscriptions-subscriptionId-resourceGroups-resourceGroupName-providers-Microsof.
      operations:
      - method: GET
        name: microsoftazuretriggersget
        description: Microsoft Azure Get Trigger In A Sharesubscription
        call: datasharemanagementclient-trigger.microsoftazuretriggersget
        with:
          shareSubscriptionName: rest.shareSubscriptionName
          triggerName: rest.triggerName
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: microsoftazuretriggerscreate
        description: Microsoft Azure This Method Creates A Trigger For A Share Subscription
        call: datasharemanagementclient-trigger.microsoftazuretriggerscreate
        with:
          shareSubscriptionName: rest.shareSubscriptionName
          triggerName: rest.triggerName
          trigger: rest.trigger
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: microsoftazuretriggersdelete
        description: Microsoft Azure Delete Trigger In A Sharesubscription
        call: datasharemanagementclient-trigger.microsoftazuretriggersdelete
        with:
          shareSubscriptionName: rest.shareSubscriptionName
          triggerName: rest.triggerName
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: datasharemanagementclient-trigger-mcp
    port: 9090
    transport: http
    description: MCP adapter for Microsoft Azure DataShareManagementClient — Trigger. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: microsoft-azure-list-triggers-share
      description: Microsoft Azure List Triggers In A Share Subscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-trigger.microsoftazuretriggerslistbysharesubscription
      with:
        shareSubscriptionName: tools.shareSubscriptionName
        $skipToken: tools.$skipToken
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-get-trigger-sharesubscription
      description: Microsoft Azure Get Trigger In A Sharesubscription
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: datasharemanagementclient-trigger.microsoftazuretriggersget
      with:
        shareSubscriptionName: tools.shareSubscriptionName
        triggerName: tools.triggerName
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-this-method-creates
      description: Microsoft Azure This Method Creates A Trigger For A Share Subscription
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: datasharemanagementclient-trigger.microsoftazuretriggerscreate
      with:
        shareSubscriptionName: tools.shareSubscriptionName
        triggerName: tools.triggerName
        trigger: tools.trigger
      outputParameters:
      - type: object
        mapping: $.
    - name: microsoft-azure-delete-trigger-sharesubscription
      description: Microsoft Azure Delete Trigger In A Sharesubscription
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: datasharemanagementclient-trigger.microsoftazuretriggersdelete
      with:
        shareSubscriptionName: tools.shareSubscriptionName
        triggerName: tools.triggerName
      outputParameters:
      - type: object
        mapping: $.