List Available Docs
list_available_docsList all configured documentation projects, returning their names and descriptions. Use this to discover available docs before requesting specific project documentation.
Instructions
List all configured documentation projects.
Always call this first to discover available project names before using
get_project_docs. Pass the exact value of the name field to
get_project_docs.
Returns:
List of dicts with name and description keys.
Returns an empty list if no projects are configured.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |