Skip to main content
Glama

Save project

easyeda_project_save

Persist all netlist changes, net flags, and pin connections by explicitly saving the current EasyEDA Pro project to its file. Write confirmation required.

Instructions

Explicitly save the current EasyEDA Pro project. This ensures all netlist changes, net flags, pin connections, and other mutations are persisted to the project file. Save is never implicit — the caller must explicitly request it. Requires confirmWrite.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesThe project/schematic ID to save
confirmWriteYesMust be the literal boolean true (not the string "true") to allow this write.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already indicate a write operation (readOnlyHint=false) and no idempotency. The description adds value by clarifying that save is never implicit and that it persists specific types of changes. However, it does not disclose failure modes, concurrency behavior, or consequences of missing confirmWrite, which would be helpful for an AI agent.

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 three sentences long, front-loading the core purpose in the first sentence. Every sentence provides relevant information without redundancy or fluff. The structure is efficient and easy to parse.

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

Completeness3/5

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

Given the tool's relative simplicity and the presence of an output schema (not shown but noted), the description covers the essential behavior. However, it lacks details on error handling, return values, or prerequisites beyond confirmWrite. For a critical write operation, agents might benefit from knowing what happens on failure.

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 has 100% description coverage, so the description does not need to add much. It mentions confirmWrite but provides no additional meaning beyond the schema's constraint (must be literal true). The baseline of 3 is appropriate as the schema already defines the parameters adequately.

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: saving the current EasyEDA Pro project. It specifies what is persisted (netlist changes, net flags, pin connections, etc.), making the resource and action unambiguous. The tool is distinct from sibling tools like transaction managers or read-only inspectors, as it focuses on explicit persistence.

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?

The description explains that save is explicit and requires confirmWrite, providing context for when to use it. However, it does not mention when not to use it or compare it to alternative persistence mechanisms like transactions. Some guidance on avoiding confusion with commit/rollback would improve this dimension.

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/oaslananka/easyeda-mcp-pro'

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