list_projects
List indexed documentation projects. Use this first to discover what's available. Supports a forgiving fuzzy query over slugs (ranked by relevance) plus limit and skip for pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| skip | No | Number of results to skip, for pagination (default 0). | |
| limit | No | Maximum number of results to return (default 50, max 200). | |
| query | No | Forgiving fuzzy filter over project slugs; results are ranked by relevance. |