Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

List Schematic Texts

list_schematic_texts
Read-onlyIdempotent

Get all free-form text annotations from a KiCad schematic, including position, angle, font size, style, and justification. Optionally filter by substring to find specific notes or headings.

Instructions

List all free-form text annotations (notes, headings, documentation strings) in the schematic. Returns position, angle, font size, bold/italic flags, and justification for each text element. Optionally filter by a substring match on the text content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
textNoCase-insensitive substring filter — only return texts containing this string
schematicPathYesPath to the .kicad_sch file

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate read-only, idempotent, and non-destructive behavior, so the description doesn't need to restate these. It adds value by describing the return fields (position, angle, font size, etc.) and the optional substring filter, giving the agent a clear picture of what to expect. It does not disclose any side effects or error conditions, but those are less critical given the strong annotation coverage.

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?

The description is two sentences: the first states the primary purpose, and the second explains what is returned and the optional filter. It is concise, front-loaded, and every sentence contributes meaningful information without redundancy.

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

Completeness5/5

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

For a simple read-only list operation with complete parameter documentation, strong annotations, and an output schema, the description is fully adequate. It covers the purpose, the data returned, and the filter behavior, leaving no significant gaps for an agent to invoke the tool correctly.

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?

The input schema fully covers both parameters with descriptions (100% coverage), including the case-insensitive substring filter. The description's mention of the filter adds no new meaning beyond the schema; it effectively restates what the schema already documents. Baseline 3 is appropriate because the schema does the heavy lifting.

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 identifies the tool's function: listing free-form text annotations in the schematic. It specifies the resource type and distinguishes from sibling tools like list_schematic_labels by mentioning notes, headings, and documentation strings, which are separate from labels.

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 description provides clear context by specifying the resource is free-form text annotations, implying it's not for labels or other schematic elements. However, it does not explicitly state when to use this tool over alternatives or exclude specific cases, such as net labels. The scope is clear but lacks an explicit 'when not to use' statement.

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/Avinash1286/KiCAD-MCP-Server-THEAVI'

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