Skip to main content
Glama
ProductOfAmerica

mcp-server-kicad

create_sym_lib_table

Destructive

Generate a KiCad symbol library table (sym-lib-table) in a specified directory using a list of library entries with names and URIs. Overwrites existing file.

Instructions

Create a sym-lib-table file in the given directory.

Each entry dict needs 'name' and 'uri' keys.
Overwrites existing sym-lib-table if present.

Args:
    directory: Directory to write sym-lib-table in
    entries: List of dicts with 'name' and 'uri' keys

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entriesYes
directoryYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

The description discloses a key behavioral detail beyond the annotations: 'Overwrites existing sym-lib-table if present.' This adds specific context to the destructiveHint=true annotation, clarifying exactly what gets overwritten. This goes beyond the bare annotation and is valuable for the agent.

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 short and front-loaded, with the main action in the first sentence. The entry requirement and overwrite note are important, but the 'Args' block largely restates the schema, adding slight redundancy. Overall, each sentence contributes value, and the structure is clean.

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 two-parameter file creation tool, the description covers the essential information: what it does, what the arguments are, the required entry structure, and the overwrite behavior. The output schema handles return details, and annotations cover the destructive nature. It doesn't mention directory existence or edge cases, but it is sufficiently complete for this scope.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It does add a brief explanation for 'directory' (Directory to write sym-lib-table in) and repeats that entries need 'name' and 'uri' keys, but this largely duplicates the schema's required fields and type definitions. It doesn't provide deeper semantics like path constraints or URI formats, so the added value is minimal.

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's purpose: 'Create a sym-lib-table file in the given directory.' This is a specific verb and resource, and it distinguishes this tool from siblings like create_schematic or create_symbol_library by naming the exact file type. The overwrite note further clarifies scope.

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?

The description provides no explicit when-to-use guidance or alternatives. It does explain the required entry keys and directory argument, which is a form of usage guidance, but it doesn't say when to choose this tool over similar creation tools. No exclusions or alternative references are given.

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/ProductOfAmerica/mcp-server-kicad'

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