Skip to main content
Glama

Talon

talon_tape

Live trades from tracked wallets. Newest buys and sells. first=true keeps only first-buys.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
firstNo
limitNo
stocksNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

B3.1/5.0
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

No annotations are provided, so the description carries the transparency burden. It discloses that the tool returns live/recent buys and sells with an optional first-buy filter, but it omits output shape, sorting, pagination, and whether any side effects exist. This is adequate but not thorough.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and free of filler; each phrase contributes source, content, or filter behavior. It could be more polished as full sentences, but it is appropriately sized.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

With no annotations and no output schema, the description must carry more weight. It leaves two of three parameters undocumented ('limit', 'stocks') and provides no return-format or pagination details, making it incomplete for confident invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description only explains 'first' ('keeps only first-buys'). The 'limit' and 'stocks' parameters are left undocumented, forcing the agent to infer their meaning from the schema alone.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

Description states the data source (tracked wallets) and content (live trades, newest buys/sells), so an agent can identify the resource. However, it lacks an explicit verb like 'get' or 'return' and does not differentiate it from siblings such as talon_wallet or talon_calls.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The phrase 'Live trades from tracked wallets' implies when to use the tool, and 'first=true keeps only first-buys' gives a narrowing rule. But it does not explicitly explain when to prefer this over alternatives or provide exclusion criteria, so usage guidance is mostly implied.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources