Skip to main content
Glama

Coil Scanner

get_stock_read_live

Live intraday get_stock_read: one stock's current-session scores and entry state. No wallet? get_stock_read is free, one market day delayed. Includes the live coil read (coil_score / coil_kind / coil_note). $0.005 USDC per call (x402).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesTicker, e.g. NVDA

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.2/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it discloses that data is live intraday, that the call costs $0.005 USDC via x402, and that it includes specific coil fields. It implies wallet/payment requirements through the 'No wallet?' phrasing, though it could be more direct about a wallet being required and about any failure behavior without one.

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 compact and front-loaded with the core purpose, then delivery/alternative guidance, then the included coil read and pricing. Each sentence carries distinct information. A minor issue is the slightly awkward 'Live intraday get_stock_read' phrasing, but it does not waste space.

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?

For a single-parameter tool with no output schema, the description gives essential context: scope, price, and the alternative when no wallet is available. However, it does not clarify what 'entry state' means or describe the overall return structure beyond the coil fields, so an agent is left to infer the output shape.

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?

The schema already documents the only parameter, symbol, with the example 'NVDA', so schema coverage is 100%. The description adds little beyond confirming the tool is for one stock; it does not add format details, validation rules, or market-hours context.

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 clearly identifies this as the live/intraday version of get_stock_read, scoped to one stock's current-session scores and entry state. It distinguishes itself from its main sibling by name and by explicitly including the live coil read, so an agent can tell it apart from the many other live variants.

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?

It provides explicit guidance: if the user has no wallet, use get_stock_read instead because it is free but one market day delayed. This contrasts real-time paid data with delayed free data and names the alternative, making the selection condition clear.

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.

Resources