Skip to main content
Glama

CrystalRAM Open Commons

crystalram.commons_status

Read the public, non-canonical Open Commons service status and limits.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

With no annotations to carry safety cues, the description must do the work. 'Read' implies a non-mutating operation, 'public' hints at no auth barrier, and 'non-canonical' warns data may be unofficial. This is helpful, but it omits other behavioral traits such as response timing, pagination, or what 'limits' refers to.

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 entire description is a single front-loaded sentence. It states the verb, resource, and qualifiers clearly, wastes no words, and is an appropriate size for a parameter-less read tool.

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 0-parameter, read-only status tool with no output schema, the description is largely sufficient. It tells the agent what data is offered (status, limits) and its caveat (non-canonical). It does not describe the return structure, but that is not expected without an output schema, and the simplicity of the tool keeps the gap minor.

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 the description has nothing to explain about the input shape. The description's mention of 'status and limits' does not need to compensate, since schema coverage is trivially complete.

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 plainly says 'Read' + specific resource ('public, non-canonical Open Commons service status and limits'). It is unambiguous about the action and the data scope, and no sibling tool reads status/limits, so it is easily distinguished on its own.

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?

The description gives no guidance about when to choose this tool over siblings or when not to use it. There is no mention of alternative tools or context like 'check before calling other commons tools,' so the agent gets no usage heuristics.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources