Skip to main content
Glama
Avinash1286

KiCAD MCP Server

by Avinash1286

List Symbol Libraries

list_symbol_libraries
Read-onlyIdempotent

Lists all available KiCAD symbol libraries from the global table, adding project-specific libraries when a project path is provided.

Instructions

List all available KiCAD symbol libraries from global sym-lib-table, plus the project's sym-lib-table when projectPath (or any related file) is supplied or a project has been opened.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectPathNoOptional: project directory or .kicad_pro/.kicad_pcb/.kicad_sch path. Including this exposes project-scope sym-lib-table libraries.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare read-only and idempotent behavior. The description adds useful context about global vs project scope and the condition for including project libraries. It doesn't contradict annotations and offers extra detail beyond them, though 'any related file' is somewhat vague.

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 a single sentence, front-loaded with the verb and object, and contains no redundant filler. It is appropriately concise, though the phrase 'any related file' introduces slight ambiguity.

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?

For a simple read-only list tool with one optional parameter and an existing output schema, the description covers scope and conditional behavior well. Annotations handle safety, so the description is sufficiently complete.

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 already documents the single parameter projectPath with a descriptive explanation, so schema coverage is 100%. The description adds little beyond the schema; mentioning 'any related file' is broader but less precise than the schema's file type list.

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 clearly identifies the tool as listing KiCAD symbol libraries, with a specific scope (global sym-lib-table plus project sym-lib-table when relevant). It distinguishes from siblings by focusing on library collections rather than symbols within a library, but does not explicitly name alternatives.

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?

Usage is implied: you list symbol libraries when you need the available libraries, and project scope is included if a project is opened or projectPath is given. No explicit when-not or comparison to alternatives is provided.

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