get_flet_doc
Fetch paged Markdown documentation for a specific Flet control or topic using a doc path and offset, keeping responses small and context-friendly.
Instructions
Fetch the Markdown documentation for a specific Flet control or topic, paged
to keep responses small. Long pages are cut off with a hint for the next
offset — page through instead of dumping huge docs into the conversation.
Args: doc_path: The exact path of the doc file, usually obtained from search_flet_docs (e.g., 'website/docs/controls/dropdown/index.md'). offset: Line to start from (default 0; the response tells you the next offset). max_lines: Maximum lines to return per call (default 400).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| offset | No | ||
| doc_path | Yes | ||
| max_lines | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |