Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

Diff two brand project versions

diff_brand_project_versions

Compare two versions of a brand project to identify changes. Pass only the lower bound to compare against the current version; variation edits are shown by ID for precise tracking.

Instructions

What changed between two versions of a brand project. Pass from alone to compare against the current version. Owner-scoped, so nothing is redacted: you are reading your own brand. Variation edits appear here as variations.<id>.<field> rather than as a wholesale swap, because a variation is identified by id and can be followed across a reorder. Needs kits:read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
toNoUpper bound. Omit to compare against the project's current version.
fromNoLower bound. Must be lower than the upper bound.
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 provided, the description carries the full burden and does well: it explains that the tool is owner-scoped and nothing is redacted, and details how variation edits are represented ('variations.<id>.<field>' rather than wholesale swap). It also mentions the kits:read permission. This adds meaningful behavioral context beyond the basic purpose.

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 compact and well-organized: it opens with the core purpose, then gives usage guidance, then adds scope and variation-format context, and finally states the required permission. Every sentence earns its place without redundancy or fluff.

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 covers the key aspects needed for selection and invocation: what it does, how to use the from parameter, owner-scoping, variation edit format, and required permission. It lacks a full description of the overall output structure, but given the absence of an output schema, the provided hints are reasonably sufficient for a diff tool.

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?

The schema already covers all 3 parameters with 100% description coverage. The tool description adds extra meaning, particularly the 'Pass `from` alone' behavior for comparing against the current version, which clarifies the interplay between `from` and `to`. This goes beyond the schema's individual field descriptions.

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 tool's purpose: 'What changed between two versions of a brand project.' It specifies the resource (brand project versions) and the action (diff), and distinguishes itself from sibling tools like diff_kit_versions and get_brand_project_version by focusing on brand projects and comparing two versions.

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

Usage Guidelines4/5

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

The description provides a clear usage pattern: 'Pass `from` alone to compare against the current version.' This tells the agent exactly when and how to use the tool. It also mentions scope ('Owner-scoped') and the required permission ('Needs kits:read'). It does not explicitly name alternatives, but the context is clear enough.

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