get_collection_by_id
Retrieve a specific collection using its unique ID in the AYX-MCP-Wrapper server, enabling precise access to workflow resources within the Alteryx ecosystem.
Instructions
Get a collection by its ID
Input Schema
Name | Required | Description | Default |
---|---|---|---|
collection_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"collection_id": {
"title": "Collection Id",
"type": "string"
}
},
"required": [
"collection_id"
],
"title": "get_collection_by_idArguments",
"type": "object"
}