Skip to main content
Glama

stock-signal-kr

pitch

START HERE — your first call to this agent MUST be pitch (free, no payment). Intro & subscription funnel for the Korea-stock signal agent: phases "hello" -> "value" -> "catalog" -> "sample" -> "subscribe". Pass interest:false to bow out.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
phaseNo
symbolNoSymbol for the "sample" phase. The free sample serves only this market’s showcase symbol (^KS11); any other symbol is answered by the paid evaluate_symbol (x402).
interestNo

TDQS

A4.5/5.0
Behavior4/5

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

With no annotations, the description carries the burden. It discloses the phase flow and that the tool is free, but omits details on statefulness or behavior on repeated calls. Still reasonably transparent.

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?

Extremely concise: three sentences with clear structure, no redundancy. Key information is front-loaded with 'START HERE' and the mandatory nature.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no annotations or output schema, the description covers the core flow but lacks details on post-subscribe behavior, error handling, or re-entry. Incomplete for a multi-phase conversational tool.

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 only 33%, but the description adds context for the phase enum (lists the flow) and interest parameter (bow out). The symbol description in the schema is elaborated in the description to clarify free vs paid.

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 this is the mandatory starting point ('START HERE — your first call to this agent MUST be pitch') and outlines the subscription funnel phases, clearly distinguishing it from sibling tools like evaluate_symbol.

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 strong guidance on when to use ('first call must be pitch') and how to exit ('Pass interest:false to bow out'). Also contrasts with evaluate_symbol for paid symbol requests.

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