Skip to main content
Glama
raditotev

AgentTrust

by raditotev

compare_agents

Compare trust scores of multiple agents side by side to help choose the right one for your task. Returns ranked list with scores, confidence levels, and interaction counts.

Instructions

Compare trust scores of multiple agents side by side.

Returns a ranked list with scores, confidence levels, and interaction counts. Useful when choosing between multiple agents for a task.

Maximum 10 agents per comparison. score_type: overall, reliability, responsiveness, or honesty

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idsYes
score_typeNooverall
access_tokenNo
Behavior3/5

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

With no annotations, the description responsibly mentions return structure (scores, confidence, interaction counts) and limitation (max 10), but does not disclose authorization needs (access_token optional but unexplained) or error handling.

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?

Five concise sentences, front-loaded with purpose, no redundancy, each sentence adds information.

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?

Despite no output schema, description covers return values and constraints. Could mention error handling for invalid IDs, but overall sufficient for agent decision-making.

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?

Schema coverage is 0%, so description compensates by explaining score_type options and implying agent_ids purpose. It adds value over the schema, though access_token remains undocumented.

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 action (compare) and resource (trust scores of multiple agents), and specifically mentions returning a ranked list, distinguishing it from siblings like check_trust which is for single agent checks.

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?

Provides explicit context (useful when choosing between agents), a limit (max 10), and defines score_type options. However, it does not explicitly state when not to use or suggest alternatives like check_trust_batch for non-comparison queries.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/raditotev/agent-trust'

If you have feedback or need assistance with the MCP directory API, please join our Discord server