get_plugin_doc
Retrieve complete structured documentation for an Ansible plugin, including parameters and examples, falling back to Galaxy when the collection is not installed locally.
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 |