Skip to main content
Glama
yrvelez

Qualtrics MCP Server

by yrvelez

delete_quota_group

Destructive

Permanently delete a quota group and all its quotas, requiring explicit confirmation of the cascading deletion.

Instructions

Permanently delete a quota group AND every quota in that group. Qualtrics documents this as a cascading delete; inspect membership first and explicitly acknowledge the cascade.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
surveyIdYesThe Qualtrics survey ID
quotaGroupIdYesThe quota group ID to delete
confirmDeleteYesMust be true to confirm deletion of the quota group
confirmCascadeYesMust be true to acknowledge that every quota in the group will also be deleted
Behavior5/5

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

Goes beyond the destructiveHint annotation by detailing cascading deletion behavior and the need for explicit confirmation, which annotations alone do not capture.

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 sentences: first clearly states action, second adds essential usage guidance. No unnecessary words, front-loaded with core function.

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

Completeness5/5

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

For a delete tool without output schema, the description covers destructive nature, cascade effect, required confirmations, and references documentation. No gaps for the agent to select and invoke correctly.

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

Parameters4/5

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

Schema covers all parameters with descriptions (100% coverage), so baseline is 3. The description adds value by explaining why confirmCascade is necessary (cascade behavior), reinforcing semantics without redundancy.

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 uses a specific verb and resource ('Permanently delete a quota group AND every quota in that group'), clearly distinguishing it from sibling tools like delete_quota which only deletes a single quota.

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

Usage Guidelines5/5

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

Explicitly states to inspect membership first and acknowledge the cascade, providing clear when-to-use and when-not-to-use context without needing to name alternatives.

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