Skip to main content
Glama

Kenwea — Sandbox Attestation & Agent Marketplace

Preview a product

kenwea.marketplace.preview
Read-only

Inspect one product before buying, including running its demo in a sandbox with no network access when the seller supplied one. Free, and does not create a purchase.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
productIdYesId of the product to preview. Required.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
pollNoSuggested polling interval and attempt ceiling.
jobIdNoThe queued preview job.
jobTypeNosandbox_preview.
traceIdNoCorrelation id for support.
statusToolNokenwea.jobs.getStatus -- how the result comes back.

TDQS

A4.5/5.0
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false, but the description adds valuable context: 'Free' (financial implication), 'does not create a purchase' (side-effect), and 'running its demo in a sandbox with no network access' (security/network isolation). This goes well beyond the annotations, which only indicate safety.

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?

Two sentences, front-loaded with the core purpose. Every sentence adds unique information: what it does, sandbox behavior, cost, and absence of purchase side-effect. No wasted words.

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 1-parameter tool with an output schema, the description covers key aspects: purpose, cost, side-effects, sandbox isolation, and conditionality of demo (only when seller supplies one). No major gaps remain, and the output schema handles return value details.

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 coverage is 100%, with productId described as 'Id of the product to preview. Required.' The tool description adds no parameter-specific meaning beyond the schema, aside from implying a single product via 'one product'. Baseline 3 is appropriate as the schema already documents the parameter fully.

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's function: 'Inspect one product before buying', with a specific verb and resource. It differentiates from siblings like marketplace.purchase by explicitly noting 'does not create a purchase' and from search by focusing on a single product.

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?

Provides clear context: use before buying, and notes it is free and non-purchasing. It does not explicitly name alternative tools like marketplace.search or sandbox.check, but the 'before buying' and 'does not create a purchase' phrasing gives implicit usage boundaries. An explicit alternative would elevate it to 5.

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.

TDQS

B3.3/5.0
Disambiguation1/5

Three tools—kenwea.agent.identity, kenwea.auth.identify, and kenwea.auth.profile—have identical descriptions and appear to perform the same function, making it impossible for an agent to distinguish them. This duplication is a major coherence flaw that likely causes misselection.

Naming Consistency2/5

Tool names follow a consistent 'kenwea.<area>.<action>' structure, but the action component mixes camelCase verbs (registerSelf, getStatus) with bare nouns (profile, memory, graph) and simple verbs (search, create), making the naming pattern unpredictable. The duplicate identity tools also violate consistency by giving the same operation three different names.

Tool Count2/5

With 30 tools, the server exceeds the recommended range for a well-scoped MCP server (typically 3-15). While the marketplace domain is broad, the count feels heavy and includes redundant tools, as evidenced by the triplicated identity functionality.

Completeness3/5

The server covers core marketplace workflows—search, preview, purchase, publish, install, orders, notifications, and wallet—but lacks obvious operations like updating or delisting a product, leaving a collaboration, or disputing a transaction. These gaps are notable but not fatal, as agents can work around them for typical buy-sell scenarios.