Skip to main content
Glama

get_cheaha_quick_start

Quick start for the Cheaha HPC cluster.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

C2.6/5.0
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It only states 'Quick start,' implying a read operation returning introductory content, but does not disclose return format, data volume, or any side effects. The minimal description provides little transparency beyond the name.

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 sentence with no wasted words. It is efficiently concise, though it could benefit from a slightly more informative phrase without becoming verbose.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the lack of output schema and annotations, the description must compensate. It fails to specify the nature of the 'quick start' (e.g., text, URL, command list), leaving the agent with insufficient information to use the tool effectively. The tool is simple, but the description is too sparse for complete understanding.

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

Parameters3/5

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

There are zero parameters and 100% schema coverage, so a baseline of 4 is warranted. However, the description adds no value beyond the tool name—it does not explain what the output contains or how to interpret it. This reduces the score to 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description says 'Quick start for the Cheaha HPC cluster,' identifying the resource (Cheaha) and suggesting it provides introductory information. However, it is vague about what exactly constitutes a 'quick start' (e.g., a guide, commands, or summary), and does not clearly distinguish it from sibling documentation tools like 'get_documentation_page'.

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 on when to use this tool versus alternatives. The sibling tools are all documentation-related, but the description does not specify scenarios or exclusions, leaving the agent to infer usage from the name alone.

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.

TDQS

A3.5/5.0
Disambiguation5/5

Each tool has a clear, distinct purpose: quick start, documentation page retrieval, support info, listing sections, and searching. No overlaps or ambiguity.

Naming Consistency5/5

All tools use a consistent snake_case verb_noun pattern (get_*, list_*, search_*), making them predictable and easy to distinguish.

Tool Count5/5

5 tools is appropriate for a documentation/support server. It covers the essential actions without being too sparse or overloaded.

Completeness4/5

The tool set covers the main reading operations (list, search, get) and includes specific items like quick start and support info. However, it lacks navigation to sub-sections or a way to get all pages, which is a minor gap.

Resources