Skip to main content
Glama
borystam

mcp-visual-design-studio

by borystam

workspace_open

Read-only

Retrieve the local editor URL, capabilities, templates, and documents for the visual design workspace without opening a browser tab.

Instructions

Get capabilities, templates, documents and the private localhost editor URL. Does not open a browser tab.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.1

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true and destructiveHint=false, so the safety profile is covered. The description adds valuable behavioral context beyond annotations: it returns a private localhost editor URL and does not open a browser tab, which is important because the name 'workspace_open' could imply a side effect.

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 contain no filler. The first sentence front-loads what the tool returns, and the second sentence immediately disambiguates the tool's behavior. Every word earns its place.

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?

Given the low complexity, zero parameters, and annotations already covering read-only status, the description is complete. It tells an agent what will be returned and explicitly rules out the browser-tab side effect, which is all that is needed to call the tool correctly.

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 has zero parameters, so there is no parameter burden for the description to carry. The description focuses on the returned resources instead, which is appropriate for a parameterless fetch operation.

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 ('Get') and names distinct resources: capabilities, templates, documents, and the private localhost editor URL. It also explicitly clarifies what the tool does not do ('Does not open a browser tab'), which prevents confusion with the 'open' part of the tool name and with sibling tools like preview_render.

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?

The description clearly conveys when to use the tool: when the agent needs workspace capabilities, templates, documents, or the private editor URL without opening a browser tab. It provides an explicit exclusion but does not name any alternative sibling tools or give a when-not-to-use beyond the browser-tab clarification.

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