Skip to main content
Glama
dushaorighthere

RiskPilot

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RISKPILOT_MODENoThe mode for RiskPilot. Only PAPER is allowed; LIVE is refused.PAPER

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
}

Tools

Functions exposed to the LLM to take actions

NameDescription
riskpilot_policyA

Read immutable risk limits and the paper-only execution boundary.

riskpilot_analyzeA

Fetch a validated market snapshot, propose or validate a structured trade, enforce hard guardrails and record an approved PAPER fill. Changes only a local simulated ledger. Never places a Binance order. Agent OS source remains unavailable until its bridge is bound locally.

riskpilot_auditA

Read and verify all local hash-linked audit events. Contains paper data only.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A4.2/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a distinct responsibility: policy reads immutable limits, analyze executes validated paper trades under guardrails, and audit verifies hash-linked events. There is no overlap or ambiguity between them.

Naming Consistency5/5

All tool names follow a consistent pattern of 'riskpilot_' prefix followed by a clear verb-like noun (policy, analyze, audit). The uniform lowercase and consistent structure make the set predictable.

Tool Count5/5

Three tools is well-scoped for a focused risk management and paper trading server. Each tool addresses a core function—reading policies, executing validated paper trades, and auditing—without unnecessary bloat or missing essentials.

Completeness4/5

The tool set covers the primary lifecycle: policy reading, trade analysis/execution with hard guardrails, and audit verification. It is missing optional capabilities like manual ledger management or limit updates, but these are intentionally immutable or out of scope, so no critical gaps exist.

Maintenance

ActivityMaintained
ResponsivenessNo issues