plan_list
List the most recent plans for an authenticated user. Returns up to limit plans (default 10, max 50) newest-first, each with plan_id, state, progress_percentage, created_at (ISO 8601), and a prompt_excerpt (first 100 chars). Use this to recover a lost plan_id or to review recent activity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of plans to return (1–50). Newest plans are returned first. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plans | Yes | Plans for the authenticated user, newest first. | |
| message | Yes | Human-readable summary (e.g. how many plans were returned). |