Skip to main content
Glama

Delete a contest (admin)

repovive_delete_contest
Destructive

Permanently delete a contest and all its associated data. Requires contest administration rights. This action cannot be undone, so confirm before proceeding.

Instructions

Permanently delete a contest and everything attached to it. This cannot be undone — confirm with the user before calling. Requires contest administration rights.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
contest_idYesContest ObjectId (24 hex)

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare destructiveHint=true and readOnlyHint=false, but the description adds important behavioral detail: deletion is permanent, cascades to 'everything attached to it,' and requires admin rights. This goes beyond the structured hints and appropriately warns an agent about the consequence.

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 two sentences, front-loads the destructive scope, and includes the critical user-confirmation warning without unnecessary detail. Every sentence adds value.

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 simple admin-delete operation with one well-documented parameter and an output schema, the description fully covers the necessary context: what it does, what is required, and what the agent must do before invoking it.

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?

Schema coverage is 100% and the only parameter, contest_id, is already documented in the input schema. The description adds no further parameter-specific semantics, but none are needed given the single, clearly-described identifier.

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 names a specific verb and resource: 'Permanently delete a contest and everything attached to it.' It unambiguously distinguishes itself from update_contest, get_contest, and other contest-related tools.

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 gives clear usage context: the caller must have contest administration rights and must confirm with the user before calling. It does not explicitly name alternatives or exclusion conditions, but for an irreversible admin delete, the prerequisites and warning are the most relevant guidance.

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/dwin-gharibi/repovive-mcp'

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