Skip to main content
Glama
kahlilashanti

Mantis Immersive Commerce MCP

validateSetup

Verify that the Mantis SDK is installed and configured correctly in your project by checking authentication setup and allowed origins to prevent integration issues.

Instructions

Validate Mantis SDK installation and configuration

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
checkAuthNoCheck authentication setup (default: true)
projectPathNoProject directory to validate (optional)
checkOriginsNoCheck allowed origins configuration (default: true)
Install Server

TDQS

C2.9/5.0
Behavior2/5

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

With no annotations, the description must disclose behavior itself, but 'Validate Mantis SDK installation and configuration' does not say whether the tool performs checks only, modifies any state, requires authentication, makes network calls, or how it reports failures. The read-only nature is implied but not confirmed.

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

Conciseness4/5

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

The description is a single compact sentence with no filler. It is not verbose, and the core action is front-loaded, though it could use some of its saved space for behavioral or usage detail.

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 no output schema and no annotations, so the description should explain what the agent should expect after calling it (e.g., success/failure signals, what is checked). It does not. It also omits when to call it relative to installMantisSDK, leaving the context incomplete.

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%, so the schema already documents all three optional parameters. The description adds no parameter-level detail beyond labeling the overall area as 'installation and configuration', which only loosely maps to checkAuth, projectPath, and checkOrigins.

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

Purpose4/5

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

The description names a clear action, 'Validate', and a specific target, 'Mantis SDK installation and configuration'. However, it does not distinguish this from the sibling checkBrowserCompatibility, which also sounds like a verification/checking tool.

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 run validateSetup as opposed to installMantisSDK, checkBrowserCompatibility, or the debugging siblings. The context of a post-installation sanity check is only implied by the name.

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