Skip to main content
Glama

Mimicly

Server Details

Make fictional chat mockups and text story scenes, with a preview and a link to edit in Mimicly.

If you are the author of this connector, you can claim ownership with GitHub, an HTTP challenge, or a DNS record. Claimed connector authors can inspect health checks, view analytics, and manage their listing.
Status
Healthy
Last Tested
Transport
Streamable HTTP · MCP 2025-11-25
URL

TDQS

A4.6/5.0

Scored across 2 tools

Disambiguation5/5

The two tools are completely distinct: one creates a chat mockup, the other lists available templates. There is no overlap in purpose, so an agent can easily choose the right tool.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: create_chat_mockup and list_templates. This is clear and predictable.

Tool Count3/5

With only two tools, the server is on the thin side, but it serves a narrow purpose (creating chat mockups and listing templates). The count is borderline but not extreme, so it earns a middle score.

Completeness5/5

For its stated scope, the tool surface is complete: it covers the primary action (creating a mockup) and the necessary supporting action (listing templates). No obvious gaps exist since the created mockup includes an editor link for further manipulation.

Available Tools

2 tools
create_chat_mockupCreate a chat mockupA
Read-onlyIdempotent
Inspect

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.

ParametersJSON 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

ParametersJSON Schema
NameRequiredDescription
titleYes
noticeYes
templateYes
editorUrlYes
expiresAtYes
appStoreUrlYes
messageCountYes
previewImageUrlYes

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.

list_templatesList Mimicly chat templatesA
Read-onlyIdempotent
Inspect

Lists the chat templates Mimicly can fill in: messaging apps (for example WhatsApp, iMessage, Telegram, Discord) and AI chat apps (for example ChatGPT, Claude, Gemini). Returns each template id, display name, category, whether it can be recorded as an animated video in Mimicly, and whether clean export needs Mimicly Pro. Call it when you are not sure which template id to pass to create_chat_mockup.

ParametersJSON Schema
NameRequiredDescriptionDefault
categoryNoOptional filter. "messages" for messaging apps, "ai-chat" for AI assistant chats.

Output Schema

ParametersJSON Schema
NameRequiredDescription
templatesYes

TDQS

A4.7/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds valuable behavioral context by listing the exact return fields (id, display name, category, animated video support, Pro requirement) and the two template categories, which goes beyond what annotations provide.

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 sentences, each earning its place: the first defines the resource and gives examples, the second lists return fields, and the third gives usage guidance. The main purpose is front-loaded and there is zero 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?

Given the low complexity, a single optional parameter, and the presence of an output schema, the description is complete. It explains the resource scope, return fields, and usage guidance, so an agent can invoke the tool correctly without additional context.

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?

Schema coverage is 100%, so the category parameter is already well documented. The description adds value by giving concrete examples for each enum value ('messaging apps (for example WhatsApp, iMessage...) and AI chat apps (for example ChatGPT...)'), making it easier for an agent to map the filter to real-world contexts.

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 uses a specific verb ('Lists') and names the resource ('chat templates Mimicly can fill in'), then categorizes them into messaging and AI chat apps with concrete examples. It clearly distinguishes this tool from its only sibling by explicitly saying it is used to determine which template id to pass to create_chat_mockup.

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?

The description gives explicit when-to-use guidance: 'Call it when you are not sure which template id to pass to create_chat_mockup.' It names the alternative tool directly, which is all that is needed given the single sibling context.

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

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 2 tool updates
    • First observedcreate_chat_mockup
    • First observedlist_templates

Related MCP Connectors

Related MCP Servers

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources