Skip to main content
Glama

HeyClaude — Claude & AI workflow directory

entry.coverage

Read-onlyIdempotent

Compare 2-5 HeyClaude entries side by side by how much trust metadata they disclose (source, package, safety, privacy, and review provenance) and rank them by deterministic signal coverage. This measures disclosed-metadata completeness only; it is not a malware scan, a safety verdict, or installation approval, and a higher score does not mean an entry is safe.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
entriesYes2-5 entries to compare by disclosed trust metadata coverage.
platformNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
okYes
policyNo

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already indicate readOnlyHint=true, destructiveHint=false, idempotentHint=true. The description goes beyond by clarifying that the tool only measures disclosed-metadata completeness and is not a safety verdict or installation approval. This additional context sets correct expectations about the tool's limitations and behavioral traits.

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 extremely concise, using two sentences to convey purpose, scope, limitations, and disclaimers. Every sentence adds value, and the key action is front-loaded. No unnecessary words or repetition.

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

Completeness5/5

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

For a tool with low complexity (2 parameters, clear output schema), the description covers all essential aspects: what it does, what it measures, what it does not measure, and the number of entries. No gaps remain for an agent to misunderstand the tool's purpose or capability.

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 description coverage is 50% (only 'entries' parameter has a description). The tool's description reinforces the 'entries' parameter's role ('2-5 HeyClaude entries'), but adds no detail about the 'platform' parameter. Since coverage is borderline and the description does not fully compensate, a score of 3 is appropriate.

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 explicitly states the tool compares 2-5 HeyClaude entries by trust metadata coverage and ranks them by deterministic signal coverage. It uses specific verbs ('compare', 'rank') and identifies the resource ('entries'). This clearly distinguishes it from sibling tools like entry.trust or entry.safety.

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 defines the tool's purpose clearly and explicitly states what it is not (malware scan, safety verdict, installation approval), which helps an agent avoid misuse. However, it does not explicitly contrast with sibling tools or provide direct 'when to use/not use' guidance, lowering it slightly from a 5.

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

A3.8/5.0
Disambiguation4/5

Most tools have distinct purposes, especially with clear prefixes. However, there is some overlap between entry.safety and entry.trust (both deal with safety/trust metadata), and between registry.recommend and registry.plan (both provide recommendations). The descriptions help differentiate but some ambiguity remains.

Naming Consistency5/5

All tool names follow a consistent pattern: a domain prefix (entry, install, registry, submission) followed by a descriptive noun, all lowercase with underscores. This makes the surface predictable and easy to navigate.

Tool Count4/5

27 tools is slightly high but reasonable given the broad scope of the HeyClaude registry, which includes browsing, recommending, installing guidance, and submission preparation. The count is appropriate for the server's purpose.

Completeness5/5

The tool surface is comprehensive, covering search, detail, comparison, safety/trust analysis, install setup for multiple clients, recommendation, and a full submission pipeline (validation, review, schema, etc.). There are no obvious gaps for the intended read-only registry directory functionality.