search_actions
Search the UniFi action catalog by query, category, or read-only filter to retrieve action IDs for later execution via execute_action. Use this to narrow down actions when the full list is too large.
Instructions
Search the UniFi action catalog and return action IDs that can be executed via execute_action. Use this when the direct tool list is too large or when you want category-focused discovery.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | No | Free-text search across action IDs, summaries, and parameter names. | |
| category | No | Filter actions by category. | |
| readOnly | No | Filter by read-only (true) or mutating (false) actions. | |
| limit | No | Maximum number of results to return (default 50). |