IaC Memory MCP Server

by AgentWong

get_ansible_module_info

Retrieve detailed schema and documentation for any Ansible module by specifying its collection and module name. Simplify Ansible development with precise module insights.

Instructions

Retrieve comprehensive information about an Ansible module including schema and documentation

Input Schema

NameRequiredDescriptionDefault
collection_nameYesName of the Ansible collection
module_nameYesName of the module

Input Schema (JSON Schema)

{ "description": "Retrieve comprehensive information about an Ansible module including schema and documentation", "properties": { "collection_name": { "description": "Name of the Ansible collection", "type": "string" }, "module_name": { "description": "Name of the module", "type": "string" } }, "required": [ "collection_name", "module_name" ], "type": "object" }
ID: g4vkk4v3w5