get_stock_info
Retrieve stock information for a specific ticker symbol using financial data analysis tools.
Instructions
Get stock information for a ticker
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol |
Retrieve stock information for a specific ticker symbol using financial data analysis tools.
Get stock information for a ticker
| Name | Required | Description | Default |
|---|---|---|---|
| ticker | Yes | Stock ticker symbol |
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries full burden. It states 'Get stock information' but does not disclose behavioral traits such as what type of information is returned (e.g., price, volume, fundamentals), whether it's real-time or historical, rate limits, or error handling. This leaves significant gaps for a tool with no annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence with no wasted words, making it easy to parse. It is appropriately sized for a simple tool and front-loaded with the core action, earning its place without unnecessary elaboration.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given no annotations, no output schema, and a simple input schema, the description is incomplete. It does not explain what 'stock information' entails, return format, or any behavioral context, making it inadequate for an agent to understand the tool's full scope and usage in a server with many similar tools.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with the parameter 'ticker' fully documented in the schema. The description adds no additional meaning beyond what the schema provides, such as format examples or constraints. Baseline is 3 since the schema does the heavy lifting, but no extra value is added.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb 'Get' and the resource 'stock information for a ticker', making the purpose specific and understandable. However, it does not differentiate from sibling tools like 'get_stock_flow_recent' or 'get_stock_option_chains', which also retrieve stock-related data but for different aspects, so it lacks sibling distinction.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. With many sibling tools focused on stocks (e.g., 'get_stock_flow_recent', 'get_stock_option_chains'), it fails to specify contexts or exclusions, leaving the agent to guess based on tool names alone.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/phields/unusualwhales-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server