Skip to main content
Glama

Coil Scanner

get_crypto_day

24/7 crypto day-state PREVIEW: the top-3 of 81 Robinhood-tradable coins by trend rank, plus the board's BTC anchor, the daily BTC/ETH gate regime and breadth counts. A LIVE trimmed slice of the full state map (trend distances, tape lights, ATR%, relative strength vs BTC, room, volume z-score, UP/CHOP/DOWN state per coin) — not a delayed copy. A state map, not a ranking or advice. Full 81-row board: get_crypto_day_live (x402, pay-per-call).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations provided, the description carries the full burden and does so well: it reveals this is a preview/trimmed slice, live (not delayed), and what data points are included (trend distances, tape lights, ATR%, etc.). It manages expectations by stating it is 'a state map, not a ranking or advice.' It does not mention auth, rate limits, or errors, but for a zero-parameter tool, this is strong transparency.

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 a tight three sentences. The first sentence defines what it is, the second elaborates on the state map contents, and the third clarifies what it is not and points to the full version. Every sentence adds value. It uses technical terms (ATR%, volume z-score) that are dense but relevant. Slightly heavy on jargon but not verbose.

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?

Given no output schema or annotations, the description effectively conveys what data to expect: top-3 coins, BTC anchor, gate regime, breadth counts, and a list of per-coin fields. It also points to the full board for completeness. It does not detail the output format (e.g., JSON structure), but for a no-parameter tool, it covers the essential 'what' and 'why use this vs. alternative' well.

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?

The tool has zero parameters, so the baseline is 4. The description does not need to explain parameter semantics, and it doesn't, but it does explain the output structure, which is helpful. It correctly adheres to the rule that with no params, a score of 4 is appropriate.

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 clearly states a specific verb+resource+scope: 'crypto day-state PREVIEW' of 'the top-3 of 81 Robinhood-tradable coins by trend rank' plus additional indicators. It distinguishes itself from siblings by explicitly differentiating from the 'full 81-row board' available via get_crypto_day_live, and clarifies what it is not ('not a delayed copy', 'not a ranking or advice').

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?

It explicitly names the alternative for the full board: 'Full 81-row board: get_crypto_day_live (x402, pay-per-call).' This gives clear context on when to choose this preview vs. the pay-per-call full version. However, it does not discuss other siblings like get_crypto_night or when to use them, so it is not exhaustive but adequate.

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

B3.2/5.0
Disambiguation3/5

Most market-data and storefront tools are cleanly scoped, but there is meaningful overlap: get_full_board and get_engine_feed are near-duplicates, get_buy_list overlaps with get_morning_brief's candidate list, and get_orders / get_order_status are identical NotOffered stubs. The free/live twin pairs are clearly labeled so agents can distinguish latency/payment intent, but the sheer number of related reads creates selection friction.

Naming Consistency4/5

The large get_* data family is very predictable (get_stock_read, get_stock_read_live, get_rotation, get_rotation_live), and storefront ools use clear verb_noun actions (add_to_cart, remove_from_cart, save_memory). Minor deviations like checkout_handoff and the get_live_setup / get_live_rules naming (which could be misread as *_live twins) keep it from a perfect score.

Tool Count2/5

46 tools is well abovethe 25+ threshold for a coherent toset; at leat13 are direc live twins of free readable plus a 14-tool storefont/memory subdomain. Many could be consoliated into ingle tools with a delay/live param or a single storefront resource, making the surface feel bloated for agents.

Completeness4/5

The market-data surface is very comphehensive: regime, buy-list, hold-state, rotation, sector, stock, crypto day/night/trend/setups, full board, archived board, changes, and engine-feed coverage leave few dead ends for the stated trading-intelligence purpose. Storefont is adequate but has minor acknowledged gaps—orders/order-status are NotOffered stubs and session memories have no update/delete—so it is not a perfect 5.

Resources