Skip to main content
Glama

Retired: install com.trustycap/trustycap

The production readiness standard

trustycap_production_standard
Read-onlyIdempotent

Use this when you need to know what a production finding means, or what production actually requires of an AI-built application. The provider-neutral requirements an application is scanned against, each joined to the TrustyCap capability that is its reference implementation. Use it to understand a finding id such as TC-PROD-0041 from npx @trustycap/cli productionize, to see which properties a requirement demands, which other implementations satisfy it, and the exact commands that remediate and verify it. Pass a requirement id to read one, or nothing to read all. No credential needed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
requirementNoA requirement id, e.g. TC-PROD-0041. Omit for the whole standard.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, non-destructive behavior. The description adds useful behavior: passing a requirement id returns one item, omitting it returns all, no credential is needed, and results include properties, alternative implementations, and remediation/verification commands. No contradiction with annotations exists.

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 front-loaded with the primary use case and then compactly explains scope, behavior, and invocation. It is dense but not bloated; every sentence contributes useful information. A slightly tighter structure would be possible, but the current form remains efficient.

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 optional-parameter schema, rich annotations, and lack of an output schema, the description provides enough context for correct invocation: what the tool reads, how to select a single requirement, that credentials are unnecessary, and what kinds of information are returned. It does not describe the exact response shape, but that is a minor gap for this read-only lookup tool.

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

Parameters4/5

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

The schema already documents the single optional 'requirement' parameter with an example, achieving 100% coverage. The description adds practical semantics by clarifying that omission reads the entire standard and that the parameter selects a single finding, which helps an agent decide how to invoke the tool.

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 names a specific resource (the provider-neutral production requirements standard), a clear verb context ('know what a production finding means'), and gives a concrete example like TC-PROD-0041 from the productionize CLI. It clearly differentiates this from other capability-exploration tools by focusing on the standard itself and its remediation commands.

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 states when to use the tool ('Use this when you need to know what a production finding means, or what production actually requires') and how to tailor the call. It does not explicitly mention when not to use it or name sibling alternatives, so it falls just short of full guidance.

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.