Skip to main content
Glama

get_financial_events

Read-onlyIdempotent

Retrieve upcoming financial events for a stock, including ex-dividend dates, investor conferences, and earnings release dates.

Instructions

取得股票的財務事件(除息日、法說會、財報發布日等)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYes股票代號(美股直接代號,台股加 .TW 後綴)
Behavior3/5

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

Annotations already indicate read-only, non-destructive, idempotent behavior. The description adds the types of events included, which is useful context. It does not disclose further traits like pagination, date range, or limits, but annotations cover the safety profile adequately.

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 a single sentence that immediately conveys the purpose and includes examples in parentheses. Every word adds value with no redundancy.

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?

For a simple read tool with one parameter and rich annotations, the description is fairly complete. It could mention the output format or whether it returns a list, but the absence of an output schema makes this less critical. Overall, it provides sufficient context for an agent to use the tool.

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?

The single parameter 'symbol' has full schema description coverage (100%), so the schema already explains the expected format. The tool description adds no additional parameter information beyond that.

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 retrieves financial events for stocks with specific examples (ex-dividend, investor conference, earnings release). However, it does not explicitly differentiate from similar sibling tools like get_dividend_info or get_earnings_calendar, which could overlap.

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 versus alternatives (e.g., for specific events like dividends or earnings, more specific tools exist). The description implies general use but lacks contextual cues 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/kevinlin49361128-stack/stock-analyzer-mcp'

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