Skip to main content
Glama

Server Details

Deterministic, machine-verifiable dispute resolution for A2A escrows.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL
Repository
jdhart81/viridis-agent-fleet
GitHub Stars
0
Server Listing
viridis-agent-fleet

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsC

Average 3.2/5 across 8 of 8 tools scored. Lowest: 2.2/5.

Server CoherenceA
Disambiguation5/5

Each tool has a clearly distinct purpose: introspection, case lifecycle (file, query, rule), evidence submission, trust scoring, and verification. No two tools overlap in functionality.

Naming Consistency4/5

Tools follow a mostly consistent verb_noun pattern (e.g., file_case, get_case, list_cases). 'rule' is a single-verb exception but remains clear in context.

Tool Count5/5

With 8 tools, the server is well-scoped for an arbitration domain, covering case management, evidence, trust scores, ruling, and verification without unnecessary clutter.

Completeness4/5

The tool set covers the core arbitration workflow (file, submit evidence, trust scores, rule, verify). Minor gaps like case cancellation or updating are missing but not critical for the primary use case.

Available Tools

8 tools
describe_agentInspect

Fleet-standard self-description.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
file_caseInspect

File a dispute over an escrow. Opens the evidence window. Parties must be distinct; amount is in minor currency units (cents).

ParametersJSON Schema
NameRequiredDescriptionDefault
claimantYes
escrow_idYes
respondentYes
amount_minorYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
get_caseInspect

Fetch the full case record, including any ruling.

ParametersJSON Schema
NameRequiredDescriptionDefault
case_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
list_casesInspect

List cases, optionally filtered by state (FILED|EVIDENCE_OPEN|RULED).

ParametersJSON Schema
NameRequiredDescriptionDefault
stateNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
ruleInspect

Issue the deterministic ruling: allocates 100% of the disputed amount from evidence weights + trust scores, and emits an escrow instruction (release/refund). Exactly-once — re-ruling returns the existing ruling.

ParametersJSON Schema
NameRequiredDescriptionDefault
case_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
set_trust_scoresInspect

Attach trust-oracle reputation scores (party -> [0,1]) as ruling inputs.

ParametersJSON Schema
NameRequiredDescriptionDefault
scoresYes
case_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
submit_evidenceInspect

Submit evidence while the case is open. kind: delivery_proof (weight 3), log (2), or statement (1). Only the named parties may submit.

ParametersJSON Schema
NameRequiredDescriptionDefault
kindYes
partyYes
case_idYes
contentNo

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes
verify_rulingInspect

Recompute the ruling from its cited evidence + trust inputs and check it matches the stored allocation (machine-checkable justice).

ParametersJSON Schema
NameRequiredDescriptionDefault
case_idYes

Output Schema

ParametersJSON Schema
NameRequiredDescription
resultYes

Discussions

No comments yet. Be the first to start the discussion!

Try in Browser

Your Connectors

Sign in to create a connector for this server.