list_docs
Enumerate available UploadKit documentation pages to discover content before targeted searching. Lists titles, descriptions, URLs, and paths for orientation.
Instructions
Enumerate every available UploadKit docs page with title, description, URL, and path.
When to use: to discover what documentation exists before targeted searching, or to orient yourself around the shape of the docs site. Prefer search_docs when you already have a concrete question.
Returns: JSON { count, generatedAt, pages: [{ path, url, title, description }] }. Pages are sorted alphabetically by path. Read-only, static at bundle time, idempotent.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||