swoogo_get_registration_form
Get the complete registration form configuration for an event — all fields, types, choices, validation rules, and submission instructions.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
event_id | integer | Yes | Event to get the form for |
Response
Returns:- Event info — name, dates, status
- Form fields — array of fields with type, label, required flag, choices, and description
- Submission endpoint — URL and authentication instructions for submitting registrations
Example prompts
- “What fields are on the registration form for event 12345?”
- “What information do I need to register someone?“
swoogo_registration_form
Display an interactive registration form UI directly in the AI assistant. Users can fill out and submit the form visually.Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
event_id | integer | Yes | Event to show the form for |
This tool renders an interactive form in MCP clients that support UI apps (like Claude Desktop). The form handles validation and submission automatically.
Example prompts
- “Show me the registration form for event 12345”
- “I want to register someone — pull up the form”