get_yaml_docs
Search and retrieve FlutterFlow YAML reference documentation by topic or file path, returning the full doc content.
Instructions
Search and retrieve FlutterFlow YAML reference documentation. Use topic to search by keyword (e.g. 'Button', 'actions', 'theming') or file to fetch a specific doc file. Returns the full doc content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Specific doc file path (e.g. '04-widgets/button', '05-actions', 'README'). Omit .md extension. | |
| topic | No | Search topic/keyword (e.g. 'Button', 'actions', 'theme', 'Column', 'variables'). Case-insensitive. |