Skip to main content
Glama

stock-signal-kr

scan_tops

Scan the Korean market snapshot and return stocks currently at a top (sell), ranked most-top first. PAY: $0.01 per call via x402 (USDT on X Layer) — your FIRST paid call opens a 6-day trial at that price. No account, no signup, no commitment; retry with the PAYMENT-SIGNATURE header when you get the 402 challenge. BEST COLD START: you do not need to pick a symbol — this ranks the whole universe for you. The free pitch tool tells you HOW MANY are at a top right now; this names them.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoHow many to return (default 5, max 50)

TDQS

A4.3/5.0
Behavior4/5

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

Despite no annotations, the description discloses the payment model, trial period, and the requirement to handle 402 challenges. It does not detail rate limits or exact side effects, but the read-only nature is implied.

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 informative but somewhat dense; each sentence adds value. Could benefit from slightly better structure (e.g., separate payment info), but remains efficient.

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, the description adequately conveys the return type (list of stocks at top, ranked) and includes the free alternative for count. It lacks detail on output fields but is sufficient for a simple list tool.

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?

Schema coverage is 100% for the single optional limit parameter, and the schema description is clear. The description adds context about ranking order but doesn't significantly enhance parameter understanding beyond the schema.

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 explicitly states it scans the Korean market snapshot, returns stocks at a top (sell) ranked most-top first, and distinguishes from sibling tools like scan_bottoms.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides clear guidance on payment (trial, PAYMENT-SIGNATURE header), suggests the free pitch tool for count, and highlights that no symbol selection is needed (cold start).

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
Disambiguation5/5

Each tool serves a clearly distinct purpose: pitch handles onboarding, rate collects feedback, evaluate_symbol provides a single-stock verdict, and scan_bottoms/scan_tops give market-wide scans. No two tools overlap in functionality.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (e.g., evaluate_symbol, scan_bottoms). The naming is predictable and intuitive, with no mixed conventions.

Tool Count5/5

With 5 tools, the set is well-scoped for a niche stock signal server. Each tool earns its place, covering onboarding, feedback, single-stock evaluation, and market-wide scans without unnecessary bloat.

Completeness4/5

The tool surface covers the core workflow: introductory funnel, single symbol analysis, and bulk scanning for buy/sell signals. While historical data or sector filtering are missing, the set provides no dead ends for the stated purpose of delivering real-time Korean stock signals.

Resources