Skip to main content
Glama
henrikxyz

tradingview-finance MCP Server

by henrikxyz

search_symbols

Search TradingView's database for tickers, symbols, or economic data by query. Returns symbol, exchange, and fully qualified ticker for further use.

Instructions

Search for symbols, indicators, assets, or indices on TradingView.

Use this tool to find tickers, symbols, or economic/FRED data when you don't know the exact prefix or symbol name (e.g., when searching for "US GDP", "US CPI", "interest rate").

Returned Fields:

Each result contains:

  • symbol: The symbol code (e.g. "USGDP", "AAPL", "EURUSD").

  • exchange: The exchange or prefix name (e.g. "ECONOMICS", "FRED", "NASDAQ", "OANDA").

  • ticker: The fully qualified ticker in the format 'EXCHANGE:SYMBOL' (e.g. 'ECONOMICS:USGDP', 'FRED:GDPC1', 'NASDAQ:AAPL'). This ticker should be used for other tool calls.

  • description: A description of what the symbol represents (e.g. "United States GDP").

  • type: Asset type (e.g. "economic", "stock", "forex").

  • provider_id: Data source provider.

  • currency_code: Currency used for prices (e.g. "USD").

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYesThe search query text (e.g. "US GDP", "interest rate", "CPI", "AAPL").

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

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

No annotations are provided, so description carries full burden. It discloses that this is a search tool and lists returned fields. However, it does not mention rate limits, pagination, or whether multiple results are always returned. For a read-only search, this is adequate but not exhaustive.

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?

Description is well-structured with headings for returned fields and examples. It is not overly concise but every sentence adds value. Could be slightly shorter without losing clarity, but acceptable.

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 complexity of searching across diverse asset types, the description covers input, output fields, and how to use results (ticker for other calls). Sibling tools are many get_* tools, and this description complements them well. Output schema existence is flagged but not shown; still, the return field list is comprehensive.

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?

Input schema has 100% coverage with clear description for the 'query' parameter. Description adds value by giving concrete search examples and explaining the returned ticker format for use in other tools. This goes beyond the schema's basic description.

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?

Description explicitly states it searches for symbols, indicators, assets, or indices, with examples like 'US GDP', 'US CPI', 'interest rate'. Clearly distinguishes from other tools by its focus on finding tickers when exact symbol is unknown.

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 explicit context: 'Use this tool to find tickers... when you don't know the exact prefix or symbol name.' Implicitly suggests it's a discovery tool before using other get_* tools. Does not list when not to use, but context is clear.

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