Skip to main content
Glama
lbruce-wq

Survey Solutions MCP Server

by lbruce-wq

summarize_export_qc

Summarize structural quality of a Survey Solutions export zip: file roles, sample variables, row/column counts, fieldwork signals, warnings, and next steps.

Instructions

Create a first structural QC summary from a downloaded Survey Solutions export zip: expected file roles, DDI sample variables, readable tabular row/column counts, fieldwork signals, support files, warnings, and next steps. Does not yet parse binary Stata/SPSS values.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
export_pathYesAbsolute or working-directory-relative path to a downloaded Survey Solutions export zip.
sample_rowsNoNumber of sample rows to inspect for CSV/TAB/TSV files, capped at 25.
max_text_bytesNoMaximum text-like file size to preview or sample.
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 usefully discloses a limitation ('Does not yet parse binary Stata/SPSS values') and the read-oriented nature of creating a summary, but it does not state whether the operation is purely read-only, how it handles malformed zips, or what warnings/next steps might be emitted.

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 a single, dense sentence that front-loads the main purpose and then lists output contents in a clear, scannable sequence. Every clause adds information, and the limitation is stated compactly at the end without redundancy.

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

Completeness4/5

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

For a tool with no output schema, the description provides a reasonably complete picture: it names input type (export zip), the nature of the output (structural QC summary), and the categories included. It stops short of describing the exact return format or failure behaviors, but it gives enough context for an agent to understand what the tool produces.

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 input schema already provides good descriptions for all three parameters (coverage 100%), so the description does not need to restate parameter meaning. The description adds no parameter-specific semantics beyond the schema, and under the 100% coverage baseline a score of 3 is appropriate.

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 opens with a specific verb and resource ('Create a first structural QC summary from a downloaded Survey Solutions export zip') and enumerates concrete output categories. It distinguishes itself from sibling QC/export tools by framing the output as a 'first structural' summary and explicitly noting it does not parse binary values.

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

Usage Guidelines3/5

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

The description implies when to use it — as an initial structural QC step on a downloaded export zip — and notes a limitation that rules out binary value parsing. However, it does not explicitly name alternative tools or state when another tool should be preferred, so the usage guidance is implied rather than explicit.

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