Skip to main content
Glama
lyq11

果子狸MCP服务

by lyq11

schematic_create_wires

Create direct wires with assigned net names in schematics, eliminating the need for net ports or labels.

Instructions

Create direct named wires. A net name can be assigned without placing a net port or label first.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wiresYes
reasonNo创建原理图直接导线
pageUuidYes
Behavior3/5

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

No annotations are provided, so the description carries full burden. It discloses the key behavior of assigning net names directly but lacks details on side effects, required permissions, or what happens if a net name already exists.

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?

Two short, front-loaded sentences with no fluff. Every word adds value.

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?

Given the complexity of nested 'wires' array and lack of output schema, the description is too brief. It does not cover parameter details, coordinate format, or behavioral implications, leaving the agent underinformed.

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?

With 0% schema description coverage and no parameter explanations in the description, the tool adds no semantic value for the 3 parameters ('wires', 'reason', 'pageUuid'). The description does not clarify the structure of 'wires' or the meaning of 'line'.

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 creates direct named wires and distinguishes it from sibling tools like schematic_create_net_flags by noting that a net name can be assigned without placing a net port or label first.

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?

It implies when to use (when you want to assign a net name without a port/label) but does not explicitly state when not to use or provide alternative tools.

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/lyq11/guozili-mcp-service'

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