Skip to content

fluent-booking/troubleshoot-event

Work out why an event type is showing no slots, or the wrong ones, and say what to change.

Ability

  • Kind: Prompt
  • Toolset: core
  • Edition: Core
  • Mode: write
  • Permission callback: PermissionGate::readGate()
  • Handler: BookingPrompts::troubleshootEvent()
  • Source: fluent-booking/app/Modules/MCP/Prompts/BookingPrompts.php:57

Input schema

ParameterTypeRequiredDescription
event_idintegerYesThe event type to investigate.
complaintstringNoWhat the operator or attendee actually reported, in their own words.
fromstringNo
tostringNo

Example call

json
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "prompts/get",
  "params": {
    "name": "fluent-booking/troubleshoot-event"
  }
}