Skip to main content
Glama

Retired: install com.trustycap/trustycap

Get a TrustyCap Launch Kit

trustycap_get_launch_kit
Read-onlyIdempotent

Use this before writing or changing code against a kit. The full starting point for one Launch Kit: the step-by-step workflow with the capability each step calls, which steps stop for a human, what one unit of the builder's business costs at list price, the production checklist, and the customization contract. Read this before writing or changing code against a kit. The contract classifies every surface as customizable, extensible, required, platform_managed or protected, so you can transform the kit into a materially different product (new name, brand, audience, pricing, screens, workflow, capability mix) without touching the authorization, metering, proof or payment-authority boundaries that make the result trustworthy.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesLaunch Kit id, e.g. vehicle-finance

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A3.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds context about the returned content (workflow, costs, contract) and the contract's surface classification, but it doesn't disclose any additional behavioral traits like response size, pagination, or error behavior. Given the annotations, a 3 is appropriate – it adds some value but not beyond what is already known.

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

Conciseness3/5

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

The description is informative but contains redundancy: the sentence 'Read this before writing or changing code against a kit.' repeats the opening instruction 'Use this before writing or changing code against a kit.' This duplication wastes space. The rest is structured logically, but the repetition and verbosity prevent a higher score.

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 the simple parameter set and lack of an output schema, the description is comprehensive. It details what the tool returns (workflow, costs, checklist, contract) and explains the contract's classifications, which helps an agent understand the full value. It lacks only minor details like error handling, but for a read-only retrieval tool, this is adequate. A 4 reflects the thoroughness.

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?

The sole parameter 'id' is fully described in the schema with an example ('vehicle-finance'), achieving 100% schema coverage. The description does not add any extra meaning about the parameter beyond the schema. Per the baseline rule for high schema coverage, a 3 is correct.

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 retrieves a complete Launch Kit, enumerating its contents (workflow, costs, checklist, contract). It differentiates from list_launch_kits by focusing on a single kit's full details, not a listing. The verb 'get' and resource 'Launch Kit' are specific and unambiguous.

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 description explicitly says 'Use this before writing or changing code against a kit' and repeats the guidance, giving a clear when-to-use context. It doesn't name alternative tools or exclusions, but the sibling list includes list_launch_kits, implying a distinction. The guidance is practical and unambiguous.

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.