Skip to main content
Glama

chart

Generate price charts for financial symbols and save them as PNG files. Specify symbols, time period, and optional title to create visual market data representations.

Instructions

Generate a price chart for one or more symbols and save as PNG.

Args: symbols: Comma-separated ticker symbols (e.g. "AAPL,MSFT") period: Time period (default: 1y) title: Chart title (auto-generated if empty)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolsYes
periodNo1y
titleNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description carries the full burden. It mentions the tool generates and saves a chart as PNG, implying a write operation, but doesn't disclose behavioral traits such as required permissions, rate limits, error handling, or what happens if the symbols are invalid. This is inadequate for a tool with potential external dependencies.

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 front-loaded with the core purpose in the first sentence, followed by a structured 'Args' section that efficiently details parameters without redundancy. Every sentence earns its place, making it easy to scan and understand quickly.

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?

Given the tool's moderate complexity (3 parameters, no annotations, but with an output schema), the description is partially complete. It covers the purpose and parameters well, but lacks behavioral context and usage guidelines. The presence of an output schema means return values needn't be explained, but other gaps remain.

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?

Schema description coverage is 0%, so the description must compensate. It adds meaningful semantics for all three parameters: 'symbols' as comma-separated ticker symbols with an example, 'period' as time period with a default, and 'title' as chart title with auto-generation behavior. This effectively explains parameter usage 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?

The description clearly states the tool's purpose with a specific verb ('Generate') and resource ('price chart for one or more symbols'), and specifies the output format ('save as PNG'). It distinguishes from siblings like 'analyze' or 'fetch_market_data' by focusing on chart generation, but doesn't explicitly contrast with them.

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 is provided on when to use this tool versus alternatives like 'compare' or 'trends'. The description implies usage for price chart generation but lacks explicit context, prerequisites, or exclusions, leaving the agent to infer appropriate scenarios.

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/chriswu727/sibyl'

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