Skip to main content
Glama
hermoso-ai

Hermoso

Official

Delete a brand workspace

delete_brand
DestructiveIdempotent

Permanently delete a brand workspace and all its contents: profiles, assets, chats, and connected accounts, after confirming the exact workspace to avoid irreversible data loss.

Instructions

PERMANENTLY delete a brand workspace and EVERYTHING in it — brand profile, memory, swipefile, Library creations, generated assets, avatars, skills, playbooks, chats — and disconnect its connected accounts. Irreversible, and it applies to everyone the workspace is shared with. Call it WITHOUT confirm first: it reports exactly what that workspace holds. Show the user that inventory verbatim, get an unambiguous yes, then call again with confirm:true — plus, if the workspace is not empty, confirmName set to its exact name and confirmConnectors set to the number of connected accounts it reported. Those two exist because confirming INTENT does not prove you picked the right WORKSPACE, and a wrong target is how a live brand was destroyed. The account's FIRST/anchor brand cannot be deleted this way (it holds the workspace's root storage) — that one is replaced from the app.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
brandYesbrand id or exact name from list_brands
confirmNoREQUIRED true — this destroys the whole workspace and cannot be undone
confirmNameNothe workspace's EXACT name, required when it is not empty — copy it from the inventory this tool returned, after the user has agreed to it
confirmConnectorsNothe number of connected accounts the inventory reported, required when there is at least one — the user must specifically agree to losing them, because reconnecting each needs a browser and no agent can do it

Schema Changelog

Changes observed during successful MCP inspections.

  1. Addedv0.1.161

TDQS

A4.7/5.0
Behavior5/5

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

Annotations already flag destructiveHint:true and readOnlyHint:false; the description substantially supplements them by disclosing irreversibility, impact on everyone the workspace is shared with, connected-account disconnection, the dry-run inventory behavior of the first call, and the rationale that confirming intent does not prove the correct workspace was picked. No contradiction with the annotations.

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 long, but every sentence carries safety-critical weight and the most urgent facts (permanent, everything, irreversible, shared impact) are front-loaded. The rationale sentence about wrong targets is slightly verbose but earns its place for a destructive tool of this severity.

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

Completeness4/5

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

For a destructive tool with no output schema, the description fully specifies the call workflow, the confirmation requirements, and the anchor-brand exclusion. The only minor gap is not describing the exact format of the inventory the first call returns, though the instruction to show it verbatim reduces the need for that detail.

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 coverage is 100%, so the baseline is 3; the description adds real value above it by explaining why confirmName and confirmConnectors exist (protecting against destroying a live brand) and how they derive from the first call's reported inventory. It connects the parameters into a workflow even though it doesn't reformat each parameter's syntax.

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

Purpose5/5

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

States a specific verb and resource — 'PERMANENTLY delete a brand workspace and EVERYTHING in it' — and enumerates the full contents (brand profile, memory, swipefile, Library creations, generated assets, avatars, skills, playbooks, chats) plus disconnection of connected accounts. This clearly distinguishes it from siblings that delete narrower resources (delete_playbook, delete_skill, delete_drive_file) or mutate brands (update_brand).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Provides an explicit two-phase protocol: call without confirm first to obtain an inventory, show it verbatim, get an unambiguous yes, then call again with confirm:true plus the exact confirmName and confirmConnectors values. It also names the when-not-to case — the account's first/anchor brand cannot be deleted this way and must be replaced from the app.

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