Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

change_schedule_owner

Transfer schedule ownership on Alteryx Servers by specifying the schedule ID and new owner ID using the AYX-MCP-Wrapper interface.

Instructions

Change the owner of a schedule by its ID

Input Schema

NameRequiredDescriptionDefault
new_owner_idYes
schedule_idYes

Input Schema (JSON Schema)

{ "properties": { "new_owner_id": { "title": "New Owner Id", "type": "string" }, "schedule_id": { "title": "Schedule Id", "type": "string" } }, "required": [ "schedule_id", "new_owner_id" ], "title": "change_schedule_ownerArguments", "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