get_form | Retrieve a single form by ID with all its blocks and settings. |
get_me | Retrieve the current authenticated user (id, name, email, subscription plan). Use as a connectivity probe. |
get_submission | Retrieve a specific submission with all its responses and the form questions. |
list_form_questions | List all questions in a form, with their types and titles. |
list_form_submissions | List submissions for a form with pagination. Returns responses grouped by question. Arguments: formId (string, path); page (integer, optional); limit (integer, 1–500, optional); filter (enum “all”|“completed”|“partial”, optional); afterId (string, optional — get submissions after this ID); startDate (ISO 8601 datetime string, optional); endDate (ISO 8601 datetime string, optional). |
list_forms | List forms with pagination. Returns form IDs, titles, status and creation dates. |
list_workspaces | List the workspaces accessible to the user, with their members and pending invites. |