search_plugins
Discover Ansible plugins matching a keyword, with optional filters for plugin type and collection namespace.
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 |