create_collection
Generate new collections on the AYX-MCP-Wrapper server by specifying a unique name, enabling organized management of workflows and resources in Alteryx environments.
Instructions
Create a new collection
Input Schema
Name | Required | Description | Default |
---|---|---|---|
name | Yes |
Input Schema (JSON Schema)
{
"properties": {
"name": {
"title": "Name",
"type": "string"
}
},
"required": [
"name"
],
"title": "create_collectionArguments",
"type": "object"
}