list_projects
List all projects tracked in Alcove's documentation repository. Use this to verify project existence before querying documentation.
Instructions
List all projects that have documentation stored in the alcove doc-repo.
Use this tool when:
The user asks which projects are available or tracked in alcove
You need to verify a project exists before calling get_project_docs_overview or search_project_docs
The user wants to switch project context or compare projects
Before using scope="global" in search_project_docs to understand what will be searched
It is read-only and has no side effects. Does not require any parameters.
Returns an array of project names derived from subdirectory names in the alcove doc-repo. Returns an empty array if no projects have been initialized yet — use init_project to create one. Project names are case-sensitive and match the directory names exactly.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||