feat(agent-toolkit): add update_workflow tool#359
Merged
amitrossmonday merged 14 commits intoMay 28, 2026
Merged
Conversation
730a63c to
a322939
Compare
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…arams, extract URL to constants Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…iption Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ants in test Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…rkflow_builder description Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…w, bump to 5.17.0 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
a322939 to
e03c401
Compare
…ported trigger Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…ample Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…w prompt example Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…index Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…e in update_workflow params Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
…_workflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
RomKadria
approved these changes
May 27, 2026
RomKadria
approved these changes
May 27, 2026
…t response in update_workflow Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
liorl-monday
approved these changes
May 27, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
update_workflowMCP tool that updates an existing monday.com workflow draft using an AI agent/platform-ai-gateway/agents/workflow-builder) which invokes the workflow-builder microservice update APIWORKFLOW_BUILDER_AGENT_URLto a shared constants file (workflow-builder-tools/constants.ts)create_workflow— use create to scaffold a new workflow, then call update iteratively to build it outNotes
fetch()directly withAuthorizationheader (same pattern ascreate_automation)as unknown as BaseMondayApiToolConstructorcast (non-standard ctor signature)workflowObjectIdandworkflowDraftIdare required — returned bycreate_workflow🤖 Generated with Claude Code