list_ansible_collections
Retrieve and filter cached Ansible collections with metadata to manage Infrastructure-as-Code components efficiently on the IaC Memory MCP Server.
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"
}