Find User
find_userLook up a speedrunner by username. Returns matching users with their ID, display name, and profile weblink. Example: find_user({ name: "cheese05" })
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Speedrunner username to look up, e.g. "cheese05" | |
| _apiKey | No | Optional speedrun.com API key for authenticated access; omit to use the shared platform key |