execute_capability
Run a bound website capability to get verified execution results: steps, page changes, and success confirmation. Only low-risk actions are allowed; others are denied with explanation.
Instructions
Run one bound capability and return the complete result: the steps that ran, what changed on the page, whether the intended effect was verified, and the entities the resulting page is about. Only low-risk capabilities execute; anything else is refused with a reason.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| arguments | No | ||
| session_id | Yes | ||
| capability_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| error | No | ||
| steps | No | ||
| status | Yes | ||
| warnings | No | ||
| session_id | Yes | ||
| started_at | Yes | ||
| template_id | Yes | ||
| completed_at | Yes | ||
| execution_id | Yes | ||
| verification | No | ||
| capability_id | Yes | ||
| schema_version | No | 0.2.1 | |
| result_entities | No | ||
| observed_effects | No | ||
| document_id_after | No | ||
| snapshot_id_after | No |