Skip to main content

Tool inventory

list-events

Lists events for a user.

get-event

Fetches event details by ID.

list-events

List events for a user. Input:
  • username (required, string)
  • type (optional, upcoming | past | profile)
  • limit (optional, number)
Route mapping:
  • GET /public/v1/users/{username}/events

get-event

Get event details by ID. Input:
  • eventId (required, string)
Route mapping:
  • GET /public/v1/events/{eventId}

Prompt examples

  • “List my upcoming events”
  • “Show events for satoshi”
  • “Get event evt_abc123”

Next steps