talon_detect
Detect newly seen Robinhood Chain tokens with market stats and confluence scores. Use this to hunt early memes/alts.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | new | |
| limit | No | ||
| maxAgeHours | No | ||
| minLiquidity | No |
Detect newly seen Robinhood Chain tokens with market stats and confluence scores. Use this to hunt early memes/alts.
| Name | Required | Description | Default |
|---|---|---|---|
| sort | No | new | |
| limit | No | ||
| maxAgeHours | No | ||
| minLiquidity | No |
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 of behavioral disclosure. It does not explain whether the operation is read-only, how 'newly seen' is determined, whether data is returned in a particular format, or what side effects or limits exist.
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 short, front-loaded with the core purpose, and each sentence adds value. It conveys the resource, output content, and intended use without wasted words.
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 no annotations, no output schema, 0% parameter coverage, and many sibling tools, the description is too minimal. It does not cover parameter meaning, expected return shape, or how this differs from similar discovery tools like talon_radar or talon_hot.
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?
Schema description coverage is 0%, and the description does not explain the parameters such as maxAgeHours, minLiquidity, or limit. It only loosely ties 'newly seen' and 'confluence scores' to sort options, which is insufficient for an agent to set parameters confidently.
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 specific verb ('Detect'), a specific resource ('newly seen Robinhood Chain tokens'), and the key output content ('market stats and confluence scores'). The phrase 'newly seen' and the use case 'hunt early memes/alts' help distinguish this tool from likely siblings focused on hot or breakout tokens.
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 gives clear context: use this tool to hunt early memes/alts. However, it does not explicitly say when not to use it or name alternatives among the many talon_* siblings, so it stops short of full guidance.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.