moneycontrol_get_news
Get Moneycontrol news headlines by topic, stock, or category. Filter with a query or choose a default category such as markets, business, or economy.
Instructions
Get current Moneycontrol news headlines for a topic, stock, or category.
Pass a query for targeted news (a company name gives stock-specific news; a
topic like 'rbi policy' or 'crude oil' gives that theme). With no query, a
category supplies a sensible default search: markets, latest, business,
economy, results, stocks, ipo, mutual-funds.
Args: params (NewsInput): - query (Optional[str]): Topic/stock/keyword. Overrides category. - category (str): Default category when query is omitted ('markets'). - limit (int): Max headlines (1-50, default 15). - response_format (ResponseFormat): 'markdown' or 'json'.
Returns: str: A list of current articles. Each (JSON mode): {"title": str, "link": str} Returns "No news found..." when nothing matches.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| params | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |