Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

add_ansible_module

Add a new Ansible module definition to the IAC Memory MCP Server, including its schema, version, and documentation URL, for efficient Infrastructure-as-Code management.

Instructions

Add a new Ansible module definition with its schema and version information

Input Schema

NameRequiredDescriptionDefault
collectionYesCollection ID or name
doc_urlYesDocumentation URL
module_typeYesModule type
nameYesModule name
schemaYesModule schema
versionYesModule version

Input Schema (JSON Schema)

{ "description": "Add a new Ansible module definition with its schema and version information", "properties": { "collection": { "description": "Collection ID or name", "type": "string" }, "doc_url": { "description": "Documentation URL", "type": "string" }, "module_type": { "description": "Module type", "type": "string" }, "name": { "description": "Module name", "type": "string" }, "schema": { "description": "Module schema", "type": "string" }, "version": { "description": "Module version", "type": "string" } }, "required": [ "collection", "name", "module_type", "schema", "version", "doc_url" ], "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