Skip to main content
Glama

Coil Scanner

get_engine_feed

THE COIL LIVE FEED — the engine-grade board the coil.trade live record trades from: everything in get_full_board PLUS per-name structural stop and target levels, stop/target basis, risk-reward, buy_score, conviction, lane, leveraged vehicle and ladder placement (engine_fields). Requires an active Coil Live subscription ($29/mo or $249/yr, https://coil.trade/live-feed) — send your license as the X-License-Key header. Optional symbols[] filter. Refreshed ~5 min in market hours. Identical for every subscriber; research, not advice. Engine fields include coil_score / coil_kind since 2026-09-03. Engine fields are self-described in the payload's schema block (key · tier · description · since).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsNoOptional: trim names + engine_fields to these tickers (max 50)

TDQS

A4.4/5.0
Behavior5/5

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

With no annotations present, the description carries the full behavioral disclosure burden, and it does so strongly. It discloses the authentication/licensing requirement, refresh cadence, that the payload is identical across subscribers, the 'research, not advice' disclaimer, and that engine fields are self-described in the payload's schema block. This gives an agent accurate expectations for calling the tool.

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 longer than strictly necessary and has some promotional wording, but nearly every sentence conveys a useful operational detail: subscription, header, refresh rate, filter, payload schema self-description, and version date. It is front-loaded with the core purpose, so while it could be tightened, it remains effective.

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?

For a read-only feed tool with zero required parameters and no output schema, the description is remarkably complete. It covers authentication, payload contents, comparison to get_full_board, filtering, refresh behavior, and how to interpret the engine fields via the payload's schema block. Nothing critically needed to invoke the tool correctly is missing.

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

Parameters3/5

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

The only parameter, symbols, is already fully documented in the input schema with coverage at 100%. The description merely repeats 'Optional symbols[] filter' without adding any new meaning such as formatting, case sensitivity, or behavior for invalid tickers. The schema is doing the heavy lifting, so baseline 3 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 states a specific resource — the engine-grade live board from coil.trade — and explicitly contrasts it with get_full_board by saying 'everything in get_full_board PLUS' engine-specific fields. It lists concrete deltas (stop/target levels, risk-reward, buy_score, conviction, lane, etc.), so an agent can clearly identify what this tool uniquely returns.

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 provides clear usage context: it requires an active Coil Live subscription, requires sending the license via X-License-Key, supports an optional symbols[] filter, and refreshes about every 5 minutes. It names get_full_board as the base alternative, but it does not explicitly state when to prefer other sibling tools or when not to use this one beyond the subscription prerequisite.

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