Skip to main content
Glama
Userology-Inc

Userology MCP Server

Official

update_study_status

Change a study's status to Draft, Active, Paused, or Completed. Provide the study ID and desired status to update its lifecycle.

Instructions

Change the status of a study.

Args: study_id: The unique identifier of the study. status: New status — one of 'Draft', 'Active', 'Paused', 'Completed'.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusYes
study_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
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. It only restates the action and parameter definitions, adding no context about allowed status transitions, validation rules, side effects, or permission requirements. It provides no extra behavioral insight beyond the function name.

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 extremely concise, using a clean purpose statement followed by a standard Args block. Every element serves a purpose, and there is no wasted language or redundant information.

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 state-changing operation, the description is minimally complete for parameter understanding but lacks crucial context about study lifecycle rules, such as whether transitions between specific statuses are restricted or what the output schema contains. Given the existence of an output schema and sibling update tools, more behavioral context is needed for safe and correct usage.

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

Parameters4/5

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

The schema has 0% description coverage, but the description compensates by defining study_id as 'the unique identifier of the study' and status with the enumerated values 'Draft', 'Active', 'Paused', 'Completed'. This gives agents the controlled vocabulary missing from the schema, though it could add format details for study_id.

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 'Change the status of a study' with a specific verb and resource, effectively distinguishing it from sibling tools like update_study_name and update_study_details. It is unambiguous and directly describes the tool's function.

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 no guidance on when to use this tool versus alternatives, nor any context about study lifecycle workflows, prerequisites, or exclusions. It does not mention how this differs from other update tools or when a status change is appropriate.

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