Skip to main content
Glama

market_news

Fetch recent financial news articles for specific stocks or general markets. Retrieve up to 10 articles with titles, publishers, and links to stay informed about market developments.

Instructions

Get latest market news for a stock or general market.

Returns up to 10 recent news articles with title, publisher, and link.

Args: symbol: Stock ticker for company-specific news (optional). Leave empty for general market news.

Examples: market_news("AAPL") → Apple-related news market_news("RELIANCE.NS") → Reliance Industries news market_news() → General market news

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses volume limit ('up to 10'), timeliness ('recent'), and output fields ('title, publisher, and link'). Missing cache duration, rate limits, or error behavior for invalid symbols.

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?

Efficiently structured with single-sentence purpose, return value summary, Args block, and Examples block. No filler text; front-loaded with essential information. Examples demonstrate parameter usage without verbosity.

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?

Complete for a single-parameter retrieval tool. Explains input (optional ticker), output structure (10 articles with specific fields), and usage patterns. Sufficient to invoke correctly without additional documentation despite zero schema coverage.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema has 0% description coverage (only 'title': 'Symbol', 'type': 'string'). Description fully compensates by explaining semantics ('Stock ticker'), optionality ('optional'), default behavior ('Leave empty for general market news'), and valid formats via examples ('AAPL', 'RELIANCE.NS').

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?

Specific verb 'Get' + resource 'market news' + scope 'for a stock or general market' clearly defines the tool's function. Distinguishes from siblings like stock_quote (prices) or company_profile (static data) by focusing specifically on news retrieval.

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?

Provides clear Args section explaining optional symbol parameter ('Leave empty for general market news') and concrete examples showing specific ticker, exchange-specific ticker, and empty invocation. Lacks explicit contrast with alternative information tools (e.g., 'use this instead of sec_filing for news content').

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/finstacklabs/finstack-mcp'

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