Skip to main content
Glama

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

Log every tool call with full inputs and outputs
Control which tools are enabled per connector
Manage credentials once, use from any MCP client
Monitor uptime and get alerted when servers go down

Available Tools

11 tools
analyze_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.

ParametersJSON Schema
NameRequiredDescriptionDefault
question_idYesThe question ID to analyze (e.g., q1, q2)
results_tokenYesYour edit token (format: projectId:secret)
analyze_resultsInspect

Start the analysis workflow for a survey. Returns the analysis prompt and question IDs to analyze.

ParametersJSON Schema
NameRequiredDescriptionDefault
results_tokenYesYour 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
results_tokenNoOptional: 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
guideYes
save_simulated_responseInspect

Save a single simulated response to a survey. Called by the simulation workflow for each generated respondent.

ParametersJSON Schema
NameRequiredDescriptionDefault
answersYesAnswers keyed by question ID (e.g. q1, q2). Skip q0.
results_tokenYesYour edit token (format: projectId:secret)
save_surveyInspect

Save changes to an existing published survey. Use this after editing a survey that was already published.

ParametersJSON Schema
NameRequiredDescriptionDefault
guideYes
results_tokenYesYour edit token (format: projectId:secret)
set_statusInspect

Activate or deactivate a published survey. Deactivated surveys stop accepting new responses but keep existing data intact.

ParametersJSON Schema
NameRequiredDescriptionDefault
activeYestrue to activate, false to deactivate
results_tokenYesYour 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
results_tokenYesYour edit token (format: projectId:secret)
start_surveyInspect

Start drafting a new survey with AI-probing. Call this to start the workflow, drafting a survey.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

view_resultsInspect

View survey responses and transcripts interactively. Opens a dashboard showing all responses with the ability to view individual transcripts.

ParametersJSON Schema
NameRequiredDescriptionDefault
results_tokenYesYour 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.

ParametersJSON Schema
NameRequiredDescriptionDefault
results_tokenYesYour 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 ownership

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.