Skip to main content
Glama
KasayoDotCom

Identity Forge MCP

Official

Get an image direction

get_image_direction

Retrieve an image direction's complete implementation export in Markdown or JSON for reading, briefing, or programmatic use. Read-only and pairs with the design kit.

Instructions

Retrieve one image direction's full implementation export, as Markdown for reading and briefing or JSON for programmatic use. This is what you follow when generating, sourcing, or art-directing imagery for the project, and it pairs with the design kit rather than replacing any of it. 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_image_directions. 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 transparently discloses read-only behavior ('writes nothing to disk'), access control ('Free records are public; a Pro record returns 403'), and error handling without leaking payload. This exceeds the typical level of behavioral detail.

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 front-loaded: it opens with the core action, then usage context, then safety/auth details. Each sentence adds distinct information, with no redundant filler.

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?

For a simple two-parameter tool with no output schema, the description covers what the tool does, how to use it, its output formats, and its safety/auth profile. It gives an agent enough to invoke it correctly without further research.

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 provides full parameter descriptions (100% coverage), so the description need not repeat them. It adds semantic value by mapping output formats to use cases: 'Markdown for reading and briefing or JSON for programmatic use,' which helps agents select the right 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 clearly states the tool retrieves one image direction's full implementation export, with a specific verb ('Retrieve') and resource. It distinguishes from listing siblings by specifying 'one' and the export format options.

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 explicit usage context: 'This is what you follow when generating, sourcing, or art-directing imagery for the project.' It also clarifies it pairs with the design kit rather than replacing it, but does not explicitly name alternative tools or exclusions, so it stops short of full when/when-not guidance.

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