Health
healthCheck transport12 API availability and retrieve a sanitized status payload.
Instructions
Check transport12 API availability. Returns a sanitized health payload.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
healthCheck transport12 API availability and retrieve a sanitized status payload.
Check transport12 API availability. Returns a sanitized health payload.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections.
v0.2.3Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of behavioral disclosure. It mentions a 'sanitized health payload,' but does not explain what sanitization means, what the payload contains, whether authentication is needed, or any side effects. Basic behavior is stated, but significant context is missing.
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?
The description is a single efficient sentence with no filler. The core action is front-loaded, making it instantly scannable.
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 health check, the description is mostly sufficient to invoke the tool. However, the lack of an output schema and the vague 'sanitized health payload' leave some ambiguity about the exact response format, though this is not critical for a simple availability check.
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 has zero parameters, so the baseline is 4. The description correctly implies no input is needed and adds no unnecessary parameter detail.
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 states a clear verb and resource: 'Check transport12 API availability.' This is specific and understandable, but it does not distinguish this tool from siblings like get_service_status or get_api_summary, which may overlap in purpose.
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?
There is no guidance on when to use this tool versus alternatives such as get_service_status or get_api_summary. The intended use is implied by the name and health-check wording, but no explicit context or exclusions are provided.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.