Skip to main content
Glama

compare_agents

Compare trust scores and claim verdicts of multiple AI agents side by side to choose the most reliable one for your task.

Instructions

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']).

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed4 schema fields changedv0.1.1
    • addedInput schema / properties / slugs / description
      Added value: +"List of 2 to 5 Hlido agent slugs to compare side by side (e.g. ['aider','cursor','opencode'])."
    • addedInput schema / properties / slugs / items / description
      Added value: +"A Hlido agent slug (e.g. 'aider')."
    • addedInput schema / properties / slugs / maxItems
      Added value: +5
    • addedInput schema / properties / slugs / minItems
      Added value: +2
  2. First observedv0.1.0

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.