Skip to main content
Glama

Talon

talon_closed

Closed round-trips for tracked FOMO traders: cost, proceeds, P/L, hold time, win/loss.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
windowNo24h

Schema Changelog

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

  1. First observed

TDQS

C2.2/5.0
Behavior2/5

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

With no annotations provided, the description carries the full behavioral burden, but it only lists data content. It does not disclose the time-window behavior implied by the `window` parameter, what 'tracked FOMO traders' means as a filter, whether the result is a record list or an aggregate summary, or any read-only/data-freshness characteristics.

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

Conciseness3/5

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

The single colon-delimited phrase is compact and front-loaded, with zero wasted words. But it reads more like a dashboard subtitle than a tool definition — the brevity crosses from disciplined conciseness into under-specification, omitting action and controls.

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?

For a tool with no annotations and no output schema, the description must explain parameter effects and return shape; it does neither. The field list (cost, proceeds, P/L, hold time, win/loss) gives partial credit on return content, but the window/limit semantics and the structure of a 'round-trip' record are missing.

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

Parameters1/5

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

Schema description coverage is 0% and the description never mentions `limit` or `window`. The enum values make `window` plausibly a look-back range, but `limit`'s semantics (presumably a cap on returned round-trips) are pure guesswork, and the interaction between the two parameters is entirely unexplained.

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

Purpose3/5

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

The description specifies a concrete data domain — closed round-trips for tracked FOMO traders — and enumerates the returned metrics (cost, proceeds, P/L, hold time, win/loss). However, it contains no action verb, so whether the tool lists trades, computes aggregates, or exports data is left to inference. It also makes no attempt to distinguish itself from the ~40 siblings, several of which (talon_calls, talon_winners, talon_traders) plausibly overlap.

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

Usage Guidelines2/5

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

There is no statement of when to use this tool, no exclusions, and no reference to any alternative among the sibling tools. An agent choosing between talon_closed and talon_winners, talon_calls, or talon_flow receives no basis for the decision.

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