Skip to main content
Glama

Agent Trust Preview

agent_trust_preview
Read-onlyIdempotent

Free live, rate-limited agent trust preview for one public endpoint. Returns safe signals and issues without the paid evidence bundle or attestation; use the paid trust scan only when the preview is insufficient.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
agent_idNoOptional stable public agent identifier to associate with the preview.
target_urlYesPublic HTTPS agent card or endpoint to preview without payment; never include private hosts or credentials.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
issuesNo
schemaYes
previewYes
signalsNo
max_scoreNo
scanned_atNo
target_urlNo
limitationsNo
trust_scoreYes
paid_upgradeYes
normalized_baseNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnly, openWorld, idempotent, and non-destructive behavior. The description adds useful context beyond those: rate limiting, liveness, the fact that it excludes paid evidence/attestation, and that it returns 'safe signals and issues'.

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 with no filler. The core function, limitations, and routing guidance are all present and front-loaded. Every clause earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given the strong annotations, complete input schema, and presence of an output schema, the description covers what the tool does, its limitations, and when to switch to the paid alternative. Nothing critical is missing for correct invocation.

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 description coverage is 100%, so the schema already documents target_url and agent_id thoroughly. The tool description adds no further parameter-specific meaning, but the baseline of 3 is appropriate because the schema carries the full burden.

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 what the tool does: it provides a live, rate-limited preview for one public endpoint and returns safe signals and issues without the paid evidence bundle. It explicitly differentiates itself from the paid trust scan, so an agent can distinguish it from siblings.

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 description gives direct usage guidance: use the free preview for one public endpoint, and use the paid trust scan only when the preview is insufficient. It also constrains inputs to public endpoints, providing clear selection criteria.

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.