Skip to main content
Glama
lbruce-wq

Survey Solutions MCP Server

by lbruce-wq

compare_questionnaire_version_schemas

Compare schemas across questionnaire versions to identify differences using exported files or available metadata.

Instructions

Compare schemas for downloaded version exports or available questionnaire metadata.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
profileNo
export_pathsNo
questionnaire_id_or_titleNo
Behavior2/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It does not state whether the tool makes network calls, reads local files, has side effects, or requires specific permissions. The phrase 'downloaded version exports or available questionnaire metadata' suggests it may work with local files or remote data, but the mechanics are undefined. This is a significant gap for a tool with no annotation coverage.

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 and is front-loaded with the action, which is good. However, it is too terse to be useful—it omits parameter explanations and usage context. While concise, it does not earn its keep by providing sufficient information, so it falls short of a higher score.

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

Completeness1/5

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

For a tool with no annotations, no output schema, and 0% schema description coverage, the description must be exceptionally thorough. Instead, it offers only a minimal purpose statement. The agent cannot determine required inputs, expected output, or behavioral characteristics, making the definition critically incomplete.

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

Parameters1/5

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

Schema description coverage is 0%, so the description must explain the parameters. It does not mention any of the three parameters (profile, export_paths, questionnaire_id_or_title), nor their roles or relationships. An agent has no idea how to populate these fields or what each controls, making correct invocation impossible without external knowledge.

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 a clear action ('Compare schemas') and a resource scope ('for downloaded version exports or available questionnaire metadata'). It distinguishes itself from sibling 'compare_questionnaire_versions' by focusing on schemas rather than version content, making its purpose reasonably clear. However, it does not specify what 'schemas' refers to (e.g., XSD, JSON structure) or the output format, which adds minor ambiguity.

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 guidance is provided on when to use this tool versus alternatives like compare_questionnaire_versions or export_and_combine_questionnaire_versions. It does not mention prerequisites (e.g., whether export_paths must reference files from a prior export) or contexts where schema comparison is needed. The agent is left to infer usage without explicit direction.

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