Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

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
{
  "listChanged": false
}
prompts
{
  "listChanged": false
}
resources
{
  "subscribe": false,
  "listChanged": false
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
sentinel_guardA

ALWAYS call this tool before an AI agent signs or sends a transaction.

Input: the transaction (to, data, value) and the agent's address. Returns verdict (SAFE/UNSAFE/UNKNOWN), a SENTINEL Score (0-100) + grade (AAA-D), risk flags and a signed receipt. Only sign if verdict is SAFE and score >= 70. $0.005 USDC via x402 (Base).

Args: chain: chain id string (default 'base'). from_addr: the agent's wallet address (the transaction sender). tx: the transaction to evaluate before signing, e.g. {"to": "0x...", "data": "0x...", "value": "0x0"}.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.7/5.0

Scored across 1 tool

Disambiguation5/5

Only one tool exists, so there is no possibility of confusion. The tool's purpose is clearly defined.

Naming Consistency5/5

The single tool name 'sentinel_guard' is descriptive and follows a clear pattern. Consistency is trivially maintained with one tool.

Tool Count4/5

While only one tool, it fully covers the server's focused purpose of transaction security evaluation. The count is on the lower end but appropriate for a single-purpose service.

Completeness5/5

The tool provides a complete solution for its stated goal: evaluating transactions before signing. It includes all necessary inputs and outputs (verdict, score, receipt) with no obvious gaps.

Maintenance

ActivityMaintained
ResponsivenessNo issues