Skip to main content
Glama
lbruce-wq

Survey Solutions MCP Server

by lbruce-wq

deactivate_web_interview

Deactivate questionnaire-level web interviews by providing and confirming the exact GUID$Version identity. Requires fieldwork_write or admin_write permission.

Instructions

Deactivate questionnaire-level web interviews. Requires fieldwork_write or admin_write permission and exact questionnaire identity confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNo
questionnaire_identityYesQuestionnaire identity in GUID$Version format.
confirm_questionnaire_identityYesMust exactly match questionnaire_identity.
Behavior3/5

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

With no annotations, the description carries the behavioral disclosure burden. It does usefully state permission requirements and the mandatory exact identity confirmation. However, it does not disclose side effects, reversibility, or impact on active interview sessions or links after deactivation.

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?

The entire description is one compact sentence, front-loading the action and then adding only the essential requirements. There is no filler or repetition.

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?

The description is adequate for a basic mutation tool, covering action, permissions, and confirmation. However, it omits consequences of deactivation and how to verify state afterward, and it gives no guidance on the profile parameter, leaving the operational picture incomplete.

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?

The schema already documents questionnaire_identity as GUID$Version and confirm_questionnaire_identity as an exact match, so the description mostly reinforces existing schema information. The optional profile parameter is undocumented in both schema and description, leaving a semantic gap.

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?

States a specific verb ('Deactivate') and a clear resource ('questionnaire-level web interviews'), making the action unambiguous. It is also easily distinguished from sibling tools like activate_web_interview and get_questionnaire_web_interview_status.

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?

The description gives prerequisites (permission and identity confirmation) but does not explain when to choose this tool over activate_web_interview or get_questionnaire_web_interview_status. There is no explicit when-to-use or when-not-to-use guidance beyond the action itself.

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/lbruce-wq/survey-solutions-mcp'

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