Skip to main content
Glama

forgekit_ship_bundle

Read-only

Ship bundle: generate pack + live audit + certificate image in one call. Output: { pack, liveAudit, certificate, meta }.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
nameYes
logoUrlNo
descriptionNo
certificateTitleNo

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. Added

TDQS

C2.9/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, and the description does not contradict that. The description adds useful output-shape information and the combined behavior, but it does not clarify whether 'generate' involves side effects, caching, or persistence. Given the read-only annotation, this is adequate but not richly transparent.

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 short and front-loaded, with the core action and output shape stated in two sentences. It loses a point for opening with 'Ship bundle,' which partly repeats the tool name, but the rest of the sentence is informative and free of filler.

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?

With no output schema, five parameters, and no parameter documentation, the description leaves too much unspecified. It provides output keys but not their meaning, and it does not explain how this tool relates to forgekit_ship_pack or forgekit_ship_verify, so an agent cannot confidently invoke or interpret results.

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

Parameters1/5

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

Schema description coverage is 0%, and the description provides no explanation of name, url, logoUrl, description, or certificateTitle. An agent must guess the meaning and formatting of every input parameter, especially the two required fields name and url.

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 concrete composite action: 'generate pack + live audit + certificate image in one call,' and it gives the output shape. It does not explicitly differentiate from sibling tools like forgekit_ship_pack or forgekit_ship_verify, but the bundle concept is clear enough for an agent to understand what the tool produces.

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

Usage Guidelines3/5

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

The phrase 'in one call' implies this tool is for obtaining all three artifacts together rather than calling ship_pack and ship_verify separately, so usage context is lightly implied. However, no explicit when-to-use guidance or alternative routing is provided, leaving the choice between this and the sibling tools to inference.

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.2/5.0
Disambiguation2/5

ship_verify and ship_verify_v2 are near-synonyms, and ship_bundle wraps ship_pack plus an audit while evidence_pack combines screenshot/PDF/HTML. The descriptions help, but an agent could easily pick the wrong granularity or version.

Naming Consistency3/5

All tools use the forgekit_ prefix and snake_case, but verb placement is inconsistent: business_days_add/count place the noun first, evidence_pack has no verb, and the ship_* group mixes noun and verb senses. The set is readable but not uniformly patterned.

Tool Count4/5

Fifteen tools is near the upper end of a reasonable utility-kit size, and most tools are individually useful. It feels slightly over-scoped because ship_verify_v2 and ship_bundle partially duplicate other capabilities rather than adding clearly new operations.

Completeness3/5

The web/media surface is broadly covered with screenshots, PDFs, QR encode/decode, OG previews, evidence packs, and agent-readiness audits. However, the set is an eclectic collection rather than one coherent workflow, and there are gaps such as no MCP-level polling for async jobs and no history/retrieval for evidence packs or ship bundles.

Resources