talon_health
Check Talon and upstream status (DexScreener, Robinhood RPC, GoPlus, live trades, RHJ stocks) before a research run.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Check Talon and upstream status (DexScreener, Robinhood RPC, GoPlus, live trades, RHJ stocks) before a research run.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the behavioral burden. It indicates this is a read-only status check and names the systems covered, but it does not describe what happens if an upstream service is down, whether remote calls are made, or what the output looks like.
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?
A single sentence that front-loads the action and purpose, then efficiently enumerates the upstream components checked. Every word earns its place and there is no redundancy.
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 tool, the description provides the essential context: what is checked, the specific upstream services, and when to run it. It lacks an explicit description of return values or failure behavior, but the simplicity and narrow scope make this a minor gap.
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 schema already fully covers this with an empty properties object. The 0-parameter baseline of 4 applies, and the description adds useful context about the tool's purpose even though there are no parameters to explain.
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 clearly states the verb 'Check' and the resource 'Talon and upstream status,' enumerating specific upstream services. This distinguishes it from sibling tools, though it does not explicitly contrast itself with any sibling.
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 phrase 'before a research run' gives explicit timing for when to invoke this tool. It does not name alternative tools or state when not to use it, but the intended context is clear enough.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.