Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

Remove a brand variation

remove_brand_variation

Permanently delete a brand proposal from a project, removing it from client view along with its comments. Requires confirmation; use update instead to revise.

Instructions

Permanently DELETE one brand proposal from a project. The client stops seeing that direction on their next share view, and the comments they left on it go with it. This cannot be undone, there is no archive, and confirm: true is required, so read list_client_comments first if the feedback on that direction still matters. The surviving variations keep the positions they already had, which leaves a gap in the sequence rather than closing it, so follow with reorder_brand_variations when the order the client meets them in matters. Use update_brand_variation instead when the direction should be revised rather than retired. Requires the kits:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
confirmYesMust be exactly true. Required because deletion is permanent.
projectIdYesOwned brand project id from list_brand_projects.
variationIdYesId of the variation in that project to delete.
Behavior5/5

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

With no annotations, the description fully discloses behavioral traits: permanent deletion, no archive, comments lost, gap in sequence, confirm requirement, and auth scope. This far exceeds the minimum needed for safe use.

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 concise yet information-dense, with a clear opening and each sentence serving a distinct purpose (consequences, required confirm, ordering side effect, alternative). No fluff or repetition.

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

Completeness5/5

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

Given the tool's complexity (permanent delete, side effects, alternatives), the description is complete: it covers effects on client view, comments, sequence gaps, required confirm, auth scope, and related tools. No output schema or annotations, so this fills all gaps.

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 coverage is 100% with descriptions for all parameters. The description adds context around the confirm parameter (permanence) but does not add new meaning beyond the schema, so a baseline 3 is appropriate.

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?

The description opens with 'Permanently DELETE one brand proposal from a project,' clearly stating the action and resource. It distinguishes itself from sibling tools like update_brand_variation and reorder_brand_variations, making the purpose unmistakable.

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?

Explicit guidance is provided: when to use update_brand_variation instead, when to follow with reorder_brand_variations, and when to read list_client_comments first. This gives clear when-to-use and when-not-to-use context.

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/KasayoDotCom/identityforge-mcp'

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