Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
TRUST_REGISTRY_URLNoRegistry API URLhttps://trustthenverify.com

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
trust_lookupA

Look up an agent's trust score before transacting. Returns score (0-100), tier, and verification details.

trust_registerA

Register yourself in the trust registry. Free registration, instant trust score.

trust_reviewA

Submit a review for an agent after a transaction. Reviews with proof-of-payment are marked as verified.

trust_listA

List all registered agents with their trust scores. Supports pagination.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.1/5.0

Scored across 4 tools

Disambiguation5/5

Each tool has a clearly distinct purpose: lookup retrieves trust scores, register adds an agent, review submits a review, and list enumerates agents. No overlap or ambiguity exists.

Naming Consistency5/5

All tools follow a consistent 'trust_verb' pattern using snake_case. The verb is always a clear action, making the API predictable and easy to navigate.

Tool Count5/5

With only 4 tools, the server is tightly scoped to its purpose of managing trust scores and reviews. Each tool contributes to a clear workflow without redundancy.

Completeness4/5

The core lifecycle is covered: register, look up, review, and list. Minor gaps include no tool to update or delete a review or modify agent registration, but these are not essential for a simple trust registry.

Maintenance

ActivityInactive
ResponsivenessNo issues