Skip to main content
Glama
henrikxyz

tradingview-finance MCP Server

by henrikxyz

get_news

Retrieve recent news articles for any TradingView symbol. Optionally fetch full article text for deep analysis by setting fetch_body=True.

Instructions

Get recent news articles and optional full text markdown for a TradingView symbol.

Context Window Safety (Lazy Loading):

  • By default, fetch_body=False is used to return only headlines, source, and short summaries.

  • If you need the full text of an article for deep analysis or summarization, call this tool again with fetch_body=True and a small limit (e.g. 1 or 2) to avoid overloading the context window.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
symbolYesThe TradingView symbol, e.g. "NASDAQ:AAPL".
limitNoMax number of news articles to return (default: 10).
langNoLanguage filter, e.g. "en" (English), "ja" (Japanese).en
fetch_bodyNoSet to True to fetch full text markdown. Defaults to False for context efficiency.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Without annotations, the description transparently discloses the lazy loading behavior and context window safety considerations. It explains that fetch_body=False returns only headlines and summaries, and that fetch_body=True fetches full text markdown, which is essential for understanding the tool's impact on context.

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 concise and well-structured, with a clear header and bullet points for the context window safety section. Every sentence adds necessary information without redundancy.

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 the parameter count (4), full schema coverage, and existence of an output schema, the description is complete. It covers the key lazy loading behavior and user guidance, leaving the output details to the output schema.

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?

All parameters have schema descriptions (100% coverage), but the description adds value by explaining the recommended usage patterns for fetch_body and limit, including the lazy loading rationale. This goes beyond the schema to guide effective use.

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 'Get recent news articles and optional full text markdown for a TradingView symbol.' It specifies the resource (news articles) and action (get), and mentions the optional full text, making it distinct from sibling tools like get_documents.

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 explicit usage guidance on context window safety, recommending default fetch_body=False and suggesting fetching full text with fetch_body=True and a small limit. This tells when and how to use the tool efficiently, though it does not directly compare with sibling tools.

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/henrikxyz/tvfinance-mcp'

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