Capabilities: what is enabled in this run
meta_capabilitiesReturns machine-readable configuration details to help autonomous agents understand which operations are available before making tool calls.
Instructions
Returns a machine-readable description of the current configuration: mode, allow/deny lists, confirmation, dry-run, idempotency, local file access. Useful for an agent to understand which operations are fundamentally available before attempting to call tools.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | Yes | ||
| name | Yes | ||
| version | Yes | ||
| features | Yes | ||
| dryRunDefault | Yes | ||
| denyToolsCount | Yes | ||
| allowToolsCount | Yes | ||
| confirmationMode | Yes | ||
| idempotencyTtlSec | Yes |