Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

update_workflow_name_or_comment

Modify workflow names or comments by specifying the workflow ID, enabling precise updates to workflow details in Alteryx Server environments.

Instructions

Update a workflow name or comment by its ID

Input Schema

NameRequiredDescriptionDefault
commentYes
nameYes
workflow_idYes

Input Schema (JSON Schema)

{ "properties": { "comment": { "title": "Comment", "type": "string" }, "name": { "title": "Name", "type": "string" }, "workflow_id": { "title": "Workflow Id", "type": "string" } }, "required": [ "workflow_id", "name", "comment" ], "title": "update_workflow_name_or_commentArguments", "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