Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

List a kit's history ledger

list_kit_history

List the full event history of a kit—creation, saves, and brand applications—to see if it was ever actually used. Metadata only, paginated by opaque cursor.

Instructions

Everything that has happened to one of your saved kits, newest first: its creation, every save, and every time it was applied to a brand. Wider than list_kit_versions, which only sees the events that minted a version — an apply-to-brand event appears here and nowhere else, so this is the tool that answers whether a kit was ever actually used rather than merely edited. Each row carries an event id; pass it to get_kit_history_event for the full kit as it stood at that moment. Metadata only, so no tokens come back here. Only kits saved under an API key have a ledger: a curated catalog kit is shipped rather than edited, and asking for one answers 404 rather than an empty list, because you do not own it. Paged by an OPAQUE cursor, not by a number — hand meta.nextCursor back unchanged rather than constructing one, and a cursor this endpoint did not issue is rejected rather than silently restarting from the top. Free to call, needs kits:read.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesPermanent kit id or slug of a kit you own.
limitNoRows per page, newest first. Default 20, max 50.
cursorNoNext page. meta.nextCursor from the previous response, passed back byte for byte. Opaque: it is not a number, a date or an id you can build.
Behavior5/5

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

No annotations are provided, so the description carries full burden. It discloses 404 for unowned kits, opaque cursor rejection, metadata-only results, and the required kits:read permission. It also clarifies ordering and that apply-to-brand events appear here and nowhere else, going well beyond a simple 'list' label.

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?

Dense but each sentence adds unique value: event scope, sibling comparison, event id depth, token absence, ownership 404, cursor rules, and permission. There is no filler, and the structure is logical.

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?

Covers return semantics (rows, event ids, meta.nextCursor), edge cases (404 for catalog kits, opaque cursor rejection), and authentication (kits:read). With no output schema, this is sufficient for an agent to invoke the tool 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?

All three parameters are fully described in the schema (100% coverage), so the baseline is 3. The description reinforces cursor opacity and slug ownership but does not add new parameter-level syntax beyond what the schema already provides.

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?

Clearly states it lists a kit's history ledger with specific event types (creation, save, applied to brand). It explicitly contrasts with list_kit_versions and names the distinguishing use case, so purpose is unambiguous and differentiated from siblings.

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?

Provides explicit when-to-use guidance: 'this is the tool that answers whether a kit was ever actually used rather than merely edited.' Also explains the ownership condition (API-key kits vs curated catalog) and 404 behavior, giving clear context for when to call and what to expect.

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