Skip to main content
Glama
blessed0x

scratch-unified-mcp

by blessed0x

Sb3 Studio Info

sb3_studio_info

Get a Scratch studio's title, description, and statistics using its studio ID. Access key studio details in one request for quick overview.

Instructions

Fetch a Scratch studio's title, description, and stats.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
studio_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations provided, the description carries the behavioral disclosure burden. 'Fetch' conveys a read-only operation, but it does not mention authentication needs, rate limits, or behaviors around invalid studio IDs. This is adequate for a simple lookup but leaves those traits undisclosed.

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?

A single concise sentence that front-loads the action and resource. There is no wasted text; every phrase contributes meaning.

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 one-parameter read-only tool with an output schema present, the description covers the core operation and return content. It is slightly incomplete only because it omits usage context and behavioral caveats, but the simple interface makes this a minor gap.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate for the undocumented studio_id parameter. It only implies that studio_id identifies a studio; it does not explain the expected format (numeric ID, URL, slug), which an agent would need to supply a valid value.

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 the specific verb 'Fetch' and identifies the resource ('Scratch studio') plus the exact fields returned ('title, description, and stats'). It is clearly distinguishable from the sibling project-focused tools because the scope is explicitly a studio.

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 guidance is provided about when to use this tool versus alternatives, nor any context about prerequisites, intended workflow, or selection criteria. The description only states what the tool does without any usage heuristics.

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

Deploy Server

Other Tools