Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

sheet.fillRange

Fill spreadsheet ranges with formula patterns using {row} and {col} placeholders to efficiently compute columns or rows in Circuitry workflows.

Instructions

Fill a range with a formula pattern - efficient for computed columns/rows. Use {row} for 1-indexed row number (Excel-style), {col} for column letter.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdYesSheet node ID or name
formulaYesFormula pattern with {row}/{col} placeholders (e.g., "=A{row}*B{row}")
colNoColumn index for vertical fill (0-indexed)
startRowNoStart row (0-indexed, defaults to 0)
endRowNoEnd row (0-indexed, defaults to last row)
rowNoRow index for horizontal fill (0-indexed)
startColNoStart column for horizontal fill (0-indexed)
endColNoEnd column for horizontal fill (0-indexed)
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