Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

nodes.insertBetween

Insert new nodes between two connected nodes in a visual workflow. Removes the existing connection and creates sequential edges through the inserted nodes.

Instructions

Insert node(s) between two connected nodes. Removes existing edge and creates new edges through the inserted nodes.

Use node for single insertion: Source → NewNode → Target Use nodes for chain insertion: Source → A → B → C → Target

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sourceIdYesSource node ID (start of existing edge)
targetIdYesTarget node ID (end of existing edge)
nodeNo{ name, shape?, color? } - single node to insert (use OR nodes, not both)
nodesNo[{ name, shape?, color? }] - array of nodes to insert in sequence (use OR node, not both)
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