list_projects
Lists all registered projects with ID, name, path, and availability status. Use it to find the project ID needed for scoped operations like search, file listing, and backups.
Instructions
List every registered project with id, name, absolute path, and a derived has_hands flag (true when the path exists on disk AND contains a kontexta.json). Read-only; no side effects, auth, or rate limits. Use to find the project_id to pass to scoped tools (search, list_files, commit_backup, refresh_index, etc.). To register a new project use register_project; to inspect its Hands tools use list_hands.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||