Skip to main content
Glama
ohadf2015

stoquant-mcp

by ohadf2015

Get quotes (batch)

stoquant_get_quotes_batch
Read-only

Fetch current quotes for up to 50 tickers in one API call, avoiding rate limits by replacing multiple single-quote requests. Returns price, change, and volume per ticker.

Instructions

Current quotes for up to 50 tickers in a single call. Preferred over calling stoquant_get_quote in a loop — same data, one request, stays well under rate limits. Returns one quote object per ticker (price, change, volume).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickersYesUp to 50 ticker symbols
Behavior4/5

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

Annotations already declare readOnlyHint=true and openWorldHint=true, so the safe read-only nature is covered. The description adds valuable behavioral context about rate limit efficiency ('stays well under rate limits') and the return format ('one quote object per ticker'), which is beyond the structured data.

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 two sentences, front-loaded with the primary purpose, and every sentence adds value: what it does, when to use it, and what it returns. No waste.

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?

For a single-parameter read-only tool with no output schema, this description is complete: it explains the functionality, the advantage over alternatives, and the return shape. No critical gaps for an agent to invoke it correctly.

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 parameter 'tickers', and the schema already describes it as 'Up to 50 ticker symbols'. The description reinforces this but adds little semantic beyond what the schema provides, so the baseline of 3 is appropriate.

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 states it provides current quotes for up to 50 tickers in a single call, distinguishing it from the singular stoquant_get_quote tool by explicitly mentioning the batch nature and naming the sibling. The scope and resource are specific and unambiguous.

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?

The description explicitly states when to use this tool over the alternative: 'Preferred over calling stoquant_get_quote in a loop — same data, one request, stays well under rate limits.' This provides a clear when/when-not guideline and names the relevant sibling tool.

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/ohadf2015/stoquant-mcp'

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