← anatome.dev

INDIVIDUAL MCP TOOL

delete_workout

Delete a logged workout and its sets by id (soft delete, 30-day recovery window).

anatome.devnone authenticationAvailability not checked

LIVE ENDPOINT

https://anatome.dev/mcp

No auth detected

Connect to this endpoint to inspect the live schema for delete_workout 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

anatome.dev

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.anatome]
url = "https://anatome.dev/mcp"
enabled = true
Claude Code

.mcp.json

{
  "mcpServers": {
    "anatome": {
      "type": "http",
      "url": "https://anatome.dev/mcp"
    }
  }
}
Claude Desktop

Settings → Connectors → Add custom connector

Name: anatome
Remote MCP URL: https://anatome.dev/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": {
    "anatome": {
      "url": "https://anatome.dev/mcp"
    }
  }
}
Visual Studio Code

.vscode/mcp.json

Add to Visual Studio Code
{
  "servers": {
    "anatome": {
      "type": "http",
      "url": "https://anatome.dev/mcp"
    }
  }
}
Generic MCP

Client-specific MCP configuration

{
  "name": "anatome",
  "transport": "streamable-http",
  "url": "https://anatome.dev/mcp"
}
MCP Inspector

Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.

Related tools

  • search_exercises — Search 873 exercises by name with muscle/equipment/level filters.
  • get_exercise — Fetch one exercise by name, id, or random.
  • resolve_exercise — Resolve an exercise name into primary/secondary muscle layers for rendering.
  • list_muscles — List all 23 supported muscle slugs with anatomical names.
  • generate_muscle_image — Render an SVG diagram of the human body with muscles highlighted in arbitrary colors.
  • list_routines — Browse the curated workout routine library (PPL, upper/lower, full-body, 5x5, etc.
  • get_routine — Fetch a single curated routine by slug with all days + slots fully expanded (exercises, sets, reps ranges, rest, superset groupings).
  • instantiate_routine — Schedule the signed-in user's routine into planned workouts from start_date.