Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

get_ansible_module_info

Retrieve detailed Ansible module information, including schema and documentation, to simplify IaC management and enhance automation workflows on the IAC Memory MCP Server.

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" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentWong/iac-memory-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server