The remote trigger tool can create webhook triggers so routines fire on outside events.
What's wrong with this entry?
The claude.ai remote-trigger tool's action enum adds create_webhook_trigger, which POSTs to /v1/code/webhook-triggers so a routine can be fired by an external event source.
- The body must name the event source, scope, events, filter and the
routine_trigger_idto fire. - On success the tool appends a summary line linking the routine it fires; the link is assembled at runtime from the CLAUDE_AI_ORIGIN and the routine trigger id.
- Telemetry
trigger_idis populated from the request'sroutine_trigger_idfor this action. - The tool description was rewritten to document the new action.
create_webhook_trigger requires body
Strings lifted out of the shipped bundle, so the claim above can be checked against them.