Skip to main content
Glama

Mimicly

Create a chat mockup

create_chat_mockup
Read-onlyIdempotent

Builds a chat mockup in a Mimicly template from a conversation the user wants, for a story, video, lesson, design, presentation or demo. Returns a watermarked preview image URL, an "Open in Mimicly editor" URL where the user can edit, export or record the scene, and the Mimicly iOS App Store link. Scenes are fictional mockups written by the user. The tool is not for posing as a real person, company or institution, for making a chat look like real evidence, or for misleading someone, and the server refuses such scenes. Limits: up to 30 messages and 4000 characters in total. Messages cannot contain links, login or verification codes, passwords, or payment or account details. Nothing is posted or saved to an account. Links stop working after 30 days.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
themeNoOptional light or dark appearance. Defaults to the template default.
titleNoOptional scene title, for example "Weekend plans". Used as the group or conversation name when the template shows one.
me_nameNoOptional display name for the user's own messages. Defaults to "You".
messagesYesConversation in order, 1 to 30 messages, at most 4000 characters in total.
templateYesTemplate id from list_templates, for example "whatsapp", "imessage" or "chatgpt".
participantsNoDisplay names of the other people in the chat, not the user. Use made-up or user-provided names. Ignored by AI chat templates.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
titleYes
noticeYes
templateYes
editorUrlYes
expiresAtYes
appStoreUrlYes
messageCountYes
previewImageUrlYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.7/5.0
Behavior5/5

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

Beyond the annotations (readOnlyHint, idempotentHint, destructiveHint), the description discloses critical behavior: it returns a watermarked preview URL, an editor URL, and an App Store link; the server refuses disallowed scenes; nothing is saved to an account; and links expire after 30 days. No contradiction exists between the description and the annotations.

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 front-loaded with purpose, then returns, then constraints and persistence details. Each sentence adds a distinct piece of information with no repetition or padding, making the size appropriate for the tool's complexity.

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?

Given the output schema exists, the description needn't fully enumerate return values, yet it still names the three URLs. It covers limits, content restrictions, server refusal, and ephemeral behavior, leaving no critical gap for an agent to call the tool correctly. The only slight omission—routing to list_templates—is already in the schema.

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?

With 100% schema coverage, the baseline is 3. The description adds meaningful restrictions not fully in the schema: total character limits (up to 30 messages and 4000 characters) and forbidden message content (login codes, passwords, payment details), which go beyond the schema's 'links are not accepted' note. This helps avoid rejected requests.

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 states a specific verb ('builds'), a concrete resource ('a chat mockup in a Mimicly template'), and the intended use cases (story, video, lesson, design, presentation, demo). This clearly differentiates it from the sibling tool list_templates, which only lists templates, by focusing on creation.

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 gives positive usage contexts and explicit negative exclusions ('not for posing as a real person... not for misleading someone'). It does not explicitly mention the sibling tool list_templates as a prerequisite, though the input schema does reference it, so the guidance is clear but slightly indirect.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources