vault_read
Read vault metadata. action: list | clone | status (consolidated surface — same handlers as the legacy tools) Required per action — clone: name.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | [clone] Vault name or slug. | |
| action | Yes | which operation to run | |
| target_path | No | [clone] Preferred local clone path for the returned instructions. | |
| include_commit_sha | No | [list] Include each vault's latest_commit_sha (default false). Costs one GitHub API round-trip per vault, so only ask for it when you actually need the remote HEAD. |