Get recent news for a ticker
Fetches recent news articles entity-matched to a ticker, sourced from Monid’s Context.dev /news/search endpoint, sorted newest first.
Deviation: the get_news tool’s own description (matching Financial Datasets) says ticker can be omitted for broad market news, but the underlying implementation always answers 400 bad_request (“market-wide news is not routed; pass ticker”) when ticker is missing. ticker is effectively required.
Authorizations
The caller's own Monid API key (get one at https://monid.ai?fpr=dhruv-15136b). Passed straight through to Monid on every call, so usage bills the caller's own wallet — this is never a shared server-side credential, and the server never logs or stores it. Missing, empty, or malformed values answer 401 unauthorized before any paid call is attempted.
Query Parameters
Uppercase-normalized ticker symbol (1-20 letters/digits/dots/hyphens). Effectively required (see description).
Number of records to retrieve (default: 5, max: 10).
1 <= x <= 10Response
Illustrative shape (no captured live sample committed for this route); title/source/url are structural placeholders, not a claim about a real published article.
Wrapped list envelope: {"news": [...], "next_page_url": "..."}. Page size is 10 records (100 for /prices).