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_surveyCreate 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_surveysList all surveys in your PollBolt account with pagination.
    get_surveyGet full details of a specific survey including all questions.
    update_surveyUpdate a survey's title, questions, settings, styles, screens, or logic. Providing questions replaces all existing questions.
    delete_surveyPermanently delete a survey and all its responses.
    list_responsesList responses for a survey with pagination and filters. Returns response metadata and answers.
    get_responseGet a single response by ID.
    submit_responseSubmit a response to a survey programmatically. Answers is a map of question_id to answer value.
    get_analyticsGet analytics summary for a survey (views, responses, completion rate).
    list_media_library_imagesList images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds.
    duplicate_surveyCreate a copy of an existing survey with all its questions, styles, logic, and screens. Returns the new survey details including share_url.
    create_webhookRegister a webhook to receive notifications when survey events occur.
    list_webhooksList all registered webhooks for your account.
    update_webhookUpdate a webhook's URL, events, active status, or secret.
    delete_webhookDelete a registered webhook.