Skip to main content
Glama

Otto Data — Robinhood Chain

funding_carry_signals

Read-onlyIdempotent

Deterministic funding-carry candidates joining perp funding (Arcus/Lighter) with perp-vs-spot basis. Per ticker: funding rate + annualized funding_apr_pct, perp-vs-Chainlink gap (bps) and a label — carry_long_spot_short_perp (hold Hood spot, short the perp, collect positive funding), carry_short_spot_long_perp (inverse) or no_carry — plus the standard risk flags. min_abs_bps filters on |perp_vs_chainlink_bps|. Signals are NOT orders.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
min_abs_bpsNo

TDQS

A4.6/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the tool is known to be a safe, read-only, idempotent operation. The description adds valuable behavioral context beyond the annotations: it labels the outputs as 'deterministic,' describes the per-ticker data included, and explicitly warns 'Signals are NOT orders,' which helps prevent misuse. This exceeds the baseline expected when annotations are present, though it could still mention behavior like absence of results or pagination.

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

Conciseness5/5

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

The description is compact yet information-dense. It front-loads the core purpose, then lists the output fields with explanations, and ends with a parameter filter and a safety note. Every sentence adds value; there is no filler or repetition. Despite being a single long sentence for the outputs, it is well-structured with em-dash separators and remains readable.

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

Completeness5/5

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

Given a read-only tool with one optional parameter and no output schema, the description provides a complete picture: it explains what the tool returns (per-ticker funding rate, APR, basis gap, carry label, risk flags), how to filter the results, and that signals are not orders. It does not require a return schema because the output fields are explicitly described. The only minor omission is the exact composition of 'standard risk flags,' but this likely follows the platform-wide convention and is not a critical gap.

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

Parameters5/5

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

The input schema only provides the parameter name, type, and default (min_abs_bps: number, default 0), with no description. The tool description directly explains the parameter's purpose: 'min_abs_bps filters on |perp_vs_chainlink_bps|.' This fully compensates for the 0% schema description coverage, giving the agent clear guidance on how to use the parameter.

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

Purpose5/5

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

The description specifies exactly what the tool produces: deterministic funding-carry candidates that combine perp funding rates with perp-vs-spot basis. It details the output fields (funding rate, funding APR, basis gap, carry label) and clearly distinguishes from order execution with 'Signals are NOT orders.' This goes beyond a simple verb+resource and effectively differentiates from sibling tools like perp_funding and perp_spot_basis by describing the combined analysis.

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

Usage Guidelines4/5

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

The description clearly implies when to use this tool: when you need deterministic funding-carry candidates that merge perp funding and basis data. It also states what it is not (orders), which helps avoid misuse. However, it does not explicitly name alternative tools or state exclusions, so it falls short of the 'explicit when/when-not/alternatives' bar for a 5.

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.

TDQS

A3.6/5.0
Disambiguation4/5

Most tools have clearly distinct purposes, with detailed descriptions that separate e.g. hood_basis_snapshot from hood_basis_history and perp_spot_basis. A few clusters like flow_summary vs token_flows and multiple gap/basis tools could still cause slight ambiguity, but the descriptions are strong enough to guide correct selection.

Naming Consistency5/5

All tool names follow a consistent snake_case pattern with domain prefixes (hood_, agent_, competition_, partner_), and verbs are used predictably (report_, execute_, get_, etc.). There is no mixing of conventions or vague generic names.

Tool Count3/5

39 tools is on the high side, but the server covers a very broad domain (market data, signals, trading execution, competition, partner APIs, agent reporting). While many tools earn their place, a few could be consolidated (e.g., gap/basis variants), making it feel heavier than necessary for typical usage.

Completeness4/5

The surface covers the core lifecycle: market data, signals, paper/real/partner trading, position tracking, and performance reporting. Minor gaps exist (e.g., no explicit wallet balance or order cancellation), but the core workflows are well-covered and derived endpoints fill most needs.

Resources