Skip to main content
Glama

AYX-MCP-Wrapper

by jupiterbak

update_workflow_name_or_comment

Modify a workflow's name or comment by specifying its ID. Use this tool to update workflow metadata on Alteryx Servers via the AYX-MCP-Wrapper interface.

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