INDIVIDUAL MCP TOOL
delete_training_plan
Delete a player’s individual training plan and its revision history (coach only).
LIVE ENDPOINT
https://mcp.basketball-assistant.com/mcp
Connect to this endpoint to inspect the live schema for delete_training_plan and invoke it with your own arguments.
Indexed input schema
{}Risk classification
Potential side effects detected · medium confidence · heuristic, not a guarantee.
- A tool name or description contains a deletion term.
Parent server
CONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.basketball-assistant]
url = "https://mcp.basketball-assistant.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"basketball-assistant": {
"type": "http",
"url": "https://mcp.basketball-assistant.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: basketball-assistant
Remote MCP URL: https://mcp.basketball-assistant.com/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"basketball-assistant": {
"url": "https://mcp.basketball-assistant.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"basketball-assistant": {
"type": "http",
"url": "https://mcp.basketball-assistant.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "basketball-assistant",
"transport": "streamable-http",
"url": "https://mcp.basketball-assistant.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
Related tools
sign_up— Create a new account — sends a login code to email.sign_in— Sign in to existing account - sends login code to email and renders a sign-in card.verify_code— Complete sign in with the 6-digit login code from email (not the long product-update token).confirm_product_updates— Complete double opt-in for product-update emails: pass the long confirmation token from the product-update email (not the 6-digit login code).keep_alive— Extend session when about to expire - use refresh token to get new access token (good for another hour).sign_out— End session and invalidate tokens.get_session_status— Check whether the current chat client has an active Basketball Assistant session (works logged out; never fails).get_user_profile— Get your user profile (requires authentication).