create_collection_folder
Create a new folder to organize a Discogs collection by specifying a folder name and optional username.
Instructions
Create a collection folder.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| username | No |
Create a new folder to organize a Discogs collection by specifying a folder name and optional username.
Create a collection folder.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| username | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
v0.3.0Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description alone must disclose behavioral traits. It only says that a folder is created, without mentioning authorization, side effects, idempotency, or response behavior. This is minimal transparency for a mutation-oriented tool.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single short sentence, so it is structurally small. However, it is under-specified rather than usefully concise, since it restates the tool name and omits all operational context. There is no front-loaded detail beyond the obvious action.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given two parameters, no annotations, no output schema, and many sibling collection-management tools, this one-sentence description is far from complete. Nothing explains the expected return value, required permissions, or relationship to folder rename/delete/get operations. An agent cannot reliably invoke this tool correctly from the provided information.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 0% and the description provides no meaning for either parameter, 'name' or 'username'. The agent is left to guess what 'name' refers to and why 'username' is an optional parameter. The description does nothing to compensate for the schema's lack of documentation.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description states a clear action ('Create') on a specific resource ('a collection folder'). It is consistent with the sibling folder management tools, so the create action is distinguishable from get/rename/delete operations. However, it adds little beyond the tool name itself.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
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 the many collection-related siblings, such as add_to_collection or create_listing. It does not mention prerequisites, authentication, or when not to use it. The only inferred context comes from the tool name.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
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