Skip to main content
Glama

Fetch one CRUMB component in full detail

crumb_get_component
Read-onlyIdempotent

Retrieve a single component's full details by ID, including parameters, terminals, geometry, connection groups, and windowed firmware source for iterative design review.

Instructions

Returns a single component by id with parameters, terminals, geometry, its inferred connection groups, and windowed access to embedded firmware source past the analyze cap. The read-back companion for iterative work on one part.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesWorkspace-relative .cru project ref
componentIdYesComponent id from analyze/netlist output; matching is case-insensitive
sourceOffsetNoCharacter offset into embedded firmware source for continued reads
topologyModeNoknown-board-v1.3.5
includeGeometryNo
includeSourceCodeNo
expectedProjectDigestNoOptional sha256: digest from a prior cross-model handoff

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
dataNo
errorNo
contextYes
summaryYes
diagnosticsYes
nextActionsYes
contractVersionYes
Behavior4/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, so the description doesn't need to restate safety. It adds valuable context: windowed access to firmware source (pagination via sourceOffset), the concept of an 'analyze cap,' and inferred connection groups—behaviors not visible in annotations. This enriches the agent's understanding without contradiction.

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

Conciseness5/5

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

Two compact sentences deliver the core purpose and key differentiator without redundancy. The first sentence lists the return contents, the second positions it for iterative workflows. Every word earns its place.

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?

With an output schema present, the description need not detail return fields. It covers the tool's purpose, the main resource, and a distinctive behavior (windowed source access). It does not explain topologyMode or expectedProjectDigest, but for a read-only companion with strong annotations and output schema, the context is adequate.

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

Parameters3/5

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

Schema description coverage is 57%, covering path, componentId, sourceOffset, and expectedProjectDigest. The description adds meaning to includeGeometry and includeSourceCode by mentioning geometry and source code, and 'past the analyze cap' relates to sourceOffset. However, topologyMode is left unexplained, and the description does not elaborate on all parameter interactions, so it partially compensates.

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 opens with a specific verb ('Returns') and identifies the exact resource ('a single component by id') and its contents (parameters, terminals, geometry, connection groups, firmware source). It also positions itself as 'read-back companion' for iterative work, clearly distinguishing it from sibling tools that analyze or list components.

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

Usage Guidelines4/5

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

The phrase 'read-back companion for iterative work on one part' implies when to use this tool (when focusing on a single component), and the mention of 'past the analyze cap' hints at an alternative (crumb_analyze_design) that has a cap. However, it does not explicitly name alternatives or state exclusions, so it stops short of full guidance.

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/Craftiee/circuitarium-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server