Skip to main content
Glama
Userology-Inc

Userology MCP Server

Official

copy_study

Duplicate an existing study with its sections and interview guides to create a reusable template, leaving the original unchanged.

Instructions

Duplicate an existing study and all its sections.

Creates a new study with the same objectives, persona, sections, and interview guides. The copy starts in Draft status with no participant sessions. Useful for iterating on a study template without modifying the original.

Args: study_id: The unique identifier of the study to copy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
study_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

With no annotations provided, the description carries the full burden and does well, disclosing key behavioral traits: 'The copy starts in Draft status with no participant sessions' and enumerating exactly what is copied. It could add more details about permissions or non-copied fields, but the core behavior is transparent.

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 concise and front-loaded with the main action first. Every sentence adds value, and the Args section is directly tied to the parameter, making it easy to parse.

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

Completeness5/5

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

Given the single parameter and no annotations, the description covers the operation's behavior, the resulting state, and an explicit use case. The presence of an output schema means return values are already handled, so the description is complete for this scope.

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

Parameters5/5

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

The description fully compensates for 0% schema coverage by explaining the only parameter: 'study_id: The unique identifier of the study to copy.' This gives the agent precise semantic meaning beyond the bare property title.

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 clearly states the action: 'Duplicate an existing study and all its sections.' It uses a specific verb and resource, and it distinguishes itself from siblings like create_study and delete_study by describing the copy behavior and scope.

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

Usage Guidelines4/5

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

The description provides a clear use case: 'Useful for iterating on a study template without modifying the original.' This implies when to use the tool, but it does not explicitly name alternatives or exclusion criteria, so it falls short of a 5.

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/Userology-Inc/userology-mcp-server'

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