A
agendaforge
/list_sessions
list sessions
List the event's sessions (up to 200): title, status, time, room, track, and speaker names. Filter by status, track, or scheduled/unscheduled.
liveunknown~5s typical
mcpagendaforge
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-agendaforge-agendaforge /list_sessions for me.
Input
| Field | Type | Description |
|---|---|---|
| org | string | Organization slug. Only needed when you belong to multiple organizations; must be one retu |
| eventId* | string | Event id, as returned by list_events. |
| status | string | Filter by session status (e.g. proposed, accepted, confirmed, rejected). |
| scheduled | boolean | true → only sessions with a scheduled time; false → only unscheduled. |
| trackId | string | Filter to one track (id from list_sessions rows or the event overview). |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-agendaforge-agendaforge","endpoint":"/list_sessions","input":{"eventId":"..."}}'cli
npx cracked-ai run -p mcp-app-agendaforge-agendaforge -e /list_sessions -i '{"eventId":"..."}'mcp
run_tool({ provider: "mcp-app-agendaforge-agendaforge", endpoint: "/list_sessions", input: {"eventId":"..."} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.