news_feed_search_news
[Read] Search the platform news index for headlines, news items, and briefing-style result lists. Open-web research with synthesized answers and cited external pages -> web_search. Event catalog with event_id -> get_latest_events. Read-only public research data. No account access, no order placement or fund transfers. Not investment advice.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| coin | No | Comma-separated tickers mapped to API tickers; sent only when query is empty (omitted when query is set). Heat mode supports news-item / briefing-style lists on the platform index—not open-web synthesis (web_search). | |
| lang | No | MCP-only filter on metadata.lang or top-level lang; not sent to upstream API. | |
| page | No | Page number mapped to API page; default 1. | |
| limit | No | Page size mapped to API page_size; default 10, max 100. | |
| query | No | Non-empty: similarity mode (no tickers; default similarity_score 0.6). Empty: heat mode (top_total_score 1; optional coin/tickers). Platform news index for headlines, news items, and briefing-style result lists—not open-web research with synthesized answers and cited external pages (web_search) or event catalog with event_id (get_latest_events). | |
| sort_by | No | e.g. time (default); similarity mode with top_total_score 0 may still apply MCP local time sort. | |
| end_time | No | End time mapped to API to (Unix sec). Ignored when time_range is set. End-only defaults start to 24h before end. | |
| platform | No | Source platform name for API platform (e.g. panews, theblock). | |
| start_time | No | Start time (ISO8601 or Unix sec/ms) mapped to API from. Ignored when time_range is set. Start-only defaults end to now; both empty defaults last 7d when time_range is also empty. | |
| time_range | No | Optional preset window: 1h / 24h (default when preset value invalid) / 7d / 30d. When non-empty, overrides start_time/end_time and maps to API from/to (Unix epoch seconds). Omit to use start_time/end_time or implicit last-7d when both are empty. | |
| platform_type | No | Legacy: maps to API platform when platform is omitted; omit platform when value is all. | |
| top_total_score | No | Only when query empty (0 or 1); non-empty query forces similarity mode. | |
| similarity_score | No | Similarity threshold; default 0.6 when query set; when query empty only sent if explicitly set. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | ||
| coin | No | ||
| from | Yes | ||
| lang | No | ||
| page | No | ||
| count | Yes | ||
| items | Yes | ||
| limit | No | ||
| query | No | ||
| total | Yes | ||
| sort_by | No | ||
| end_time | No | ||
| platform | No | ||
| page_size | No | ||
| start_time | No | ||
| time_range | No | ||
| duration_ms | Yes | ||
| platform_type | No | ||
| top_total_score | Yes | ||
| similarity_score | No |