health_check
Check Agent Hub liveness (free). Returns ok, service, version, billed:false. No payment required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Check Agent Hub liveness (free). Returns ok, service, version, billed:false. No payment required.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
Annotations already declare readOnlyHint, idempotentHint, and openWorldHint=false, so the safety profile is covered. The description nonetheless adds value the annotations don't: it discloses the return payload shape (ok, service, version, billed:false) and confirms no payment/authorization is needed.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
Two clipped sentences, with the core action (liveness check) front-loaded and the cost/return facts following. Every clause earns its place and there is no filler.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a zero-parameter liveness probe with no output schema, the description supplies exactly what is missing: the call is free and the response fields are enumerated. Nothing an agent needs to call it correctly is absent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The tool takes zero parameters, so there is nothing for the description to disambiguate; the schema is empty and 100% covered. Baseline of 4 applies for a no-parameter tool.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description gives a specific verb and resource ("Check Agent Hub liveness") and even names the exact return fields, so an agent knows precisely what the tool does. It never names a sibling, but the "(free)" / "No payment required" framing implicitly separates it from the payment-oriented siblings like pricing_list and money_fact.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
Usage is implied rather than stated: it tells the agent this is a free liveness probe that needs no payment, which is a real selection signal against paid siblings. However, there is no explicit when-to-use, when-not-to-use, or named alternative, so the agent must infer the calling conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.