health_check
ISO20022Oracle health and status check.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
ISO20022Oracle health and status check.
| 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?
With no annotations provided, the description must fully disclose behavior, but it merely says 'health and status check' without elaborating on what is checked, what output is expected, or whether any side effects occur. Minimal transparency.
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?
Single sentence, appropriately sized, and straight to the point. No filler or redundant information earns a perfect score.
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?
Given the simple nature of a health check (no params), the description is minimally viable but incomplete: it doesn't specify what the status output includes or what constitutes a healthy state. Without an output schema, this leaves some ambiguity.
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, and the input schema confirms that (100% coverage). Per the rules, a 0-parameter tool gets a baseline of 4; the description adds no parameter details, but none are needed.
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 explicitly names the resource (ISO20022Oracle) and the action (health and status check), making it clear and distinguishing it from sibling tools like dti_lookup or generate_pacs008. The verb 'check' combined with the specific resource gives a precise scope.
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?
The description provides no guidance on when to use this tool versus alternatives. It offers no context, prerequisites, or exclusions, leaving the agent without any basis for selecting it over other sibling tools.
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.