get_leaderboard
Retrieve the competition leaderboard from the Trading Simulator MCP Server by specifying a competition ID or using the active competition for ranking and results.
Instructions
Get the competition leaderboard
Input Schema
Name | Required | Description | Default |
---|---|---|---|
competitionId | No | Optional competition ID (if not provided, the active competition is used) |
Input Schema (JSON Schema)
{
"$schema": "http://json-schema.org/draft-07/schema#",
"additionalProperties": false,
"properties": {
"competitionId": {
"description": "Optional competition ID (if not provided, the active competition is used)",
"type": "string"
}
},
"type": "object"
}