Skip to main content
Glama
lbruce-wq

Survey Solutions MCP Server

by lbruce-wq

qc_generate_check_plan

Generate a guarded QC/support plan for survey data by applying workflow-specific rules to variables and thresholds. Returns findings, counts, and flags excluded records.

Instructions

qc_generate_check_plan: Build or run a guarded QC/support workflow.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
planNo
rulesNoWorkflow-specific rule objects. For logical checks, each rule should include variables, condition, and expected relationship.
profileNo
variablesNoVariable names to evaluate. Supported variable types: depends on workflow.
thresholdsNoWorkflow-specific thresholds; see properties for names and units.
export_pathNoPath to a readable export package. Required export type: Depends on workflow.
confirm_plan_idNo
questionnaire_identityNo
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. 'Build or run' implies possible execution, but it does not say whether running a workflow mutates data, requires confirmation, performs only a dry run, or what safeguards 'guarded' actually enforces. The x_suso_qc metadata hints that output status and counts must be reviewed to know whether analysis was performed, but that context is not surfaced in the visible description.

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

Conciseness3/5

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

The description is a single sentence with no wasted words, so it is structurally clean. However, the brevity comes from omitting essential operational detail rather than from distilling rich information, making it closer to an under-specified stub than a genuinely effective definition.

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?

This is a complex, polymorphic tool with 8 parameters, nested objects, no annotations, and no output schema. The description tells an agent almost nothing about required inputs, expected output, guardrail behavior, or when to invoke it. The x_suso_qc outputContract provides some scaffolding, but it is buried in the schema and does not compensate for the missing operational context.

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 only 50%, and the description adds no parameter-level meaning. Parameters such as plan, profile, confirm_plan_id, and questionnaire_identity are left unexplained, while the description offers no help in understanding how plan, rules, thresholds, and variables relate to each other. An agent would struggle to construct a correct invocation.

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

Purpose3/5

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

The description says 'Build or run a guarded QC/support workflow,' which names a general action and resource, but it never specifies what a 'check plan' is, which QC workflows are supported, or what 'guarded' means. The schema's methodologySummary ('Workflow scaffold...') adds only a small hint and does not define a concrete deliverable or differentiate this from the many sibling qc_* 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 usage guidance is provided. The description does not state when to use this tool, what prerequisites exist, or how it relates to alternatives such as qc_logical_consistency, summarize_export_qc, or the other QC-focused siblings. There are no exclusions, conditions, or alternative tool references.

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