Skip to main content
Glama

creator_desk_verify_completion

Verify ecommerce/storefront work before reporting completion. Paid CDS-COMMERCE-001 check returns VERIFIED_COMPLETE only when every required test passes; otherwise returns machine-readable defects or missing evidence plus corrective actions.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
evidenceYes
objectiveNo
target_urlYes
standard_idNo
standard_versionNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.6/5.0
Behavior4/5

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

With no annotations provided, the description carries the full disclosure burden. It reveals important behavior: the check is paid, returns VERIFIED_COMPLETE only when every required test passes, and otherwise returns defects/missing evidence plus corrective actions. It does not cover authentication, rate limits, or side effects, but for a verification tool the core gating behavior is well disclosed.

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 concise sentences with no filler. The main purpose is front-loaded, and the second sentence adds the critical pass/fail behavior. Every clause earns its place.

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?

Despite the nested evidence schema, five parameters, and no output schema, the description gives no parameter guidance or return-format details beyond 'machine-readable defects'. An agent could select the tool from the description but would struggle to construct a valid call without opening the schema and reasoning through the evidence requirements.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, and the description does not explain the five parameters (target_url, evidence, objective, standard_id, standard_version). It only gestures at 'evidence' and 'check', leaving the agent to infer what input is expected, especially for the nested evidence object. This is a significant compensation gap.

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 clearly states a specific verb ('Verify') and resource ('ecommerce/storefront work') and names the standard check (CDS-COMMERCE-001). It is understandable on its own, but it does not explicitly contrast itself with the sibling creator_desk_standard_info, so differentiation is implied rather than stated.

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 phrase 'before reporting completion' gives clear situational guidance about when this tool is appropriate, and 'otherwise returns... corrective actions' tells the agent what happens on failure. However, it does not state when not to use it or mention the sibling alternative, so exclusions are absent.

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