Skip to main content
Glama
BEACNpool

experimental-cardano-pool

by BEACNpool

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
}
experimental
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
pool_statusA

Read BP health, versions, KES, policy and ladder coverage. Never starts a vault.

pool_auditA

Read integrity-checked sanitized audit events.

pool_checksA

Read-only readiness checks: binary pins, public certificate signature, clock, storage, relay and standby witnesses. Never rotates, starts the vault or signs.

rotation_planA

Persist an inert rotation plan. No key access, signing or node changes.

rotation_statusA

Read transaction outcome. Use after any timeout; never assume no change.

rotation_executeA

May restart the live BP and Mithril. Disabled in SAFE. Requires independent human approval or explicitly enabled EXPERIMENTAL AUTONOMOUS policy. Never signs with a cold key.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.9/5.0

Scored across 6 tools

Disambiguation4/5

pool_status, pool_checks, and pool_audit are all read-only but distinguish themselves by focus: live health/versions, readiness gates, and sanitized audit events. The rotation_plan/rotation_status/rotation_execute tools form a clear lifecycle, so an agent can generally select the right tool without confusion.

Naming Consistency4/5

Tool names consistently use a domain_suffix snake_case pattern, split into pool_ and rotation_ families. The main deviation is rotation_execute being verb-last while the other suffixes are noun-like, but the overall pattern is predictable.

Tool Count5/5

Six tools is a well-scoped set for a specialized Cardano pool operations server. Each tool covers a distinct operational need without redundancy.

Completeness4/5

The read side covers status, checks, and audit events, while the rotation side covers plan, execute, and status. Minor gaps exist, such as no explicit cancel/abort or plan inspection, but the core operational workflow is covered.

Maintenance

ActivityMaintained
ResponsivenessNo issues