AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (streamable-http). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus einem echten MCP-Handshake initialize → tools/list gegen den deklarierten Endpunkt gelesen. Es wurde nie ein Tool aufgerufen — tools/list ist der lesende Introspektionsaufruf, den das Protokoll dafür vorsieht. Es spiegelt wider, was der Server in diesem Moment angeboten hat; ein gehosteter Endpunkt ist an keine Version gebunden und kann sich ohne Ankündigung ändern.
https://api.pollbolt.com/mcp15 Tools · 192 mscreate_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.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.
| Parameter | Typ | Beschreibung |
|---|---|---|
| title* | string | Survey title |
| questions* | array | Array of questions |
| settings | object | — |
| hidden_fields | array | Hidden fields for URL parameters or custom data, passed through the survey URL. |
| variables | array | Custom variables for scoring, calculations, and recall. |
| styles | object | Optional styling configuration for branding and visual design. |
| welcome_screen | object | null | Optional welcome screen configuration. |
| ending_screens | array | Optional ending screens list. |
list_surveysList all surveys in your PollBolt account with pagination.List all surveys in your PollBolt account with pagination.
| Parameter | Typ | Beschreibung |
|---|---|---|
| page | number | Page number (default: 1) |
| per_page | number | Results per page (default: 20, max: 100) |
| status | string | Filter by status |
get_surveyGet full details of a specific survey including all questions.Get full details of a specific survey including all questions.
| Parameter | Typ | Beschreibung |
|---|---|---|
| survey_id* | string | The survey ID |
update_surveyUpdate a survey's title, questions, settings, styles, screens, or logic. Providing questions replaces all existing questions.Update a survey's title, questions, settings, styles, screens, or logic. Providing questions replaces all existing questions.
| Parameter | Typ | Beschreibung |
|---|---|---|
| survey_id* | string | The survey ID |
| title | string | New title |
| questions | array | Replacement questions array (replaces all questions) |
| settings | object | — |
| hidden_fields | array | Replace all hidden fields. |
| variables | array | Replace all variables. |
| styles | object | Partial styling update. Only provided fields are changed. |
| welcome_screen | object | null | Replace welcome screen (set null to remove). |
| ending_screens | array | Replace all ending screens. |
delete_surveyprivilegiertPermanently delete a survey and all its responses.Permanently delete a survey and all its responses.
| Parameter | Typ | Beschreibung |
|---|---|---|
| survey_id* | string | The survey ID to delete |
list_responsesList responses for a survey with pagination and filters. Returns response metadata and answers.List responses for a survey with pagination and filters. Returns response metadata and answers.
| Parameter | Typ | Beschreibung |
|---|---|---|
| survey_id* | string | The survey ID |
| page | number | Page number (default: 1) |
| per_page | number | Results per page (default: 20, max: 50) |
| status | string | Filter by response status (default: completed) |
| since | string | ISO date - only responses after this date |
| until | string | ISO date - only responses before this date |
get_responseGet a single response by ID.Get a single response by ID.
| Parameter | Typ | Beschreibung |
|---|---|---|
| survey_id* | string | The survey ID |
| response_id* | string | The response ID |
submit_responseSubmit a response to a survey programmatically. Answers is a map of question_id to answer value.Submit a response to a survey programmatically. Answers is a map of question_id to answer value.
| Parameter | Typ | Beschreibung |
|---|---|---|
| survey_id* | string | The survey ID |
| answers* | object | Map of question_id -> answer value |
| user_id | string | Optional user identifier |
| completion_time | number | Completion time in milliseconds |
get_analyticsGet analytics summary for a survey (views, responses, completion rate).Get analytics summary for a survey (views, responses, completion rate).
| Parameter | Typ | Beschreibung |
|---|---|---|
| survey_id* | string | The survey ID |
list_media_library_imagesList images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds.List images from the account's media library, including brandkits, uploaded media, logos, and theme backgrounds.
| Parameter | Typ | Beschreibung |
|---|---|---|
| search | string | Optional search term to filter images by name/URL. |
| limit | number | Max images to return (default 100, max 500). |
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 a copy of an existing survey with all its questions, styles, logic, and screens. Returns the new survey details including share_url.
| Parameter | Typ | Beschreibung |
|---|---|---|
| survey_id* | string | The survey ID to duplicate |
| title | string | Optional title for the copy (defaults to 'Original Title (Copy)') |
create_webhookRegister a webhook to receive notifications when survey events occur.Register a webhook to receive notifications when survey events occur.
| Parameter | Typ | Beschreibung |
|---|---|---|
| url* | string | Webhook URL to receive POST requests |
| events | array | Events to subscribe to (default: response.completed) |
| survey_id | string | Specific survey ID or '*' for all surveys |
| secret | string | Secret for HMAC-SHA256 webhook signatures |
list_webhooksList all registered webhooks for your account.List all registered webhooks for your account.
| Parameter | Typ | Beschreibung |
|---|---|---|
| survey_id | string | Optional: filter by survey ID |
update_webhookUpdate a webhook's URL, events, active status, or secret.Update a webhook's URL, events, active status, or secret.
| Parameter | Typ | Beschreibung |
|---|---|---|
| webhook_id* | string | The webhook ID |
| url | string | — |
| events | array | — |
| is_active | boolean | — |
| secret | string | — |
delete_webhookprivilegiertDelete a registered webhook.Delete a registered webhook.
| Parameter | Typ | Beschreibung |
|---|---|---|
| webhook_id* | string | The webhook ID to delete |
15 von 15 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
AI-native survey & form builder. Manage surveys, responses, analytics, and webhooks.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Dieser Eintrag veröffentlicht kein npm-Paket, daher hat Forge keinen Abhängigkeitsbaum dafür. Das ist eine Lücke in der Abdeckung — keine Aussage, dass er keine Abhängigkeiten hat.