Get module input/output contract
get_module_specRetrieve an Ansible module's argument spec and return values, along with documentation quality grade, for contract understanding.
Instructions
Get the full input/output contract for a module. Returns argument_spec (inputs) and RETURN docstring (outputs) with a documentation quality grade.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fqcn | Yes | Fully qualified module name (e.g., 'community.postgresql.postgresql_db') |