Skip to main content
Glama
signal8ai

Signal8 MCP Server

Official

Get Premarket Scanner

get_premarket_scanner
Read-only

Find premarket small-cap runners via the live scanner board: gap, volume, float, short interest, and news flags. Optionally include penny stocks or switch to the low-float board.

Instructions

Get the live premarket scanner board — the top premarket gainers and losers by absolute gap %, each row enriched with rvol, marketCap, floatShares, short interest, dilution, and news/catalyst flags. Off-hours it falls back to the last session. Use for premarket small-cap runner discovery. Set includePennyStocks=true to include sub-$1 names (separate cache slot). During the 04:00–09:30 ET premarket window rows also carry two LIVE volume metrics off the same live cumulative-volume numerator — they are DIFFERENT quantities and must not be substituted for each other or for "rvol": "liveRvol" = live cumulative premarket volume ÷ the trailing 30-session average cumulative volume AT THE SAME TIME OF MORNING (answers "is it busy for 08:00?"), with "liveRvolAsOf" giving the 15-minute ET grid cutoff that baseline came from — compare it to meta.asOf (when the live volume was sampled) to judge the small numerator/denominator time skew; and "premarketPaceRatio" = the same live volume ÷ the trailing 30-session average FULL premarket session (answers "what fraction of a typical entire premarket has it already done?", >1.0 = it already beat a normal premarket before the open). Both are null outside the premarket window or until the baseline is warm — never a fabricated ratio. Set universe="lowfloat" for the separate LOW-FLOAT board (float under 10M shares, no top-100 slice) instead of the default movers-derived board; that board is served from the aggregator snapshot and returns an empty rows array with a meta.reason when no snapshot is currently published (a normal off-hours state, not an error). Charged per your API tier.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sortNoSort key for the low-float board: "gap" (default) or "rvol". Ignored for universe="default", which is always gap-ranked.
universeNoWhich board to return. "default" (the default) is the movers-derived top-100 board. "lowfloat" is the low-float board (float < 10M shares, no top-100 slice).
includePennyStocksNoInclude sub-$1 (penny) stocks in the results. Default false.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.2

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses many important behaviors: off-hours fallback to the last session, the distinct liveRvol vs premarketPaceRatio semantics and their time-skew caveat, null values outside the premarket window until baseline is warm, and the low-float board returning empty rows with meta.reason as a normal state. It even warns the two live metrics are DIFFERENT quantities and must not be substituted for each other or for rvol.

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 long but densely packed and well structured: purpose first, then usage, then parameter-specific guidance, then the nuanced live-volume metrics, then the low-float board behavior. Every sentence carries operational information an agent needs to avoid misusing the tool, especially the distinction between liveRvol and premarketPaceRatio. No filler or tautology.

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 the tool's complexity, the description is complete: it explains the board's contents, fallback behavior, parameter effects, cache behavior, empty-result semantics, output fields like liveRvolAsOf and meta.asOf, and pricing implications. The existence of an output schema covers return structures, and the description still provides the key interpretive context needed to call the tool correctly.

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 schema already covers all three parameters at 100%, so the baseline is 3. The description adds meaningful semantics beyond the schema: includePennyStocks uses a separate cache slot, universe='lowfloat' is served from the aggregator snapshot and may return empty rows with meta.reason, and sort is ignored for universe='default'. This gives the agent a richer understanding of parameter behavior than the schema alone.

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 and resource: 'Get the live premarket scanner board — the top premarket gainers and losers by absolute gap %'. It also details what each row contains (rvol, marketCap, short interest, etc.), making the tool's function unmistakable. The word 'live' and the board-oriented framing distinguish it from sibling tools like get_premarket_scan_history.

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 says 'Use for premarket small-cap runner discovery' and explains when special settings apply, such as includePennyStocks for sub-$1 names and universe='lowfloat' for the low-float board. It also notes the off-hours fallback behavior and that an empty low-float board is a normal state, giving clear operating context. It does not explicitly name alternatives or when-not-to-use cases, but the usage guidance is strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Deploy Server

Other Tools