Skip to main content
Glama
rooquiz

RooQuiz

delete_form

Destructive

Move a form to trash in RooQuiz. Soft-deleted forms are hidden from lists, keep submissions intact, and can be restored via restore_form within 5 days. Only form or team owners can delete.

Instructions

Move a form into the trash (soft delete) in the current team. The form is hidden from list_forms but kept recoverable for 5 days (then auto-purged); use restore_form to bring it back. Only the form owner / team owner can delete. Submission records are kept until permanent purge.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
formIdYesThe form UUID to move to trash

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
formIdNoThe form moved to trash
messageNoHuman-readable result, including how long it stays recoverable

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already convey destructive intent, but the description adds substantial behavioral context: the soft-delete behavior, hiding from list_forms, 5-day retention and auto-purge, reversibility via restore_form, owner/team-owner authorization, and preservation of submission records. This goes well beyond the structured annotation data.

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?

Three dense, purposeful sentences, each contributing essential information: the action and scope, lifecycle and recovery behavior, and permission requirements plus submission handling. No filler or redundant repetition of schema content.

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?

The description is complete for this tool's complexity: it covers scope, effects, recovery, retention, permissions, and data preservation. With an output schema present, return values need not be described, and the annotation set already covers read/destructiveness.

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 description coverage is 100%, and the single parameter formId is fully described in the schema itself. The description doesn't add extra parameter-level detail, but none is needed given the simple one-parameter interface.

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?

States a specific verb and resource: 'Move a form into the trash (soft delete)'. It clearly distinguishes itself from siblings by explicitly contrasting with list_forms and restore_form, and by describing the soft-delete semantics.

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?

Provides explicit context for when to use the tool: when you want to soft-delete a form. It names restore_form as the way to undo, specifies the 5-day recoverable window, and gives an explicit permission constraint ('Only the form owner / team owner can delete'), which acts as a when-not condition.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/rooquiz/rooquiz-mcp'

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