seedfast_plans_list
List seeding plans stored in the current MCP session to get plan IDs for retrieval, update, delete, or run. Shows plan details or 'No plans found' if the session has none.
Instructions
Lists seeding plans stored in the current MCP session (in-memory; plans do not persist across MCP server restarts). Returns a text block with up to limit plans, each showing ID, scope, table count with names, and created/updated timestamps; returns 'No plans found' when the session has none. Use this to discover plan IDs before calling seedfast_plan_get, seedfast_plan_update, seedfast_plan_delete, or seedfast_run with planId. Does not require SEEDFAST_API_KEY. Next: pick an ID and call seedfast_plan_get for full details, or seedfast_run to execute.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of plans to return. Defaults to 50 when omitted or non-positive. |