Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

Add a brand variation

add_brand_variation

Attach a brand proposal to a project: select a kit and optionally add a name, domain, label, and notes. Add multiple contrasting directions to support client decision-making.

Instructions

Attach one brand proposal to a project: a kit plus an optional brand name, domain, label, and notes. Call it four or five times per project with deliberately contrasting kits, because a client choosing between similar directions cannot tell you much. The kit must be one you can resolve, meaning your own, a catalog kit, or another user's public kit, and a Pro catalog kit needs an entitled key. Variations become visible to the client only once you call share_brand_project. Requires the kits:write scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelNoShort label the client sees, e.g. 'Bold direction'. Helps them talk about the options.
notesNoRationale for this direction, shown alongside it.
domainNoProposed domain to display, e.g. 'example.com'.
kitSlugYesSlug of the kit this proposal shows.
brandNameNoProposed brand name to display with this direction.
projectIdYesOwned brand project id from list_brand_projects.
Behavior5/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 behavioral disclosure. It reveals the dependency on kit resolution rules, the entitlement requirement for Pro catalog kits, the 'kits:write' OAuth scope, and that variations are hidden from the client until share_brand_project is called. This goes well beyond a basic 'adds a variation' statement.

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 three sentences, each earning its place: the first states the operation, the second gives usage guidance and rationale, the third covers prerequisites, visibility, and authorization. It is front-loaded with the core message and contains zero filler.

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?

The description is highly complete for a creation tool: it specifies the action, when to call, prerequisites, visibility semantics, and required scope. The only gap is the lack of any mention of the return value or response structure, which is relevant since there is no output schema. Still, this is a minor omission given the otherwise thorough context.

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 schema already documents each parameter. The description adds value by explaining the kit's resolvability requirement and how the optional fields (brandName, domain, label, notes) function as a coherent proposal set. It also hints at the usage pattern (four or five times with contrasting kits), enriching the meaning of label and notes.

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 clearly states the action ('Attach one brand proposal to a project') and enumerates the components (kit plus optional brand name, domain, label, notes). It distinguishes this from sibling tools like update_brand_variation, remove_brand_variation, and share_brand_project by focusing on the act of attaching a new variation.

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 usage guidance is provided: call it four or five times per project with deliberately contrasting kits, and the rationale for that approach. It also specifies prerequisites (kit must be resolvable, Pro catalog kits need an entitled key) and when variations become visible (only after calling share_brand_project), giving clear context for when to use this tool versus alternatives.

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