describe_plan_schema
Get the Plan JSON Schema that serves as the source of truth for authoring plan documents. Use an optional path to fetch only a subtree for efficiency.
Instructions
Educational decision-support only — not tax, legal, or financial advice. Do not prescribe securities actions. Return the engine's versioned Plan JSON Schema (the source of truth for authoring a full plan document) plus its schemaVersion. Pass an optional path (dotted, e.g. 'properties.accounts.items', or JSON pointer, e.g. '/properties/accounts/items') to fetch just a subtree and keep token cost down. Read-only meta tool; also exposed as the MCP resource of the same schema. Feed a document's extracted fields into update_plan, then validate_plan.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | No | Optional dotted path or JSON pointer into the schema; omit for the full document |