projects.list
List all registered projects with their IDs, names, paths, and has_hands status to locate the project_id needed for scoped tools. Read-only and side-effect free.
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 (files.search, files.list, admin.commit_backup, projects.refresh_index, etc.). To register a new project use projects.register; to inspect its Hands tools use hands.list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||