Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

code.createBatchGrouped

Organize code files into labeled groups with visual headers for structured project management. Supports horizontal or vertical layouts to arrange components logically.

Instructions

Create code nodes organized in named groups with flow node headers. Each group gets a label header (flow node) with its code files arranged below it. Groups are placed side-by-side (horizontal) or stacked (vertical).

IMPORTANT: Provide descriptive names for each file. For Next.js page.tsx files, derive the name from the folder path (e.g., "/app/login/page.tsx" → "Login", "/app/dashboard/settings/page.tsx" → "Dashboard Settings"). Avoid generic names like "page" or "index".

Example: Organize files by folder structure like "Controllers", "Services", "Models".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
groupsYesArray of groups: [{ name: "Auth Screens", files: [{ path: "/app/login/page.tsx", name: "Login" }, { path: "/app/signup/page.tsx", name: "Signup" }], color?: "#6366f1" }]
layoutNoHow to arrange groups: "horizontal" places groups side-by-side (default), "vertical" stacks groups top-to-bottom
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries the full burden of behavioral disclosure. It describes the tool's behavior (creating groups with headers, layout options) and adds context like naming conventions and examples, but does not cover aspects such as error handling, permissions, or response format. This provides moderate transparency but lacks comprehensive behavioral details.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is appropriately sized and front-loaded, starting with the core functionality and followed by important details and an example. Most sentences earn their place, but the example could be slightly more concise. Overall, it is well-structured with minimal waste.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the tool's complexity (creating grouped code nodes) and no output schema, the description is fairly complete. It covers the tool's purpose, usage guidelines, parameter semantics, and provides examples. However, without annotations or output details, it could benefit from more on behavioral aspects like error cases or response structure, but it is largely adequate for the context.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, so the schema already documents the 'groups' and 'layout' parameters. The description adds meaning by explaining the purpose of groups (organized with labels and files) and layout options (side-by-side or stacked), and provides naming conventions and examples that clarify parameter usage beyond the schema. This enhances understanding effectively.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool creates code nodes organized in named groups with flow node headers, specifying that groups can be arranged horizontally or vertically. It distinguishes from siblings like 'code.create' and 'code.createBatch' by emphasizing the grouping and header features, making the purpose specific and differentiated.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides implied usage through an example (organize files by folder structure like 'Controllers', 'Services', 'Models') and naming conventions for Next.js files, but does not explicitly state when to use this tool versus alternatives like 'code.create' or 'code.createBatch'. No exclusions or clear alternatives are mentioned, leaving some ambiguity.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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