Skip to main content
Glama
sethski

tinkercad-mcp-server

by sethski

Delete a wire

tinkercad_delete_wire
DestructiveIdempotent

Delete a specific wire from a Tinkercad circuit using its ID to remove unwanted connections and improve circuit accuracy.

Instructions

Select a wire by id and delete it.

Args:

  • wire_id (string): Id from tinkercad_get_circuit

  • response_format

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
wire_idYesWire id from tinkercad_get_circuit
response_formatNoOutput format: markdown for humans, json for machine processingmarkdown

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already convey destructiveHint=true and readOnlyHint=false, so the operation's safety profile is clear. The description adds that the wire is the destroyed object and that deletion is by id, but it does not disclose side effects, irreversibility, or behavior when the wire is missing. No annotation contradiction exists.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The opening sentence is concise and front-loaded. However, the Args block largely duplicates schema information and the response_format entry is incomplete, so not every element earns its place.

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 deletion tool with two fully described parameters and annotations that already indicate destructiveness, the description is mostly sufficient. The remaining gap is lack of detail about return values or side effects, but the schema and response_format parameter cover the necessary calling contract.

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?

Schema coverage is 100%, with both wire_id and response_format described in the input schema. The description merely repeats parameter names and the wire_id source without adding additional semantic value, so baseline 3 applies.

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?

Description states a clear action, 'Select a wire by id and delete it', with a specific resource (wire) and method (by id). It is distinguishable from sibling tools like tinkercad_delete_component because it explicitly targets wires.

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?

No explicit guidance about when to use this tool versus alternatives such as tinkercad_delete_component or tinkercad_move_component. The only implicit hint is that wire_id must come from tinkercad_get_circuit, which is a prerequiste, not a usage rule.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/sethski/tinkercad-mcp-server'

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