login
Authenticate with the Kite Connect API to enable trading, portfolio management, and market data access. Generate an authorization link for secure account access.
Instructions
Login to Kite API for a specific account. This tool helps you log in to the Kite API. If you are starting off a new conversation call this tool before hand. Call this if you get a session error. Returns a link that the user should click to authorize access, present as markdown if your client supports so that they can click it easily when rendered.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| client_id | Yes | Account identifier (e.g., 'father', 'mother') | |
| api_key | No | Your Kite Connect API key (optional if configured in env) | |
| api_secret | No | Your Kite Connect API secret (optional if configured in env) |