Skip to main content
Glama

gateway_health

Check both zero-cost Qwen3.8 providers.

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

B3.2/5.0
Behavior2/5

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

With no annotations, the description carries the full transparency burden. It only says 'check', implying a read-only operation, but does not disclose what constitutes a check (e.g., latency, availability, cost), side effects, or what the response will be. Minimal behavioral disclosure.

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 a single short sentence with no filler. It is front-loaded and every word contributes to the core purpose. Perfectly concise for a tool of this simplicity.

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 tool with no parameters and no output schema, the description conveys the essential action. However, it lacks context about what 'check' returns, how to interpret results, or when to prefer this over sibling provider tools, leaving the agent with incomplete decision-making information.

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?

This tool has zero parameters, so the input schema is already exhaustive. Baseline of 4 applies for zero-parameter tools; the description does not need to add parameter detail and does not attempt to.

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 clearly states the action ('check') and the target resource ('both zero-cost Qwen3.8 providers'). It is specific enough to distinguish from sibling tools that list or rank providers, though it does not explicitly call out those differences.

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 given on when to use this tool versus alternatives like provider_probe or provider_rank. The description does not mention exclusions, prerequisites, or preferability of other tools.

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 target distinct actions (health check, model listing, provider listing, chat), but provider_probe, provider_rank, and gateway_health overlap in the health/status space; descriptions help differentiate them.

Naming Consistency2/5

Tool names mix verb_noun (list_models) with noun_noun compounds (provider_probe, provider_rank, gateway_health), making the naming pattern inconsistent and the action-oriented intent of some tools unclear.

Tool Count5/5

Seven tools is a well-scoped set for a gateway service, covering health, model access, and provider evaluation without bloat.

Completeness3/5

The set covers health checks, model listing, chat, and provider ranking/probing, but lacks tools to configure or update providers (e.g., adding a candidate provider), leaving an observable gap in lifecycle management.

Resources