Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

Read one stored brand project version

get_brand_project_version

Retrieve a specific version snapshot of an owned brand project, referencing its design kit without exposing Pro kit tokens.

Instructions

The full snapshot a given version of a brand project recorded. Owner-scoped, like the rest of the brand-project surface. A brand snapshot references its kit rather than embedding it, so this never hands back a Pro kit's tokens by another door. Needs kits:read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
versionYesVersion number from list_brand_project_versions.
projectIdYesOwned brand project id from list_brand_projects.
Behavior4/5

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

With no annotations, the description carries the transparency burden and does well: it discloses owner-scoping, the required 'kits:read' permission, and a security property (never hands back a Pro kit's tokens by another door). It doesn't cover output shape or errors, but for a read tool this is substantive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is fairly compact (four sentences), but the opening sentence is awkwardly phrased and the 'Needs kits:read' note feels appended. All sentences contribute information, yet the structure could be smoother.

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 simple read operation with two well-documented parameters and no output schema, the description covers purpose, scope, security, and permission. It lacks explicit return-format detail, but that is not critical here given the tool's simplicity and the schema's richness.

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% and each parameter's description already provides source references (e.g., 'from list_brand_projects'), so the description adds no extra parameter-level meaning. Baseline 3 is appropriate as the schema does the heavy lifting.

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 title states 'Read one stored brand project version' and the description says 'The full snapshot a given version of a brand project recorded,' making the resource and action clear. It distinguishes from siblings by emphasizing 'full snapshot' and the kit-referencing behavior, though the first sentence is grammatically awkward.

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

Usage Guidelines3/5

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

The description provides ownership context ('Owner-scoped') and implies usage for fetching a specific version's snapshot, but it lacks explicit guidance on when to use this tool versus list_brand_project_versions or diff_brand_project_versions. No alternatives or exclusions are stated.

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