talon_bundle
Bundle/sniper analysis from on-chain Transfer logs plus DEX buy-pressure heuristics.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
Bundle/sniper analysis from on-chain Transfer logs plus DEX buy-pressure heuristics.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes |
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 burden of behavioral disclosure. It does add methodological context by mentioning on-chain Transfer logs and DEX buy-pressure heuristics, which indicates the analysis's data basis. But it does not state side effects, permissions, return format, or limitations, leaving some behavioral uncertainty.
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 compact sentence with no redundancy or filler. It front-loads the core function and adds the data sources efficiently. It is concise, though its brevity contributes to omissions in other dimensions.
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 tool with one parameter, no output schema, and no annotations, the description is too sparse for confident invocation. It fails to clarify what 'address' refers to, what output is returned, or any behavioral expectations, leaving important context missing.
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 schema has one required 'address' string with 0% description coverage, and the tool description does not mention the parameter at all. The word 'address' provides only a basic hint, but it is ambiguous whether this is a token contract, a wallet, or something else, and no format or chain information is given.
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 topic (bundle/sniper analysis) and names the specific data sources (on-chain Transfer logs, DEX buy-pressure heuristics). It is not a tautology and gives a distinctive identity among the many similarly named talon_* siblings, though it lacks an explicit verb and does not name sibling differences.
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 implies when to use the tool: when bundle/sniper analysis from transfer logs and DEX heuristics is needed. However, it does not provide explicit alternative conditions or mention any sibling tools for comparison, so usage guidance is only implied, not clearly directed.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.