Skip to main content
Glama

Coil Scanner

get_hold_state

THE SELL-SIDE READ — is the case for a name you already hold still intact, or is it deteriorating? Returns published trend state, hold strength 0-100, readiness, maturity-late flag, overnight gap-risk grade, the book's regime, and watch_flags: which deterioration conditions are TRUE right now (structure light off green, leadership lost, mature leg, trend cold, high gap risk, earnings inside a week). Also the mechanical rules those states flip on. BTC-USD / ETH-USD return the crypto IN|CASH daily-close state. Up to 10 comma-separated symbols. Conditions, never instructions — impersonal, it never reads your entry, size or account. Free tier: one market day delayed. Live sibling (x402): get_hold_state_live.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker, e.g. NVDA — or up to 10 comma-separated (NVDA,AMD,BTC-USD)

TDQS

A4.6/5.0
Behavior5/5

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

With no annotations provided, the description carries the full disclosure burden and succeeds: it lists every returned field (hold strength 0-100, maturity-late flag, gap-risk grade, watch_flags and their exact deterioration conditions), states it returns published state only, clarifies it is impersonal and never reads entry/size/account, and discloses the free-tier delay. This is exemplary behavioral disclosure for a read-only 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?

Every sentence earns its place — the punchy opener ('THE SELL-SIDE READ') front-loads the purpose, followed by return fields, watch_flag conditions, crypto special case, formatting, and the live sibling. It is a dense single paragraph rather than structured bullets, so it sacrifices scannability, but there is no filler or repetition.

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 one parameter, no output schema, and no annotations, the description is remarkably complete. It compensates for the missing output schema by detailing every returned field and the watch_flag conditions, covers symbol formatting, the crypto exception, the free-tier delay, and the live alternative. Nothing an agent needs to invoke it correctly is left unclear.

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 coverage is 100% for the single parameter, so the baseline is 3. The description adds real value beyond the schema by specifying the comma-separated format, the up-to-10-symbol limit with an example (NVDA,AMD,BTC-USD), and the special crypto IN|CASH behavior. That lifts it above baseline.

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 verb ('get'), resource (hold state), and a precise purpose: the sell-side read of whether the case for a name you already hold is intact or deteriorating. It distinguishes itself from siblings by naming the live counterpart get_hold_state_live and enumerating the exact fields returned. No ambiguity about what this tool does.

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 phrase 'for a name you already hold' clearly signals this is for existing positions, and it differentiates the free tier (one market day delayed) from the live sibling get_hold_state_live. It also notes the crypto special case for BTC-USD/ETH-USD. It lacks explicit 'use X instead when...' exclusions against get_stock_read or get_crypto_trend, but the held-name framing and live-sibling reference give solid usage context.

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