Skip to main content
Glama
geddamsatish

FinanceExpert

by geddamsatish

get_stock_price_chart

Create a plain-text Unicode chart of a stock's price history. Specify ticker and either period (e.g., 1y, 5y) or number of days. Ideal for quick terminal or API visualization without external tools.

Instructions

Plain-text Unicode chart. Pass period (e.g. 10y, 5y, 1y) for calendar ranges, or use days alone.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
tickerYes
daysNo
periodNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

With no annotations provided, the description carries the full burden. It discloses the output format (plain-text Unicode chart) and the two ways to specify time range, but does not mention rate limits, data latency, or whether it requires authentication. The behavior is partially transparent.

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 two sentences, no waste. It front-loads the key purpose and follows with parameter guidance. Efficient.

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 has an output schema, the description does not need to detail return structure. It covers the main purpose, parameter usage, and output format. For a simple chart tool with 3 parameters, this is reasonably complete.

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 0%, so the description must compensate. It explains 'period' and 'days' parameters by specifying their relationship (period for calendar ranges, days alone). However, it does not describe the 'ticker' parameter or the exact format of 'period'. This adds some meaning but not comprehensive.

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 specifies a verb-resource-action: it creates a plain-text Unicode chart for a stock. It is distinct from 'get_historical_prices' and 'get_stock_analysis' as it focuses on chart output, though it does not explicitly differentiate from those siblings.

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

Usage Guidelines4/5

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

The description gives clear guidance on how to specify the time range: use period for calendar ranges or days alone. However, it does not explain when to prefer this tool over its siblings (e.g., when you need a visual chart vs. raw prices or analysis).

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/geddamsatish/mcp-stock-server'

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