Skip to main content
Glama

Otto Data — Robinhood Chain

market_events

Read-onlyIdempotent

Machine-readable news events (crypto + stocks). symbols is comma-separated (NVDA,BTC), event_type: listing|hack|regulation|earnings| etf|partnership|macro|liquidation|stablecoin|general. importance 0-100.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
symbolsNo
event_typeNo
min_importanceNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.5/5.0
Behavior3/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 safety profile is covered. The description adds useful details like event_type values and importance scale (0-100), but does not mention output format, pagination, or limit behavior. This adds some value beyond annotations but is not rich.

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 a single, information-dense sentence. It front-loads the core purpose and packs in parameter formats and value ranges without wasteful prose. Every element contributes to usage understanding.

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

Completeness4/5

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

For a simple read-only list tool, the description covers the essential invocation details: symbols, event types, and importance scale. It lacks information about the response structure (which is machine-readable but undefined) and the effect of limit, but the schema provides defaults. Given annotations handle safety, this is fairly complete.

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

Parameters4/5

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

Schema description coverage is 0%, but the description compensates by explaining symbols (comma-separated with examples), event_type (full enumeration), and importance (0-100). It does not explicitly explain 'limit' or 'min_importance', though their names are self-explanatory. Coverage of 3 out of 4 parameters is strong.

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?

The description states the tool provides 'Machine-readable news events (crypto + stocks)', which clearly identifies its purpose and scope. It distinguishes from siblings by focusing on news events, but the phrasing is a noun phrase rather than a specific verb like 'get' or 'list', so it's slightly less direct.

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?

The description gives no explicit guidance on when to use this tool versus alternatives. It does not mention any exclusions, prerequisites, or comparison to sibling tools like hood_feeds or reddit_alpha_signals. The context is implied by the domain but not clearly articulated.

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