hands.list
Lists project commands an agent may run, including scope, danger level, and confirmation flag. Pass schema:true for the kontexta.json authoring reference to write or fix configs.
Instructions
List every Hands command tool currently registered, with project scope, tool name, danger level, confirmation flag, and description. Hands tools come from per-project kontexta.json files loaded at register time. Pass schema: true to instead get the complete kontexta.json authoring reference (JSON schema, validation rules, security guarantees, limitations, annotated example) — a static document, unrelated to any specific registered hand. Read-only; no side effects, auth, or rate limits. Use the default list mode to discover what side-effectful project commands the agent is permitted to run; use schema: true when helping a user write or fix a kontexta.json; reload after editing one with hands.reload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| schema | No | If true, return the kontexta.json authoring reference document instead of the registered-hands list. Default false. |