list_projects
List every project indexed by ContextPulse, providing name, slug, and one-line overview for selection or subsequent detailed context retrieval.
Instructions
List every project indexed by ContextPulse with name, slug, and a one-line overview.
Returns one entry per project: id, display name, root path, brief summary, last-touched timestamp.
USE WHEN: showing the user a project picker, or before calling get_project_context for a specific project. NOT FOR: full content — use get_project_context for that.
BEHAVIOR: pure read of the project registry. No side effects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |