Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

nodes.updateFlowchart

Modify existing flowcharts by adding, updating, or removing nodes and edges using node IDs from previous creation.

Instructions

Update an existing flowchart. Pass nodeIds from createFlowchart response to modify nodes/edges.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdsYesMap of logical IDs to actual node IDs (from createFlowchart response)
addNo{ nodes: [{id, name, shape?, color?}], edges: [{from, to, label?}] } - new nodes/edges to add
updateNo{ "actualNodeId": { displayName?, color?, shape? } } - update existing nodes by actual ID
removeNo{ nodeIds?: string[], edgeIds?: string[] } - actual IDs to remove
Install Server

Other Tools

Latest Blog Posts

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/circuitry-dev/circuitry-mcp-server'

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