Skip to main content
Glama
signalscope

SignalScope

Official
by signalscope

get_signals

Fetch raw stock signals for a scan, ranked by source count then velocity, to identify high-confidence breakouts.

Instructions

Raw signals for a scan (max 200), by source count then velocity. Public.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageNoFilter signals to tickers at this stage only
scanIdYesScan ID (from list_scans)
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It adds useful context: the 200-item cap, the ordering (by source count then velocity), and public access. It does not mention error behavior or rate limits, but for a simple read operation, the disclosed traits are valuable.

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?

One sentence with no redundant words. Each clause adds value: the resource ('signals'), scope ('for a scan'), limit ('max 200'), ordering, and access level ('Public'). It is front-loaded with the core purpose and remains highly scannable.

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 the simple 2-parameter schema and absence of output schema, the description is mostly complete. It covers the key return constraints and access level. A minor gap is not explaining what 'signals' are or how they relate to scan results, but sibling context and schema descriptions mitigate this.

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 description coverage is 100%, so the baseline is 3. The description does not elaborate on scanId or stage beyond what the schema already provides, such as scanning being from list_scans and stage being a filter. No additional semantic value is added.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool returns 'Raw signals for a scan' with specific limitations (max 200, ordering). This distinguishes it from sibling tools like list_scans or get_scan, though it doesn't explicitly name them. The verb is implied rather than stated (e.g., 'Retrieve'), but the resource and scope are unambiguous.

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

Usage Guidelines3/5

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

The description implies usage: use this when you need raw signals for a scan. It mentions 'Public' and ordering, but provides no explicit guidance on when to prefer this over alternatives like get_scan or get_trending. There are no exclusions or alternative tool references.

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

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/signalscope/cursor-plugin'

If you have feedback or need assistance with the MCP directory API, please join our Discord server