Skip to main content
Glama
sethski

tinkercad-mcp-server

by sethski

Tinkercad login status

tinkercad_login_status
Read-onlyIdempotent

Check if Tinkercad is signed in via the persistent Chrome profile. If not logged in, complete Autodesk sign-in in the opened Chrome window and call this tool again.

Instructions

Check whether the persistent Chrome profile is signed in to Tinkercad.

Use this first on a new machine. If it reports not logged in, complete Autodesk sign-in in the opened Chrome window, then call this tool again.

Args:

  • response_format ('markdown' | 'json'): Output format

Returns: loggedIn, current URL, and the next action to take.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
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

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and non-destructive behavior. The description adds valuable context: the check is tied to a persistent Chrome profile, a Chrome window may be opened for sign-in, and the tool returns a next-action recommendation. No 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.

Conciseness5/5

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

The description is compact and well-structured: purpose first, then usage guidance, then args and returns. Every sentence contributes information, and the key workflow instruction is front-loaded.

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

Completeness5/5

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

For a simple tool with one optional parameter and no output schema, the description is complete. It states what is returned (loggedIn, current URL, next action) and explains the action to take based on the result, leaving no critical gap for an agent to call it correctly.

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%; the single parameter response_format is fully documented with an enum, default, and description. The description restates the parameter but adds no new semantic meaning beyond what the schema already provides, so the baseline 3 is appropriate.

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 uses a specific verb and resource: 'Check whether the persistent Chrome profile is signed in to Tinkercad.' This clearly identifies the tool's unique purpose and distinguishes it from the other Tinkercad sibling tools, none of which perform login-status checking.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description explicitly states when to use the tool: 'Use this first on a new machine.' It also provides follow-up guidance—if not logged in, complete Autodesk sign-in and call the tool again—which gives the agent a clear operational flow.

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