Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

Get an interface style

get_interface_style

Get an interface style's full implementation export in Markdown or JSON, containing render-grammar rules to apply within your design system.

Instructions

Retrieve one interface style's full implementation export, as Markdown for reading or JSON for programmatic use. The export holds render-grammar rules only, so combine it with a design kit's tokens, typography, motifs, and brand rules; on its own it will not give the UI an identity. Read-only: it returns the text and writes nothing to disk. Free records are public; a Pro record returns 403 with an upgrade path unless the key is entitled, without leaking the payload.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugYesOpaque id or slug of the record, from list_interface_styles. Either addresses it directly. The id never changes; the slug is an editorial handle that can be renamed, and unlike a kit slug it has no alias fallback, so store the id for any reference you keep.
formatNoExport representation: markdown (default) or json.
Behavior5/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It explicitly states 'Read-only: it returns the text and writes nothing to disk' and details the 403 upgrade-path behavior for Pro records without leaking the payload. This is unusually transparent and safety-relevant.

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?

Three dense sentences, each earning their place: the action and formats, the conceptual caveat about needing a design kit, and the auth/403 behavior. The core purpose is front-loaded with no redundant 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?

For a simple two-parameter retrieval tool with no output schema, the description covers purpose, formats, the content caveat, read-only safety, and error behavior. It does not specify the exact JSON/Markdown structure, but the schema and format enum make this adequate.

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%, so the baseline is 3. The description adds context that the export contains only render-grammar rules and that Markdown is for reading while JSON is for programmatic use, but it does not materially extend the already-detailed schema descriptions of 'slug' or 'format'.

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 verb ('Retrieve') and resource ('one interface style's full implementation export'), names the two formats (Markdown/JSON), and clarifies that the export contains only render-grammar rules. This clearly distinguishes it from listing tools and design-kit tools.

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?

It gives clear context: use this for the implementation export, combine it with a design kit's tokens/typography/motifs/brand rules, and notes the read-only, entitlement behavior. It does not explicitly name alternative sibling tools like get_design_md or get_tokens, so it stops short of a full 5.

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