Skip to main content
Glama
Userology-Inc

Userology MCP Server

Official

delete_study

Permanently delete a study and erase all associated data: participant sessions, recordings, transcripts, analytics, and interview guides. Irreversible action.

Instructions

DESTRUCTIVE: Permanently delete a study and ALL its associated data.

This cannot be undone. It deletes all participant sessions, recordings, transcripts, analytics, and interview guides for this study.

Do NOT call this tool in the same turn as the deletion request. First respond with: "Are you sure you want to permanently delete '[study name]' and all its data? This cannot be undone." Only call this tool after the user confirms in a follow-up message.

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
study_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior5/5

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

With no annotations provided, the description fully discloses destructive, permanent behavior, lists affected data (sessions, recordings, transcripts, analytics, interview guides), and states it cannot be undone. This goes well beyond the minimum and eliminates ambiguity about consequences.

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 starts with a prominent DESTRUCTIVE warning, then provides essential details in a clear hierarchy: what it deletes, irreversibility, confirmation protocol, and parameter explanation. Every sentence carries important information, with no filler.

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?

For a destructive tool with one parameter and no annotations, the description covers all critical aspects: the action, the permanent consequences, the exact data affected, the required confirmation workflow, and the parameter meaning. An output schema exists, so return values don't need explanation. No gaps remain.

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 input schema only provides the parameter name 'study_id' with type string and no description. The description's Args section adds semantic meaning by identifying it as 'the unique identifier of the study to delete', clarifying its purpose. This is helpful, though minimal for a single simple parameter.

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 uses the specific verb 'delete' with the resource 'study' and clearly states it permanently deletes the study and ALL associated data. It distinguishes from sibling tools like delete_synthesis_chat and delete_section by focusing on the study resource and its full data scope.

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

Usage Guidelines5/5

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

The description provides explicit when-to-use instructions: do NOT call in the same turn as the deletion request, instead first respond with a confirmation message, and only call after user confirms in a follow-up. This is clear, actionable guidance that also prevents misuse.

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