Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

update_collection_version

Update an Ansible collection's version and documentation links in the IAC Memory MCP Server, ensuring accurate version control and resource management.

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'

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