Skip to main content
Glama

IaC Memory MCP Server

by AgentWong

update_collection_version

Update Ansible collection versions and associated documentation links to maintain accurate version tracking and resource mapping within the IaC Memory MCP Server.

Instructions

Update an existing Ansible collection's version information and documentation links

Input Schema

NameRequiredDescriptionDefault
collection_idYesCollection ID
new_doc_urlNoNew documentation URL
new_source_urlNoNew source URL
new_versionYesNew version

Input Schema (JSON Schema)

{ "description": "Update an existing Ansible collection's version information and documentation links", "properties": { "collection_id": { "description": "Collection ID", "type": "string" }, "new_doc_url": { "description": "New documentation URL", "type": "string" }, "new_source_url": { "description": "New source URL", "type": "string" }, "new_version": { "description": "New version", "type": "string" } }, "required": [ "collection_id", "new_version" ], "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-project'

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