Skip to main content
Glama

check_trust

Evaluates an agent's trust tier to determine if delegation is allowed, returning a yes/no answer with a reason. Use for quick go/no-go decisions before assigning tasks.

Instructions

Quick yes/no delegation decision: is this agent trusted enough for my task?

Returns allowed (true/false) with a human-readable reason. Use this when you
only need a go/no-go answer before delegating work.

NOT for detailed analysis — use check_reputation for full score breakdown.
NOT for rating history — use get_attestations_received for peer reviews.

Tiers from lowest to highest: newcomer, basic, trusted, elite.
Advisory signal, not a guarantee.

Read-only. Does not modify any data.

Args:
    did: Agent's DID (did:key:z6Mk...).
    min_tier: Minimum required tier: "newcomer", "basic", "trusted", "elite". Default "trusted".
    task_type: Optional task category for specialized scoring.

Returns:
    JSON with allowed (true/false), score, tier, risk_level, and reason.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
didYesAgent's DID to evaluate. Format: did:key:z6Mk...
min_tierNoMinimum required trust tier. One of: newcomer, basic, trusted, elite. Default: trustedtrusted
task_typeNoOptional task category for specialized scoring. Examples: code_quality, task_completion, data_accuracy

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so the description carries full burden. It states 'Read-only. Does not modify any data' and 'Advisory signal, not a guarantee', and explains tier ordering. However, it does not mention error behavior, potential logging, or state changes beyond read-only, leaving minor gaps.

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?

Extremely concise: opens with core purpose, then usage guidelines, tier info, read-only note, and parameter/return sections. Every sentence adds value. No redundancy or filler.

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 the output schema exists (described in Returns), the description covers purpose, usage, parameters, behavior, and return structure. It lacks error handling or rate limit info, but for a simple check tool, this is nearly complete.

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 100%, so baseline is 3. The description adds tier ordering context, default value for min_tier, and examples for task_type. It also describes the return format (JSON with allowed, score, tier, risk_level, reason), going beyond the schema.

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 it provides a 'Quick yes/no delegation decision' and returns 'allowed (true/false) with a human-readable reason'. It distinguishes from siblings by noting 'NOT for detailed analysis — use check_reputation' and 'NOT for rating history — use get_attestations_received', making the purpose unambiguous.

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?

Explicitly says 'Use this when you only need a go/no-go answer before delegating work' and provides clear exclusion criteria with specific alternative tool names. This is textbook usage guidance.

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/agentveil-protocol/avp-sdk'

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