Skip to content

business_stats

Count upcoming sessions over the next N days.

Authentication required

Endpoint

endpoint
https://business.sessions.website/@<handle>/api/mcp

When to use it

  • For a quick "how busy are we" answer without listing every session.

  • To drive a summary an agent reports on a schedule.

Parameters

daysAheadnumberoptional

Window in days (default 7).

Returns

The count of upcoming sessions over the next N days, broken down by day in the business’s time zone.

Example

POST this to the endpoint above.

JSON-RPC
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "business_stats",
    "arguments": {
      "daysAhead": 14
    }
  }
}
content
37 upcoming session(s) over 14 days:
- 2026-09-02: 4
- 2026-09-03: 3

What the agent is told

The description the model reads when deciding whether to call this. It is the only thing that decides whether the tool fires at the right moment, so it is worth knowing what it says.

business_stats
A quick report: the count of upcoming sessions over the next N days, broken down by day.

See also