get_ansible_collection_info
Retrieve detailed Ansible collection data to enhance Infrastructure-as-Code management, supporting version tracking and resource mapping within the MCP server environment.
Instructions
Retrieve comprehensive information about an Ansible collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_name | Yes | Name of the Ansible collection |
Input Schema (JSON Schema)
{
"description": "Retrieve comprehensive information about an Ansible collection",
"properties": {
"collection_name": {
"description": "Name of the Ansible collection",
"type": "string"
}
},
"required": [
"collection_name"
],
"type": "object"
}