list_pages
List documentation pages from Reflex Docs, optionally filtered by slug prefix such as 'library/' or 'state/', returning slug, title, and URL.
Instructions
List documentation pages, optionally filtered by slug prefix.
Args: prefix: Optional slug prefix (e.g., "library/", "state/") limit: Maximum number of results to return (default: 200)
Returns: List of pages with slug, title, and URL
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| prefix | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |