Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

add_schedule_to_collection

Link a schedule to a specific collection in Alteryx Server using the collection ID and schedule ID for organized workflow automation.

Instructions

Add a schedule to a collection by its ID

Input Schema

NameRequiredDescriptionDefault
collection_idYes
schedule_idYes

Input Schema (JSON Schema)

{ "properties": { "collection_id": { "title": "Collection Id", "type": "string" }, "schedule_id": { "title": "Schedule Id", "type": "string" } }, "required": [ "collection_id", "schedule_id" ], "title": "add_schedule_to_collectionArguments", "type": "object" }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/jupiterbak/AYX-MCP-Wrapper'

If you have feedback or need assistance with the MCP directory API, please join our Discord server