Submit
Help keep choi.sh accurate. Submit new courts, schedule updates, or corrections.
Via API
POST /api/submissions
{
"type": "new_court | schedule_update | correction",
"court_id": "(required for updates/corrections)",
"data": {
"name": "Court Name",
"address": "123 Main St, Houston, TX",
"court_count": 4,
"surface": "concrete",
"type": "public",
"amenities": ["lights", "nets"],
"lat": 29.7604,
"lng": -95.3698
}
}
Via MCP
Use the submit_court tool:
Tool: submit_court
Args:
type: "new_court"
data:
name: "Court Name"
address: "123 Main St"
...
Submission Types
| new_court | Add a court we don't have |
| schedule_update | Update hours, sessions, or pricing |
| correction | Fix wrong info (address, surface, etc.) |
All submissions are reviewed before going live.