Skip to main content
Glama
biosshot

kicad-copilot

by biosshot

Get PCB Component Sizes

get_pcb_component_sizes

Retrieve footprint sizes for placed components from a KiCad PCB and produce a compact board size estimate.

Instructions

Return server placement footprint sizes and compact board estimate. PCB instructions: /app/docs/pcb-layout/instructions.md

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pathYesTarget .kicad_pcb path.
designatorsNo
include_allNo
Behavior2/5

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

With no annotations, the description must disclose behavioral traits, but it only mentions 'Return' and a pointer to instructions. It does not state whether the operation is read-only, side effects, or error conditions, leaving the agent uninformed.

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 concise, with only two sentences and no wasted words. The mention of the instructions file adds context, though it could arguably be external.

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

Completeness2/5

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

Without an output schema, the description should clarify return values and usage context, but it only gives a high-level summary. It omits parameter behavior and prerequisites, making it inadequate for a tool with three parameters.

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

Parameters1/5

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

Schema coverage is only 33% (only 'path' is documented), and the description does not mention any parameters. It fails to explain how 'designators' or 'include_all' influence the result, providing no added meaning beyond the schema.

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

Purpose4/5

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

The description uses a specific verb ('Return') and resource ('server placement footprint sizes and compact board estimate'), making the tool's function clear. It has a distinct purpose among PCB-related siblings, though it doesn't explicitly differentiate itself.

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

Usage Guidelines2/5

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

No guidance is provided on when to use this tool versus alternatives like make_pcb_layout or auto_route_pcb. The description only states the function without any context or exclusions.

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/biosshot/kicad-copilot'

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