Skip to main content
Glama

get_stock_quote

Retrieve current stock price, daily change, 52-week range, and year-to-date return for Brazilian stocks by providing the ticker symbol.

Instructions

Get the current stock price with daily change, 52-week range, and YTD return.

Args: ticker: Brazilian stock ticker (e.g. PETR4, VALE3, ITUB4)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations exist, so description bears full burden. It specifies the returned data (daily change, 52-week range, YTD return) but omits potential behavioral traits like data freshness, market open requirements, or rate limits.

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?

Two sentences plus an Args section. The essential information is front-loaded, and there is no extraneous content. Every word earns its place.

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 tool's simplicity and the existence of an output schema, the description is mostly complete. However, it could mention edge cases (e.g., trading hours, currency) for additional clarity. Overall adequate.

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?

The only parameter 'ticker' has 0% schema description coverage, but the description adds market specificity ('Brazilian stock ticker') and concrete examples. This adds significant value beyond the bare schema.

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?

Description clearly states it gets the current stock price with additional details like daily change, 52-week range, and YTD return. The verb 'get' and resource 'stock quote' are specific. It implicitly distinguishes from siblings like get_price_history or get_fundamentals, but no explicit differentiation.

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

Usage Guidelines2/5

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

No guidance on when to use this tool vs. siblings like compare_stocks or get_dividends. Example tickers are provided but no context about preferred use cases or exclusions.

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/viniciuslazzari/bolsai-mcp'

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