Skip to main content
Glama

IAC Memory MCP Server

by AgentWong

list_ansible_collections

Retrieve and filter cached Ansible collections with metadata using a regex pattern to streamline collection management and access on the IAC Memory MCP Server.

Instructions

List all cached Ansible collections with basic metadata

Input Schema

NameRequiredDescriptionDefault
filter_criteriaNoOptional filtering criteria

Input Schema (JSON Schema)

{ "description": "List all cached Ansible collections with basic metadata", "properties": { "filter_criteria": { "description": "Optional filtering criteria", "properties": { "name_pattern": { "description": "Regex pattern to filter collection names", "type": "string" } }, "type": "object" } }, "required": [], "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