analyst_recommendations
Get analyst recommendations for specific Indian stocks to inform investment decisions. This tool provides professional insights on stocks listed on NSE and BSE exchanges.
Instructions
$23c
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| stock_id | Yes | Example value: TCS |
Implementation Reference
- server.py:56-61 (registration)The tool is automatically registered via FastMCP.from_openapi based on the OpenAPI specification definition.
mcp = FastMCP.from_openapi( openapi_spec=openapi_dict, client=client, name="indian_stock_exchange_api2", version=__version__ )