Skip to main content
Glama
kahlilashanti

Mantis Immersive Commerce MCP

simulateUserFlow

Simulate user interactions and flow steps in an immersive commerce showroom to test and validate purchase journeys, including loading experience, clicking models, and adding items to cart.

Instructions

Simulate user interactions with Mantis experience

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
flowYesFlow steps: load-experience, click-model, open-cart, add-item
timingNoDelays between actions (optional)
Install Server

TDQS

C2.4/5.0
Behavior2/5

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

No annotations are provided, so the description carries the full burden of behavioral disclosure. 'Simulate' implies a non-destructive dry-run, but the description never states that it does not mutate live store state, whether it requires a prior setup, or what happens after execution. The one-line text leaves side effects and environmental requirements entirely unstated.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single short sentence with no wasted words, which is efficient in isolation. But for a tool with two parameters (one a nested-object array with defined steps), it is under-specification rather than disciplined conciseness. The brevity sacrifices the behavioral and usage detail an agent needs.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool has nested objects, no output schema, and no annotations, so the description must compensate — one vague sentence is not enough. The flow parameter's enumerated steps offer some support, but there is no information about return values, execution semantics, or prerequisites. The definition is incomplete for correct invocation.

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 description coverage is 100%: 'flow' lists its valid steps and 'timing' explains 'Delays between actions'. The description adds no additional parameter meaning, but with high schema coverage the baseline of 3 applies. The description earns no extra credit here, yet the schema carries the burden adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states a clear verb ('Simulate') and resource ('user interactions with Mantis experience'), so it is not a tautology. However, 'Mantis experience' is vague, and the description gives no hint of the flow-based nature that the schema's flow parameter reveals (load-experience, click-model, open-cart, add-item). It does not meaningfully distinguish from sibling testMantisEvent or analyzeEventFlow.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance is given on when to use this tool versus siblings like testMantisEvent, analyzeEventFlow, or debugPostMessage. There are no stated exclusions, prerequisites (e.g., does the SDK need to be installed via installMantisSDK first?), or conditions selecting this tool over its alternatives.

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

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/kahlilashanti/mantis-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server