Server Details
Create AI surveys with dynamic follow-up probing directly from your AI assistant.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- feedbk-ai/feedbk-mcp-server
- GitHub Stars
- 2
- Server Listing
- AI Survey Creator MCP Server
See and control every tool call
Available Tools
11 toolsanalyze_questionInspect
Show a visual analysis of a single survey question. Renders a horizontal bar chart for closed questions (single/multiple choice) or an answer explorer for open text questions.
| Name | Required | Description | Default |
|---|---|---|---|
| question_id | Yes | The question ID to analyze (e.g., q1, q2) | |
| results_token | Yes | Your edit token (format: projectId:secret) |
analyze_resultsInspect
Start the analysis workflow for a survey. Returns the analysis prompt and question IDs to analyze.
| Name | Required | Description | Default |
|---|---|---|---|
| results_token | Yes | Your edit token (format: projectId:secret) |
edit_surveyInspect
Edit an existing survey/interview. Call this when the user wants to modify a survey they previously created. If the user provides a results_token, include it to load the survey immediately.
| Name | Required | Description | Default |
|---|---|---|---|
| results_token | No | Optional: the user's edit token (format: projectId:secret) to load the survey immediately |
publish_surveyInspect
Publish a new survey to feedbk.ai. Call this after the user confirms the survey is ready. For updating an existing survey, use save_survey instead.
| Name | Required | Description | Default |
|---|---|---|---|
| guide | Yes |
save_simulated_responseInspect
Save a single simulated response to a survey. Called by the simulation workflow for each generated respondent.
| Name | Required | Description | Default |
|---|---|---|---|
| answers | Yes | Answers keyed by question ID (e.g. q1, q2). Skip q0. | |
| results_token | Yes | Your edit token (format: projectId:secret) |
save_surveyInspect
Save changes to an existing published survey. Use this after editing a survey that was already published.
| Name | Required | Description | Default |
|---|---|---|---|
| guide | Yes | ||
| results_token | Yes | Your edit token (format: projectId:secret) |
set_statusInspect
Activate or deactivate a published survey. Deactivated surveys stop accepting new responses but keep existing data intact.
| Name | Required | Description | Default |
|---|---|---|---|
| active | Yes | true to activate, false to deactivate | |
| results_token | Yes | Your edit token (format: projectId:secret) |
simulate_responsesInspect
Start the simulation workflow for a survey. Returns the simulation prompt and survey guide so you can generate responses client-side. Use when the user wants to simulate responses, simulate an interview, or generate test data.
| Name | Required | Description | Default |
|---|---|---|---|
| results_token | Yes | Your edit token (format: projectId:secret) |
start_surveyInspect
Start drafting a new survey with AI-probing. Call this to start the workflow, drafting a survey.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
view_resultsInspect
View survey responses and transcripts interactively. Opens a dashboard showing all responses with the ability to view individual transcripts.
| Name | Required | Description | Default |
|---|---|---|---|
| results_token | Yes | Your edit token (format: projectId:secret) |
view_surveyInspect
View the guide/questions of an existing survey/interview. Use when the user wants to view, review, or inspect their survey without editing it.
| Name | Required | Description | Default |
|---|---|---|---|
| results_token | Yes | Your edit token (format: projectId:secret) |
Verify Ownership
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [
{
"email": "your-email@example.com"
}
]
}The email address must match the email associated with your Glama account. Once verified, the connector will appear as claimed by you.
Sign in to verify ownershipControl your server's listing on Glama, including description and metadata
Receive usage reports showing how your server is being used
Get monitoring and health status updates for your server
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.