Skip to main content
Glama

mesh_upload_open

Destructive

Open the mesh upload preview workflow to inspect before submitting or authorizing fees. Does not submit or authorize fees.

Instructions

Open the standard mesh upload preview workflow. Does not submit an upload or authorize an upload fee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior3/5

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

With destructiveHint=true and openWorldHint=true declared, the annotations carry most of the safety signal, and the description usefully adds what the tool does NOT do (no submit, no fee authorization). It still doesn't disclose what viewer state changes when the preview workflow opens, leaving some tension with a destructive annotation on an 'open preview' action.

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 sentences with the positive behavior front-loaded and the exclusion second; every clause earns its place and nothing is redundant.

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?

For a zero-parameter, no-output-schema tool this is adequate but thin: it doesn't say what the workflow produces, what the agent should do after opening it, or how it relates to mesh_upload_status. Complete enough to invoke, incomplete for planning.

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

Parameters4/5

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

The tool takes zero parameters, so there are no parameter semantics to document; the baseline for a parameterless tool is 4. Nothing in the description misrepresents or omits an input.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description gives a specific verb plus resource ('Open the standard mesh upload preview workflow'), which is more precise than the bare tool name. It doesn't name the sibling tools that could be confused with it (mesh_upload_status, local_mesh_open), so it falls short of a 5.

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 negation 'Does not submit an upload or authorize an upload fee' implies the boundary between this tool and the actual submission step, which hints at when it is appropriate. However, it never states when to call it (e.g., before a submit step) or routes the agent to mesh_upload_status for follow-up, so the guidance is only implicit.

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