Skip to main content
Glama
macrocosm-os

Macrocosmos MCP

Official
by macrocosm-os

cancel_dataset

Interrupt an in-progress dataset build or remove a completed dataset using its unique ID. Returns success or error message.

Instructions

Cancel a dataset build or purge a completed dataset.

Parameters:

  • dataset_id (str, REQUIRED): The ID of the dataset to cancel/purge

Returns:

  • Success or error message

Example: cancel_dataset(dataset_id="dataset-71e97cfa-xxxx-xxxx-xxxx-33cd91be9028")

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dataset_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosure. It mentions purge/cancel intent, but does not explain whether purge is irreversible, what permissions are required, what happens to an in-progress build, or other side effects. The generic 'Success or error message' return line adds little behavioral detail.

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 compact, front-loaded with the primary purpose, and organized into Parameters, Returns, and Example sections. There is no filler or redundant expansion beyond a helpful example.

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 one-parameter tool with an output schema, the core invocation is covered. However, because there are no annotations and the operation includes a destructive 'purge', the missing side-effect and cancellation-semantics context leaves a clear gap.

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%, but the description compensates by defining dataset_id with its type, required status, meaning, and a concrete example. This adds meaningful context beyond the raw schema.

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 first line states a specific resource and actions: 'Cancel a dataset build or purge a completed dataset.' It clearly identifies the target as a dataset, though it does not explicitly contrast with sibling tools like cancel_gravity_task, so it stops short of a 5.

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?

Usage context is implied by the resource: use this when a dataset build needs cancellation or a completed dataset needs purging. However, there is no explicit when/when-not guidance or mention of alternatives such as build_dataset, get_dataset_status, or cancel_gravity_task.

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

Install Server

Other Tools

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/macrocosm-os/macrocosmos-mcp'

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