Skip to main content
Glama

agent_trust_scores

Retrieve and compare agent trust scores sorted from highest to lowest. Trust scores update with task success, failure, or timeout, enabling assessment of agent reliability.

Instructions

Query Agent trust score leaderboard.

Trust scores range from 0.0 to 1.0 (default 0.5). Scores increase by 0.05 on task success, decrease by 0.10 on failure, and decrease by 0.05 on timeout.

Returns: List of all agents sorted by trust_score descending, each entry contains agent_id, agent_name, team_id, team_name, trust_score.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations provided, so description carries the full burden. It explains trust score range, default, and adjustment logic, and describes the return format. However, it does not state if the operation is read-only, nor does it disclose permissions or rate limits.

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 concise and front-loaded: the first sentence states the purpose. All subsequent sentences add necessary detail (score range, adjustments, return fields). No wasted words.

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 no parameters and an output schema (not shown), the description covers the essential behavior. It describes the return structure and scoring rules, which is sufficient for a simple query. Minor gap: no mention of empty result handling, but implied.

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?

No parameters exist, and schema coverage is 100% (vacuously). The description adds no parameter details, but none are needed. Baseline 3 applies.

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 queries an agent trust score leaderboard, with a specific verb ('Query') and resource ('trust score leaderboard'). It distinguishes from siblings like agent_trust_update by focusing on reading the leaderboard.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No guidance on when to use this tool vs alternatives (e.g., agent_trust_update, agent_activity_query). The description does not mention prerequisites, contexts, or exclusions.

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/CronusL-1141/AI-company'

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