Skip to main content
Glama

delete_collection_folder

Remove a Discogs collection folder while preserving its releases by moving them to Uncategorized. Specify the folder ID to reorganize your collection without losing items.

Instructions

Delete a collection folder. Its releases are moved to Uncategorized by Discogs.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
folderIdYes
usernameNo

Schema Changelog

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

  1. First observedv0.3.0

TDQS

B3.2/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral transparency burden. It does disclose a key side effect: releases are not deleted but moved to Uncategorized. It does not mention permanence or permissions, but the most important destructive consequence is covered.

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 a single, front-loaded sentence with no wasted words. It efficiently communicates the operation and the most relevant effect.

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?

The tool is low-complexity, but without annotations or an output schema the description still leaves usage alternatives, parameter semantics, and return behavior unexplained. The core effect is stated, but the description is not a complete guide for correct invocation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description adds no parameter-level meaning. folderId and username are not explained, so their semantics must be inferred from property names and the schema. The description does not compensate for the coverage gap.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the operation: 'Delete a collection folder' and adds a distinguishing side effect about releases. It does not explicitly differentiate from sibling tools like remove_collection_instance, but the resource type 'collection folder' is unambiguous.

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?

There is no guidance on when to use this tool versus alternatives such as create_collection_folder, rename_collection_folder, or remove_collection_instance. The description explains the consequence of deletion but not the conditions or context for selecting this tool.

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/justinmaldonado/MCP_VinylShopper'

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