Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

Read a brand's composition

get_brand_layers

Retrieve a brand project's image direction, interface style, and page recipes, including revision drift and locked layers, to see current choices before making any changes.

Instructions

What a brand project is composed of on top of its design kit: its image direction, its interface style, and its page recipes. Read this BEFORE changing any of them, because it is the only place that tells you what the user already chose and whether it still says what it said. Every reference resolves to the revision the catalogue serves now and carries both numbers — revision is current, chosenRevision is what the project pinned — and drift appears only when they differ, carrying the author's note for what moved. meta.drifted counts them, so a brand with nothing to report answers 0 and you can stop. A record withdrawn from the catalogue since it was pinned comes back with resolved: false rather than vanishing, because a brand must not quietly forget what it points at, and a Pro layer this key cannot open still returns its name, tier and revision with locked: true. links.preview is that exact composition rendered as an image, which is the one thing you can put in front of a person who is not going to read a JSON object. Reading changes nothing: it mints no version and never moves a pin, so accepting a drifted revision stays a decision the user makes through add_brand_layer. Requires the kits:read scope.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
projectIdYesOwned brand project id from list_brand_projects.
Behavior5/5

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

No annotations are provided, so the description carries the full burden. It discloses read-only side effects ('it mints no version and never moves a pin'), field semantics (revision vs chosenRevision, drift, resolved:false, locked:true), the meaning of meta.drifted, and the required kits:read scope. This is exceptionally transparent for a read 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?

Although longer than average, every sentence contributes distinct, high-value information: purpose, usage timing, field behavior, edge cases, preview link, safety guarantees, and authentication requirements. It is front-loaded with a clear definition and wastes no words.

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?

With no output schema and no annotations, the description thoroughly explains the return values (revision, chosenRevision, drift, meta.drifted, resolved, locked, links.preview), edge cases, side effects, and auth. It also references the sibling add_brand_layer for mutation, making it complete for an agent to invoke correctly.

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?

The only parameter, projectId, is fully described in the schema as 'Owned brand project id from list_brand_projects.' The description adds no further parameter-specific detail, but with 100% schema coverage this is acceptable. The baseline of 3 applies because the schema already does the heavy lifting.

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 a specific definition: 'What a brand project is composed of on top of its design kit: its image direction, its interface style, and its page recipes.' The verb 'Read' is clear and the resource is unambiguous. It also distinguishes itself from mutating siblings like add_brand_layer and remove_brand_layer by framing itself as the read-before-change tool.

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?

Explicitly instructs 'Read this BEFORE changing any of them' and explains it is the only place to see what the user chose and whether drift exists. It also tells the agent when to stop ('a brand with nothing to report answers 0 and you can stop') and points to add_brand_layer as the decision point for accepting a drifted revision. This is strong when-to-use guidance with 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