get_market_metainfo
Discover available fields and types for TradingView market screeners, enabling informed screening queries by returning metadata for specified markets.
Instructions
Get metadata about a TradingView market screener, including available fields and their types. Useful for discovering what fields can be used in screening queries.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mode | No | Output mode: 'summary' for normalized output (default), 'raw' for passthrough. | |
| fields | No | Optional: specific field names to look up. If omitted, returns all available fields. | |
| market | Yes | Market to get metainfo for (e.g., 'america', 'uk', 'germany', 'france') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| market | Yes | ||
| metadata | Yes | ||
| metainfo | No | ||
| requested_fields | No |