search_players
Find IPL 2026 player slugs by matching name, slug, or team. Returns slug, full name, team, and role. Use when you have a name but need the slug for a profile lookup.
Instructions
Find IPL 2026 player slugs by substring match against name, slug, or team. Case-insensitive. Returns slug + fullName + team + role. Use before get_player_profile when you have a name but not a slug.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 10, max 50) | |
| query | Yes | Substring to match (case-insensitive) |