Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

nodes.search

Search workflow nodes by name or content to find relevant components in Circuitry's visual workflow platform. Returns matches with confidence scores for AI-assisted selection.

Instructions

Search workflow nodes by name or content. Returns ALL matches with confidence scores - let AI decide which is most relevant.

Use cases:

  • "the validation node" → searches for nodes with "validation" in name

  • "sheet with customer data" → searches sheet headers and data sample

  • "authentication code" → searches code node contents

Content searched by type:

  • sheet: headers + first 100 rows of data

  • code: first 1000 chars

  • text/agent: full content

  • flow: displayName + content

Large sheets (>1000 rows) are skipped by default to avoid slowness. Use includeLargeSheets: true to include them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesSearch term (natural language supported)
limitNoMax results to return (default: 20)
typesNoFilter by node types (e.g., ["code", "sheet"])
searchContentNoInclude content search (default: true)
includeLargeSheetsNoSearch sheets with >1000 rows (default: false, may be slow)
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