Skip to main content
Glama

catalogs_delete

Delete an entire Braze catalog and all of its items by specifying the catalog name. Use this to remove outdated or unwanted catalog data from your Braze workspace.

Instructions

Delete a catalog and all its items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
apiKeyNoBraze REST API key
catalog_nameYesCatalog name to delete
restEndpointNoBraze REST endpoint URL

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.9/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 behavioral burden. It says it deletes 'all its items' – a cascading destructive effect – but does not state irreversibility, required permissions, or side effects on dependent resources. After the deletion, dependent catalogs items or references may break, and this is not disclosed. The description is minimal for a destructive operation.

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?

One short sentence that is front-loaded with the verb and resource, and efficiently states the cascading scope. There is zero waste or filler.

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?

For a destructive operation with no annotations and no output schema, the description is far too thin. It omits any warning about irrevocability, permission requirements, or downstream effects, and gives no guidance on when this should be used versus deleting individual items. An agent could easily misuse this tool without additional context.

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 100%, so each parameter (apiKey, catalog_name, restEndpoint) is already documented in the schema. The description adds no parameter detail beyond what's in the schema. Baseline 3 is correct when the schema does the heavy lifting and the description provides no extra parameter semantics.

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 specific verb ('Delete') and resource ('catalog') and clarifies scope ('and all its items'). It distinguishes itself from item-level siblings like catalog_items_delete and catalog_item_delete by operating on the catalog itself. It doesn't claim catalog-only vs. sibling nuances beyond that, but the verb+resource 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?

No guidance on when to use this tool versus alternatives is given. It doesn't explain the destructive, cascading nature of the deletion, nor does it clarify prerequisites (e.g., whether the catalog must be empty or have no items). An agent has no indication of when this is appropriate versus editing items individually.

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