Skip to main content
Glama

x402-stock-price

Stock Price: Stock price quotes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoSymbol to process
tickerNoTicker to process

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.5/5.0
Behavior1/5

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

With no annotations provided, the description must disclose behavior itself, but it only says 'Stock price quotes.' It does not indicate whether the result is current, historical, delayed, what fields are returned, whether authentication is needed, whether symbol and ticker are interchangeable, or any other operational trait. This is a serious transparency gap for a tool with two ambiguous optional parameters.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The text is one sentence, but it is not a model of conciseness: the 'Stock Price:' prefix merely repeats the tool name, and 'Stock price quotes' is an under-specified fragment rather than a useful, information-dense statement. This is under-specification rather than disciplined conciseness.

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

Completeness1/5

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

The tool has no annotations, no output schema, and two optional parameters with ambiguous meanings. The description supplies no additional context about expected output, required input, data source, or behavior. An agent cannot confidently invoke this tool correctly based on this definition; it is almost entirely uninformative.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Although schema description coverage is 100%, both parameter descriptions are boilerplate ('Symbol to process', 'Ticker to process') and the parameters are not required. The description adds no disambiguation between symbol and ticker, no format guidance (e.g., AAPL vs Apple), and no indication of which parameter should be used or whether both are expected. The description fails to add meaningful meaning beyond the poor schema text.

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

Purpose2/5

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

The description 'Stock Price: Stock price quotes.' is essentially a restatement of the tool name and a vague noun phrase. It fails to provide a concrete verb and resource ('Get the latest price for a stock symbol'), and while 'stock' suggests equities, it doesn't specify what a 'quote' contains or how it differs from the many sibling price tools.

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

Usage Guidelines1/5

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

No usage context or exclusions are given. The description does not mention when to prefer this tool over siblings like x402-crypto-price, x402-token-price, x402-currency-rate, or x402-forex, nor does it state any conditions that guide selection. An agent gets zero direction on when this tool is appropriate.

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