Skip to main content
Glama

Unquant

Check service status

ping
Read-onlyIdempotent

Return the Unquant MCP server status for an availability check.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYesThe service status. True means that the server can answer requests.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/5

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

Annotations already cover the safety profile (readOnlyHint=true, idempotentHint=true, destructiveHint=false, openWorldHint=false), so the description's burden is lower. The description adds the specific purpose (availability check) but doesn't describe what the response contains beyond what the output schema would provide. No contradiction with annotations.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence with zero wasted words. It could arguably benefit from a tiny bit more detail about what 'status' means (e.g., returns ok or version info), but for a ping tool it's appropriately minimal.

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?

With zero params, an output schema, and full annotation coverage, the description is mostly complete for this simple tool. However, it doesn't clarify what a successful vs. failed response looks like or what 'status' returns specifically. For a health-check tool this is a minor gap, but given its simplicity, the description is adequate.

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 0 parameters, and schema coverage is 100%. Per the rubric, 0 params = baseline 4. No parameter documentation is needed since there are no parameters to document.

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 states it returns the Unquant MCP server status for an availability check, which is a clear verb+resource+intent. It distinguishes from siblings since it's a health/availability endpoint unlike the data retrieval tools. However, 'Return the Unquant MCP server status' is slightly awkward phrasing that could be clearer.

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 usage is for checking server availability/health, which is a clear context. But it doesn't explicitly differentiate from alternatives or state when not to use it, though given it has no parameters and is a ping-style tool, the usage context is fairly self-evident.

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