Skip to main content
Glama
blessed0x

scratch-unified-mcp

by blessed0x

Sb3 Cloud Get Vars

sb3_cloud_get_vars

Retrieve current cloud variable values for a Scratch project using its project ID. Get live data such as scores and user inputs to monitor project state.

Instructions

Read current cloud variable values for a project.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
project_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior3/5

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

With no annotations, the description must disclose behavior. 'Read' indicates a non-mutating operation, but it does not mention any prerequisites (e.g., cloud variables enabled) or edge cases. It is minimal but not misleading.

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 sentence with no redundant words. The action and target are front-loaded, making it immediately scannable.

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?

Given the simple nature (one parameter, read-only) and the presence of an output schema, the description covers the essential purpose. It does not elaborate on limitations, but for a basic read tool this is acceptable.

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. It only hints that 'for a project' relates to project_id but does not explain the parameter's format, source, or validation requirements. The agent gets little guidance beyond the parameter name.

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 clearly states the action (read) and the resource (current cloud variable values for a project). It distinguishes itself from sibling sb3_cloud_set_var (write) and sb3_cloud_logs (logs) without ambiguity.

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 description implies it is the read counterpart to sb3_cloud_set_var and sb3_cloud_logs, but it does not explicitly state when to use it over alternatives or mention any exclusions. Usage context is inferred rather than stated.

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