list_projects
Retrieve a list of all registered projects with their IDs, names, paths, and availability of Hands tools. Use the returned project ID to access project-specific features like search, file listing, and backup.
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 | |||