Skip to main content
Glama

Hawaii Conditions MCP Server

ping

Health check — returns server status. Free.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.5/5.0
Behavior4/5

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

The description discloses that it 'returns server status' and mentions 'Free', which implies no cost. Since annotations are empty, the description carries the full burden; it is sufficient for a simple ping operation with no side effects.

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 description is extremely concise with two short sentences, front-loading the core purpose. Every word earns its place, and there is no unnecessary information.

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

Completeness5/5

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

For a tool with no parameters and no output schema, the description is complete. It clearly states what it does and that it is free, which covers all necessary context for an agent to invoke it correctly.

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?

There are zero parameters, so the baseline is 4. The description adds value by clarifying the purpose (health check) but does not need to explain parameter semantics since none exist.

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 tool as a 'Health check' that 'returns server status', which is a specific verb and resource. It distinguishes from sibling tools like 'get_balance' or 'get_weather' which are more specific data retrievals.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

While the description does not explicitly state when to use this tool vs alternatives, its purpose as a health check is clear and self-explanatory. No alternatives are mentioned, but implied use is for checking server availability without any parameters.

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

B3.4/5.0
Disambiguation4/5

Most tools have distinct purposes, but the three add_funds tools (5, 10, 20) are redundant and could be a single parameterized tool. There is also slight overlap between get_sun_times and get_weather (both provide sunrise/sunset), which may cause confusion.

Naming Consistency3/5

Naming conventions are mixed: some tools use verb_noun (register_agent, create_wallet_setup) while others use noun_verb (get_balance, add_funds_5). There is no consistent pattern, and the presence of numbered suffixes (add_funds_5, add_funds_10) breaks uniformity.

Tool Count4/5

20 tools is slightly high but reasonable for the domain. The three add_funds tools could be consolidated into one with a parameter, which would reduce clutter without losing functionality.

Completeness4/5

The tool set covers a broad range of Hawaii conditions (weather, surf, volcano, trails, ocean safety, restaurants). Minor gaps exist (e.g., tide data, specific beach alerts), but overall it provides a solid coverage for its intended purpose.

Resources