← All WebMCP sites

wodira.app

Manage registrations, payments, QR check-in, heats, live rankings and monetization for cross training, OCR, hybrid running and fitness events. No upfront fee.
See Ora's audit
We loaded this site in a real browser and scored its tools. Audit score: 94/100 (A).See the full Ora score

Tools

get_wodira_page_contextreadimperative
Returns the current WODira page title, safe route path, language, and main visible heading.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
navigate_wodirachangeimperative
Navigates the visible WODira app to one supported high-level destination. Use the semantic destination instead of inventing a URL.
Input schema
{
  "type": "object",
  "properties": {
    "destination": {
      "type": "string",
      "enum": [
        "home",
        "events",
        "nearby_events",
        "calendar",
        "sign_in",
        "sign_up",
        "create_organization",
        "organizer_dashboard",
        "athlete_dashboard",
        "athlete_tickets",
        "athlete_purchases",
        "athlete_bookmarks",
        "athlete_calendar",
        "athlete_profile",
        "athlete_settings",
        "programming_marketplace",
        "athlete_programming"
      ],
      "description": "The supported WODira destination to display."
    }
  },
  "required": [
    "destination"
  ],
  "additionalProperties": false
}
search_wodira_eventsreadimperative
Opens the WODira event results UI with validated public filters. It never chooses an event or starts a purchase.
Input schema
{
  "type": "object",
  "properties": {
    "query": {
      "type": "string",
      "minLength": 1,
      "maxLength": 120,
      "description": "Event, competition, sport, or organizer name."
    },
    "location": {
      "type": "string",
      "minLength": 1,
      "maxLength": 120,
      "description": "City, region, or country shown in the event search UI."
    },
    "dateFrom": {
      "type": "string",
      "format": "date",
      "description": "Inclusive start date. dateTo is required when this is provided."
    },
    "dateTo": {
      "type": "string",
      "format": "date",
      "description": "Inclusive end date. dateFrom is required when this is provided."
    },
    "eventTypes": {
      "type": "array",
      "minItems": 1,
      "uniqueItems": true,
      "items": {
        "type": "string",
        "enum": [
          "HYBRID",
          "CROSSTRAINING",
          "OCR",
          "SWIMMING",
          "WEIGHTLIFTING",
          "RUNNING",
          "TRIATHLON",
          "DUATHLON",
          "CYCLING",
          "CANICROSS",
          "TRAILRUNNING",
          "AQUATHLON",
          "OTHER"
        ]
      },
      "description": "Sport types to show in the results UI."
    },
    "sortBy": {
      "type": "string",
      "enum": [
        "date",
        "price",
        "name",
        "distanceMeters",
        "relevance",
        "registrations"
      ],
      "description": "Visible result ordering."
    },
    "sortOrder": {
      "type": "string",
      "enum": [
        "asc",
        "desc"
      ],
      "description": "Ascending or descending result ordering."
    }
  },
  "additionalProperties": false
}
start_wodira_account_creationchangeimperative
Opens the real WODira sign-up form. It never supplies credentials, accepts terms, or creates the user automatically.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
start_wodira_event_creationchangeimperative
Opens the existing event form for the current organization, or organization onboarding when needed. It never saves or publishes an event.
Input schema
{
  "type": "object",
  "properties": {},
  "additionalProperties": false
}
Listings are sourced from public community registries and shown as reported.