Skip to main content
Glama
xerktech

mcp-financex

by xerktech

get_market_news

Retrieve categorized market news and comprehensive financial intelligence for a stock, or get general market headlines to understand factors affecting price movements.

Instructions

Retrieve comprehensive market intelligence for a ticker symbol or general market news. When a symbol is provided with comprehensive=true, returns detailed context including: - Recent news articles with automatic categorization (earnings, M&A, legal, analyst ratings, etc.) - Company fundamentals (valuation metrics, profitability, growth, financial health) - Analyst ratings and price targets - Upcoming events (earnings dates, dividends, splits) - Institutional ownership and top holders - Insider summary (NOTE: For detailed SEC Form 4 filings, use get_insider_trades tool instead) - Short interest and options activity (volatility indicators) - Sector and industry context This comprehensive view helps LLMs understand factors affecting volatility and future price movements. For basic news only, set comprehensive=false.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of news articles to return (default: 20 for comprehensive, 10 for basic, max: 50)
symbolNoTicker symbol for company-specific intelligence (e.g., AAPL, MSFT). Omit for general market news.
comprehensiveNoWhen true and symbol is provided, returns comprehensive market context including fundamentals, analyst ratings, upcoming events, institutional holdings, insider transactions, short interest, and categorized news. When false, returns only news articles. Default: true if symbol provided, false otherwise.
Behavior4/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 discloses the extensive data returned (categorized news, fundamentals, ratings, events, ownership, insider summary, short interest, options activity, sector context) and notes a limitation (use get_insider_trades for detailed Form 4).

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 well-structured with a clear opening and bullet points for the comprehensive view. It is slightly lengthy but every sentence adds value. The front-loading of the main purpose is effective.

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?

Given no output schema and no annotations, the description is remarkably thorough. It covers what the tool does, when to use each mode, parameter details, and even references a sibling tool. For a tool with 3 parameters and moderate complexity, it is fully 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%, but the description adds meaning beyond schema: it explains default behavior (comprehensive defaults true if symbol provided, limit defaults differ), and clarifies the purpose of each parameter beyond their schema descriptions.

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 it retrieves market intelligence for a ticker symbol or general market news, distinguishing between comprehensive and basic modes. It lists specific content categories and differentiates from sibling tool get_insider_trades.

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 explains when to use comprehensive (with symbol) vs basic (comprehensive=false) and directs users to get_insider_trades for detailed SEC filings. However, it does not explicitly contrast with other news-related siblings like analyze_news_impact or get_analyst_ratings.

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/xerktech/mcp-financex'

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