talon_pool
Inspect one stock/USDG or stock/WETH pool: TVL, volume/TVL, fee APR, range hint, hook risk, verdict.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Pool address or Uniswap v4 pool id |
Inspect one stock/USDG or stock/WETH pool: TVL, volume/TVL, fee APR, range hint, hook risk, verdict.
| Name | Required | Description | Default |
|---|---|---|---|
| address | Yes | Pool address or Uniswap v4 pool id |
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?
No annotations are provided, so the description carries the full burden. It does disclose the output contents (TVL, volume/TVL, fee APR, range hint, hook risk, verdict), and 'Inspect' suggests a non-mutating read operation. However, it does not explicitly state read-only behavior, potential failure modes, or any required preconditions.
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?
One concise, front-loaded sentence communicates the tool's purpose and deliverables in a clear colon-delimited list. Every word contributes value with 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 simple one-parameter tool with no output schema, the description is mostly complete: it specifies the accepted pool types, the single input, and the expected output metrics. It slightly lacks explicit notes on error handling or unsupported pool types, but overall an agent has enough context to call it correctly.
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 input schema already fully documents the single 'address' parameter with 100% coverage. The description adds no additional meaning about the parameter beyond what the schema provides, so the baseline score of 3 is appropriate.
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 uses a specific verb ('Inspect'), a clear resource ('one stock/USDG or stock/WETH pool'), and enumerates exactly what will be returned. This clearly distinguishes it from broader scan or list tools among the siblings by narrowing scope to a single pool.
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?
No explicit guidance is given on when to use this tool versus alternatives. The description implies it is for inspecting a specific pool, but it never names sibling tools or states conditions for choosing talon_pool over, for example, talon_lp or talon_scan.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.