invoke_agent_marketplace_action
Validate an agent marketplace action before executing it live by previewing with a dry run, then confirming the exact invocation.
Instructions
Preview first, then explicitly confirm the exact preview for a live invocation.
The safe default is dry_run=True. Review the returned bounded receipt. To
run live, call again with the exact same inputs, dry_run=False, the
preview's invocation ID, and confirm_live=True. Server-side approval and
entitlement policy remains authoritative after confirmation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| inputs | No | {} | |
| dry_run | No | ||
| message | No | ||
| objective | No | ||
| confirm_live | No | ||
| idempotency_key | Yes | ||
| installation_id | Yes | ||
| preview_invocation_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |