Skip to content

fluent-booking/weekly-report

A week's booking numbers, with the comparison and the caveats that make them trustworthy.

Ability

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

Input schema

ParameterTypeRequiredDescription
fromstringNoY-m-d, start of the period. Defaults to the last 7 days.
tostringNo

Example call

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