Skip to main content
Glama

Hlido Agent Reviews

compare_agents

Head-to-head trust comparison of 2-5 Hlido-reviewed agents. Returns each agent's Laddoo score, tier, dimension scores, and key claim verdicts side by side so you can pick the most trustworthy option for a task. Use this once you've shortlisted candidates (via find_trusted, find_similar_agents, or recommend) and need a direct comparison.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
slugsYesList of 2 to 5 Hlido agent slugs to compare side by side (e.g. ['aider','cursor','opencode']).

TDQS

A4.2/5.0
Behavior3/5

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

No annotations are provided, so the description carries the full burden. It describes the return data but does not explicitly state that the operation is read-only, nor does it mention error handling, rate limits, or authentication needs. The read-only nature is implied but not confirmed, leaving some gap for a tool with zero annotations.

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?

Two sentences, front-loaded with the core purpose, followed by usage context. No filler or repetition. Every word earns its place.

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?

For a simple single-parameter tool with no output schema, the description covers purpose, when to use, and what is returned. It does not mention edge cases like invalid slugs or partial data, but these are not critical given the simplicity. The explicit workflow context makes it sufficiently complete.

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%: the 'slugs' parameter is fully described in the schema (list of 2-5 slugs, type, examples). The description adds no new parameter semantics; it only restates the agent context already present in the schema. Baseline 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 clearly states the tool's function: 'Head-to-head trust comparison of 2-5 Hlido-reviewed agents.' It specifies the exact outputs (Laddoo score, tier, dimension scores, claim verdicts) and distinguishes it from siblings like find_trusted or recommend by focusing on direct comparison after shortlisting.

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 second sentence explicitly tells when to use it: 'once you've shortlisted candidates (via find_trusted, find_similar_agents, or recommend) and need a direct comparison.' It names specific alternative tools and implies when not to use it (before shortlisting).

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

A4.2/5.0
Disambiguation4/5

Most tools have distinct purposes (trust_check vs get_scorecard vs explain vs verify_claim are clearly layered), but some overlap exists: find_trusted, find_similar_agents, and recommend all return candidate agents with different ranking criteria, and submit_agent vs request_quick_audit both handle unreviewed agents. Descriptions do a good job of cross-referencing to disambiguate, but the sheer number of discovery/query tools creates mild ambiguity.

Naming Consistency4/5

The naming is predominantly verb_noun (commerce_check, compare_agents, find_trusted, get_scorecard, verify_claim), which is consistent. Minor deviations: 'explain' and 'subscribe' are single verbs without a noun object, and 'intel_query' reverses the pattern (noun_verb). Overall the pattern is recognizable and predictable.

Tool Count4/5

19 tools is on the higher end but justified for a comprehensive agent-review platform covering trust checks, scorecards, discovery, market intelligence, safety scans, and submission workflows. Each tool serves a distinct function in the lifecycle, though a few (subscribe, report_review_issue) are peripheral. Slightly heavy but within reason.

Completeness5/5

The surface covers the full lifecycle: discovery (find_trusted, find_similar_agents, recommend), evaluation (trust_check, get_scorecard, explain, verify_claim, get_behavioral_trace), safety (scan_mcp, get_incidents), market intelligence (market_pulse, intel_query), and onboarding (submit_agent, request_quick_audit, report_review_issue). No obvious dead ends; unreviewed agents are handled with clear escalation paths.