plan_recent
View recent plans for debugging and observability. Inspect plan history, such as the last rejected plan, without opening the SQLite file directly.
Instructions
List the most recent plans for debugging/observability.
Read-only — does not change any state. Useful for inspecting plan history (e.g. "what was the last rejected plan?") without opening the SQLite file directly.
Args: n: Maximum number of plans to return (default 10).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| n | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |