get_plugin_doc
Retrieve full structured documentation for any Ansible plugin, including params and examples, with automatic fallback to Galaxy.
Instructions
Get full structured documentation for one plugin.
Returns: plugin_name, plugin_type, short_description, params, examples, doc_source ('local' or 'galaxy'). Falls back to Galaxy if collection is not installed locally. On failure returns {"error": str}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| plugin_name | Yes | Fully-qualified plugin name (e.g. 'netbox.netbox.nb_lookup') | |
| plugin_type | Yes | Plugin type (lookup, filter, test, connection, become, strategy, callback, inventory, cache, cliconf, httpapi, netconf, shell, or vars) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |