Skip to content

get_session

Fetch one scheduled session in full.

Anonymous, or a Bearer token for viewer tools

Endpoint

endpoint
https://go.sessions.website/api/mcp

When to use it

  • After browse_sessions, when you need one session in full.

  • To read the viewer’s own registration on a session without listing all of them.

Parameters

idstringrequired

Session id.

Returns

The session with its activity, time, status, price, counts, location, and the viewer’s registration where they have one.

Example

POST this to the endpoint above.

JSON-RPC
{
  "jsonrpc": "2.0",
  "id": 1,
  "method": "tools/call",
  "params": {
    "name": "get_session",
    "arguments": {
      "id": "<session id>"
    }
  }
}
content
Morning Yoga [<id>]
Activity: Yoga
When: 2026-09-02T09:00 → 2026-09-02T10:00
Price: $24.00
Registered: 8

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.

get_session
Fetch full detail for one scheduled session by id (time, status, price, location, counts, and the viewer’s own registration if any).

See also