MCPTools
create_agent_trigger
Create a trigger that dispatches the agent on a provider event. For example, event_type 'github.pull_request', 'shopify.orders/create', or…
Create a trigger that dispatches the agent on a provider event.
For example, event_type 'github.pull_request', 'shopify.orders/create', or 'stripe.invoice.payment_failed'; the prefix must match the integration's provider.
Parameters
| Name | Type | Required | Description |
|---|---|---|---|
agent_id | string | yes | |
integration_id | string | yes | |
event_type | string | yes | |
agent_version | integer | no | |
enabled | boolean | no |