list_ansible_collections
Discover and filter cached Ansible collections with metadata using the IAC Memory MCP Server. Simplify collection management for Infrastructure-as-Code by retrieving organized, searchable data.
Instructions
List all cached Ansible collections with basic metadata
Input Schema
Name | Required | Description | Default |
---|---|---|---|
filter_criteria | No | Optional 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"
}