dero_docs_list
List indexed documentation pages across all DERO products, returning slugs, titles, and canonical URLs. Use to survey available docs or obtain a slug catalog before fetching a page.
Instructions
List indexed bundled docs pages across all four products with slugs, titles, and canonical URLs.
When to call: when surveying available docs (e.g. "what TELA tutorials exist?"), OR when you need a slug catalog before invoking dero_docs_get_page. PREFER dero_docs_search when you have a specific question.
Input Requirements:
productis OPTIONAL. Provide to scope to one ofderod | tela | hologram | deropay.limitis OPTIONAL (default 120, max 500).
Output: { docs_source, total, products, pages: [{ product, slug, title, canonical_url, last_updated }] }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| product | No | Optional docs product filter: derod | tela | hologram | deropay | |
| limit | No | Max pages returned (default 120, max 500) |