Skip to main content
Glama

Stocklake — AI Stock Intelligence

Get Market Movers

get_market_movers
Read-onlyIdempotent

Top market movers from the Stocklake universe — gainers, losers, most active.

  • category: "gainers" | "losers" | "most_active" | "all" (default "all" = all 3 categories)

  • limit: results per category (default 10, max 20). Each returned stock counts as one call toward your daily limit — a symbol appearing in more than one category (e.g. both "gainers" and "most_active") counts once per category it appears in.

  • min_market_cap_b: filter to stocks above this market cap in billions (e.g. 1.0 = $1B+)

Returns per stock: symbol, name, sector, price, change_pct, volume, rsi, market_cap, analyst_rating, atr_pct (atr_pct omitted when the underlying volatility reading is missing or corrupted). Available to all tiers.

Pro tier adds the minimum AI-narrative slice (ai_verdict, ai_headline, ai_score 0-100, ai_score_band) — precomputed, no extra AI cost. A big mover's price/volume/RSI alone doesn't say whether the move matters; the one-line headline does. For the full research bundle on any one mover, call get_stock_research(symbol).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoResults per category (default 10, max 20). Each returned stock counts as one call toward your daily limit — a symbol appearing in more than one category (e.g. both "gainers" and "most_active") counts once per category it appears in.
categoryNoWhich movers category to return: "gainers" | "losers" | "most_active" | "all" (default "all" = all 3 categories).all
min_market_cap_bNoFilter to stocks above this market cap in billions of dollars, e.g. 1.0 = $1B+.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

TDQS

A4.4/5.0
Behavior4/5

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

Annotations already mark this as read-only, idempotent, and non-destructive, so the description needs less safety disclosure. The description adds valuable behavioral details: the per-category counting toward the daily API limit, omission of atr_pct when underlying data is missing/corrupted, and the precomputed Pro-tier AI messages with no extra AI cost. It clearly states what is returned and notes absent data. This is a good example of adding context beyond the schema. Minor lack: no explicit note about rate limits beyond the daily call counting, but most relevant behavior is transparent.

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 well-organized: a scope line, a pagination/limit note, a filter note, return fields, and a Pro tier explanation and pointer to a sibling. It is a little long, and the Pro tier narration ('A big mover's...' uses colorful language) adds length but also explanatory value. It front-loads the core purpose immediately and presents parameters in the same order as the schema. The slight extra length and marketing tone prevent a perfect 5.

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?

The tool has a rich output schema and a clear list of returned per-stock fields, so the description doesn't need to repeat the full return shape. The input schema covers all three parameters with 100% coverage. The description covers the daily-limit accounting, the Pro-tier optional fields, and the alternative for full research; there is no major gap an agent needs to guess. For a list/read tool of moderate complexity, this is 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 100%, so each parameter already has a rich description in the schema. The tool description adds the default for category and limit, the valid enum values, and a concrete example for min_market_cap_b. It also adds the critical interpretation that a symbol appearing in multiple categories counts once per category toward the daily limit, which clarifies exactly how limit/quota accounting works. This is a strong baseline 3 with meaningful added value, so a 4 is justified.

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 opens with a precise verb and resource: 'Top market movers from the Stocklake universe — gainers, losers, most active.' It clearly identifies the tool's function as listing market movers, and explicitly differentiates its output categories. The context that it returns a per-stock summary and points to the sibling get_stock_research for deeper research further distinguishes it from other tools.

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 states when to use the tool: it provides top movers and notes that Pro tier adds predefined AI narratives. It explicitly names the alternative get_stock_research(symbol) for full research on a single mover. It also gives selection guidance by showing the category and limit parameters. It does not explicitly mention when not to use it, but the guidance is strong overall.

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

A4.3/5.0
Disambiguation4/5

Most tools carve out clearly distinct jobs: per-stock quotes, batch quotes, earnings calendars, market pulse, news, signals, screener, watchlist. A few pairs—notably get_stock vs get_stocks and get_market_assessment vs get_market_pulse—are close enough that an agent would need to read descriptions carefully to pick the right one.

Naming Consistency5/5

All tool names follow a uniform get_<snake_case_noun> pattern with no mixed conventions. The singular/plural pair get_stock and get_stocks is a deliberate batch-version distinction rather than an inconsistency, and compounds like earnings_intelligence vs market_assessment remain predictable.

Tool Count4/5

With 17 tools, the server is slightly over the ideal 3-15 range, but the count is well-justified by the breadth of the stock-intelligence domain: per-stock, batch, historical, market-level, earnings, insider, news, signals, screeners, and watchlists all have a dedicated entry point. It is a larger surface area than ideal, but none of the tools feel redundant or purely decorative.

Completeness4/5

The tool surface gives agents full read-oriented workflows: single-stock data, batch lookups, historical prices, indicator history, news, research bundles, insider activity, market health, earnings, signals, movers, sector intelligence, and screening all exist. The main gap is discovery—there is no symbol/name search tool beyond the screener category filters, and historical earnings-surprise data is absent—but agents can work around both via existing tools.

Resources