Skip to main content
Glama
lbruce-wq

Survey Solutions MCP Server

by lbruce-wq

set_questionnaire_criticality_level

Set a questionnaire's criticality level by confirming its exact identity. Requires admin permissions to apply the new criticality setting.

Instructions

Set questionnaire criticality settings. Requires admin_write permission and exact questionnaire identity confirmation.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNo
criticality_levelYes
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 disclose two important behaviors: it requires admin_write permission and requires exact questionnaire identity confirmation, which conveys a safety check. However, it does not describe side effects, reversibility, or failure behavior, leaving meaningful gaps.

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 description is two sentences with no filler. The core action is front-loaded, and the permission and confirmation requirements are stated succinctly. Every sentence earns its place.

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

Completeness2/5

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

For a permission-sensitive write operation with no annotations and no output schema, the description is incomplete. It does not explain what criticality_level values are valid, what happens on identity mismatch, whether the operation is reversible, or what the response looks like. An agent could pass an invalid value or misunderstand the outcome.

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

Parameters2/5

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

Schema description coverage is 50%, covering questionnaire_identity and confirm_questionnaire_identity, but criticality_level and profile lack descriptions. The description adds no parameter-level meaning, such as acceptable criticality values or what profile does, so the agent is left to infer those semantics from the parameter names alone.

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

Purpose4/5

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

The description states the action ('Set') and the resource ('questionnaire criticality settings') with enough specificity to distinguish it from the sibling get_questionnaire_criticality_level. It is not as precise as it could be about what 'criticality settings' includes, but the core purpose is clear.

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 provides conditions for using the tool ('Requires admin_write permission') but gives no guidance on when to use it relative to alternatives such as get_questionnaire_criticality_level, or when it should not be used. No when-to-use or when-not-to-use context is provided.

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