pollbolt
AI-native survey & form builder.
Community: Submitted by a user or imported; check the owner before granting accessOnlineNo sign-inGlobalFreeRead-only
What it can do
What data it sees
Do you need an account
No: the server works without sign-in
AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks.
Server tool list (15)
Raw names from tools/list. Only developers need these.
| create_survey | Create a new survey. Returns the survey details including share_url. Supported question types: short_text, long_text, multiple_choice, checkbox, checkbox_list, numeric, star_rating, picture_choice, opinion_scale, date, email, contact_info, poll_question, statement. |
| list_surveys | List all surveys in your PollBolt account with pagination. |
| get_survey | Get full details of a specific survey including all questions. |
| update_survey | Update a survey's title, questions, settings, styles, screens, or logic. Providing questions replaces all existing questions. |
| delete_survey | Permanently delete a survey and all its responses. |
| list_responses | List responses for a survey with pagination and filters. Returns response metadata and answers. |
| get_response | Get a single response by ID. |
| submit_response | Submit a response to a survey programmatically. Answers is a map of question_id to answer value. |
| get_analytics | Get analytics summary for a survey (views, responses, completion rate). |
| list_media_library_images | List images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds. |
| duplicate_survey | Create a copy of an existing survey with all its questions, styles, logic, and screens. Returns the new survey details including share_url. |
| create_webhook | Register a webhook to receive notifications when survey events occur. |
| list_webhooks | List all registered webhooks for your account. |
| update_webhook | Update a webhook's URL, events, active status, or secret. |
| delete_webhook | Delete a registered webhook. |