Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

codebook.addCell

Add a new cell to CodeBook for code execution, documentation, AI processing, data management, or visualization within Circuitry's workflow platform.

Instructions

Add a new cell to CodeBook. Creates a linked node in the workflow and inserts it in the cell order.

Supported cell types:

  • code: Python/JavaScript code with execution

  • text: Markdown documentation with LaTeX support ($...$)

  • agent: AI-powered processing cell

  • datagrid: Spreadsheet/sheet for data

  • chart: Visualization cell

  • image: Image display cell

This is the preferred way to add nodes when CodeBook is open. For workflow canvas, use code.create, text.create, or sheet.create instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeTypeYesType of cell: code, text, agent, datagrid, chart, image
afterCellIdNoInsert after this cell ID (optional, defaults to end)
executionTargetNoFor code cells: pyodide, this-computer, or eserver:<id>
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