Skip to main content
Glama
ykshah1309

Financial Hub MCP Server

by ykshah1309

Get Market News

get_market_news
Read-onlyIdempotent

Get financial news headlines. Choose general market news or provide a stock symbol for company-specific headlines, with categories including forex, crypto, and merger.

Instructions

Get latest financial news headlines. By default returns general market news. Provide a symbol to get company-specific news instead. Categories for general news: general, forex, crypto, merger. Requires FINNHUB_API_KEY environment variable.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNoStock ticker for company-specific news. Omit for general market news.
categoryNoNews category (only used when symbol is not provided)general
Behavior4/5

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

Annotations already declare the operation as read-only and non-destructive. The description adds important behavioral context by disclosing the FINNHUB_API_KEY environment variable requirement and explaining the default vs symbol-based behavior, which goes beyond what annotations provide.

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 three concise sentences: what it does, the two modes, and the API key requirement. No wasted words, and the most important information is front-loaded.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple, read-only news tool, the description covers the essential aspects: purpose, parameter usage, categories, and authentication requirement. No output schema exists, but 'headlines' sufficiently sets expectations for return type. Annotations provide safety context, making this complete.

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 coverage is 100% with both parameters described, so baseline is 3. The description adds extra value by clarifying that category is only relevant when symbol is omitted and explicitly mapping categories to general news, reinforcing the parameter semantics.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool retrieves latest financial news headlines, distinguishing between general market news and company-specific news via symbol. It is specific and distinct from sibling tools which focus on filings, metrics, or other non-news data.

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 provides clear context on when to use the default general news mode versus providing a symbol for company-specific news, and lists valid categories. It does not explicitly compare to sibling tools, but the tool's niche is well-defined and no alternatives for news exist among siblings.

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/ykshah1309/financial-hub-mcp'

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