Skip to main content
Glama
X1pheR

romm-mcp

delete_smart_collection

Destructive

Remove a smart collection definition after explicit confirmation, leaving your ROM files untouched.

Instructions

Delete a smart collection definition after explicit confirmation; this does not delete ROM files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmNo
collection_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okNo
actionYes
rom_idsNo
resource_idNo
collection_idNo

Schema Changelog

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

  1. First observedv0.1.1

TDQS

A4/5.0
Behavior4/5

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

Annotations already indicate destructive behavior, and the description adds valuable context: explicit confirmation is required, and ROM files are untouched. This goes beyond the structured hints without contradicting them.

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?

A single, well-structured sentence leads with the core action, states the confirmation requirement, and clarifies the non-destructive scope regarding ROM files. No unnecessary words or repetition.

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

Completeness4/5

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

The description covers the essential behavior for a destructive operation, including confirmation and safe handling of ROM files. With an output schema present and annotations already marking destructiveness, the remaining minor gap is not explicitly stating how confirmation is represented in the call.

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 0%, so the description must compensate. It links 'explicit confirmation' to the confirm parameter and 'smart collection definition' to the target resource, but it does not explicitly name the parameters or explain that confirm must be set to true to proceed.

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 ('Delete'), the resource ('smart collection definition'), and a crucial boundary ('does not delete ROM files'). This distinguishes it from sibling tool delete_collection, which targets regular collections, and from destructive ROM operations.

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

Usage Guidelines3/5

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

The description implies the intended use: delete a smart collection definition while preserving ROM files. It also conveys the prerequisite of explicit confirmation. However, it does not explicitly name alternatives like delete_collection or state when to choose one over the other.

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/X1pheR/romm-mcp'

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