search_plugins
Search Ansible plugins by keyword to retrieve up to 50 matches with fully qualified names and descriptions. Filter by namespace or plugin type to narrow results.
Instructions
Find Ansible plugins by keyword. Returns up to 50 matches as {fqcn: short_description}.
Plugin types: lookup, filter, test, connection, become, strategy, callback, inventory, cache, cliconf, httpapi, netconf, shell, vars. On failure returns {"error": str}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| keyword | Yes | Search term to match against plugin names and descriptions | |
| namespace | No | Optional collection namespace filter (e.g. 'netbox.netbox') | |
| plugin_type | No | Plugin type filter (e.g. 'lookup', 'filter'). If omitted, searches all types. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |