Skip to main content
Glama

Sellular

check_submission_readiness

Check what is missing before one of the connected account's products can be submitted to directories, WITHOUT generating a full kit: per directory, every required field is reported as present, derived (with its source, e.g. site favicon or og:image), or missing (with the fix), plus one deduped list of blockers and the recorded done/pending/remaining progress. Read-only. Account-scoped: requires the MCP_API_KEY bearer token. Use to answer 'what is missing' or 'where should submissions start' before doing any submission work.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax directories to check, sorted by domain authority.
productNoProduct id, name or domain to look up (substring match). Optional when the account has one product.
directory_nameNoFilter to one directory by name (substring match), e.g. 'G2'.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations, the description carries the full burden and does well: it declares 'Read-only,' requires the MCP_API_KEY bearer token, and describes the output structure (present/derived/missing with fixes, deduped blockers, progress). It doesn't mention rate limits or error handling, but for a read-only check tool this is minor. The 'without generating a full kit' also prevents the agent from expecting side effects.

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 two sentences, front-loaded with the main purpose and the key differentiator ('WITHOUT generating a full kit'), then details output, safety, auth, and usage. Every sentence earns its place; there is no fluff or repetition.

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

Completeness4/5

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

Given no annotations and no output schema, the description covers the tool's purpose, output details, auth requirement, and explicit usage guidance. It doesn't specify error scenarios or edge cases (e.g., what if no products exist), but for a read-only check it is thorough enough for an agent to call correctly. The differentiation from generate_submission_kit is a strong point.

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%, so each parameter (limit, product, directory_name) already has a descriptive schema entry. The tool description adds no new parameter-level meaning beyond that, but it does not need to since the schema is complete. This matches the baseline of 3 for high schema coverage.

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 ('Check what is missing') and a clear resource (fields required for submission), and explicitly contrasts with generating a full kit, which distinguishes it from generate_submission_kit. It also lists the output components (per-directory status, derived sources, blockers, progress), leaving no ambiguity about its function.

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 explicitly states when to use it: 'Use to answer "what is missing" or "where should submissions start" before doing any submission work.' It also implies the alternative by saying 'WITHOUT generating a full kit,' which clearly tells the agent this tool is not for producing the submission kit itself. No exclusions are missing.

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