project_list
Retrieve a list of all projects with their slugs and names to verify project existence and avoid duplicate slug creation when writing across projects.
Instructions
List every project (slug, name, description). Use it to learn the exact slug before a deliberate cross-project write or a project_create -- coining a near-duplicate of a slug that already exists is the failure this prevents -- and to see whether work already has a home. You usually do NOT need it to pick a scope: memory, note, and task calls inherit the project from the session binding, and passing project= is for writing outside that on purpose. It returns identity, not contents; to search what is inside a project, use recall.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||