Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

update_module_version

Update Ansible module schema, version, and documentation URL in the IAC Memory MCP Server to ensure accurate and current IaC management.

Instructions

Update an existing Ansible module's schema and related information

Input Schema

NameRequiredDescriptionDefault
module_idYesModule ID
new_doc_urlNoNew documentation URL
new_schemaYesNew schema
new_versionNoNew version

Input Schema (JSON Schema)

{ "description": "Update an existing Ansible module's schema and related information", "properties": { "module_id": { "description": "Module ID", "type": "string" }, "new_doc_url": { "description": "New documentation URL", "type": "string" }, "new_schema": { "description": "New schema", "type": "string" }, "new_version": { "description": "New version", "type": "string" } }, "required": [ "module_id", "new_schema" ], "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