list_docs
Discover available documentation by listing all UploadKit docs pages with title, description, URL, and path. Use this to orient before targeted searches.
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 | |||