Skip to main content
Glama
yrvelez

Qualtrics MCP Server

by yrvelez

add_multiple_choice_question

Add multiple choice questions to Qualtrics surveys by specifying survey, block, question text, and choices. Automatically maps to the correct question type, with options for multiple answers, recode values, and forced response.

Instructions

Simplified helper to create a multiple choice question. Automatically maps to the correct Qualtrics QuestionType/Selector.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
blockIdYesThe block ID to add the question to
choicesYesArray of choice labels (e.g., ['Yes', 'No', 'Maybe'])
surveyIdYesThe Qualtrics survey ID
questionTextYesThe question text
recodeValuesNoNumeric recode mapping keyed by choice ID
allowMultipleNoAllow selecting multiple choices (default: false)
dataExportTagNoMeaningful export tag; derived uniquely from questionText if omitted
forceResponseNoRequire a response (default: false)
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Beyond non-destructive annotation, description only mentions automatic mapping. No disclosure of side effects, permissions needed, or response behavior. Minimal behavioral context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

Two efficient sentences, no redundancy. Front-loaded with purpose and key feature.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Adequate given schema coverage, but lacks details on return values, error handling, or how choices map to recode values. Moderate complexity (8 params, nested objects) not fully addressed.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema covers 100% of parameters with descriptions. Description adds no additional parameter-level meaning beyond stating it's a simplified helper with automatic mapping. Baseline 3.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states it creates a multiple choice question and notes automatic mapping to Qualtrics types, distinguishing it from sibling add_*_question tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance on when to use this tool vs alternatives (e.g., other add_question tools). Only implicit through the tool name and 'simplified helper' phrasing.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/yrvelez/qualtrics-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server