search_flet_icons
Search valid Flet icon names (ft.Icons or ft.CupertinoIcons) by fragment to prevent hallucinated names. Specify icon set and result limit for accurate, up-to-date matches.
Instructions
Search valid flet icon names for ft.Icons.* / ft.CupertinoIcons.*. NEVER invent icon names — models consistently hallucinate them. This reads the icon database of the installed flet version.
Args: query: Icon name fragment, e.g. 'home', 'arrow_back', 'delete_outline'. icon_set: 'material' (ft.Icons, default) or 'cupertino' (ft.CupertinoIcons). max_results: Maximum names to return (default 50).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | ||
| icon_set | No | material | |
| max_results | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |