You're viewing a demo portfolio

Join the waitlist
PRSM

ic_events_get

Active

Tool of Immersive Commons

declared in 1.31.0

Find an event in the upcoming-events cache by its Luma URL. Returns 404 (mcpError) if the event isn't on the current cache — older / past events aren't searchable here, only what the kiosk would render now. Args: { luma: string (https://luma.com/<slug>) }. Required scope: events:read_upcoming.

Parameters schema

{
  "type": "object",
  "$schema": "http://json-schema.org/draft-07/schema#",
  "required": [
    "luma"
  ],
  "properties": {
    "luma": {
      "type": "string",
      "format": "uri",
      "description": "Canonical Luma URL of the event."
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

Immersive Commons

https://github.com/immersive-commons/ic-skills

1/7 registries
View full server →
ic_events_get — Immersive Commons — PRSM MCP