Skip to main content
Glama
rsp2k
by rsp2k

collection_delete_collection

Delete a Vultr service collection by ID. Optionally force deletion when resources are attached.

Instructions

Delete a service collection.

Args: collection_id: ID of the collection to delete ctx: FastMCP context for resource change notifications force: Force deletion even if collection has resources

Returns: Success confirmation

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
forceNo
collection_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv1.0.1

TDQS

B3.1/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. It mentions force deletion and a success confirmation, but it does not warn that deletion is irreversible, what happens to the collection's resources when force is false, or what side effects may occur.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and front-loaded with the core purpose. The Args/Returns structure is scannable, and there is little wasted text, though including ctx (which is absent from the input schema) slightly muddies the parameter list.

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

Completeness3/5

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

For a simple destructive delete with an output schema, the description covers the essential parameters and force behavior. However, with no annotations, it should more directly state irreversibility and the default behavior when the collection contains resources.

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

Parameters4/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, and it does: it explains collection_id, force, and even mentions ctx for resource change notifications. Each schema parameter receives some semantic meaning beyond its bare name and type.

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 states a clear verb and resource: 'Delete a service collection.' It is distinct from sibling operations like collection_remove_resource_from_collection, though it does not explicitly name or contrast those alternatives. The purpose 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?

The description gives no guidance on when to use this tool versus alternatives such as removing a resource from a collection first. The force parameter implies a conditional path, but there is no explicit 'when to use' or 'when not to use' guidance.

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

Deploy Server

Other Tools