Skip to main content
Glama

health_check

Server health, API connectivity (DexScreener, CoinGecko, SerpAPI), supported chains, tool list, pricing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed1 schema field changed
    • addedInput schema / additionalProperties
      Added value: +false
  2. First observed

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, and the description does not disclose any behavioral traits beyond the data list. It does not mention that it may perform live API calls, could be slow, or that it is a read-only operation. For an unannotated tool, this lack of transparency is a gap.

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, telegraphic phrase listing key content categories. It is extremely concise and front-loaded, with no wasted words. The lack of a verb slightly hurts structure but the overall efficiency is high.

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?

For a simple no-parameter health/info tool, the description provides a reasonable enumeration of what is returned. However, it does not describe the output format, error behavior, or whether it aggregates external API statuses. This is adequate but leaves some ambiguity.

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, and the schema is empty. The description adds no param information, but that is unnecessary. Baseline for 0 params is 4, and the description correctly omits param details since there are none.

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 lists specific data categories (server health, API connectivity, supported chains, tool list, pricing), making it clear this is a health/info endpoint. It is distinct from sibling analysis tools like rug_check or trending_memes. However, it lacks an explicit verb like 'check' or 'return', so its intent is slightly inferred rather than stated directly.

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?

There is no guidance on when to use this tool versus alternatives. It does not mention that it is for diagnostics, checking availability of APIs, or that it should be called before other tools. The description simply enumerates contents without contextualizing usage.

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.