Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEED_PHRASEYesYour seed phrase for authenticating with DAOs on the Internet Computer

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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
list_proposalsC

List all proposals

list_votable_neuronsC

List all votable neurons

list_votable_neuronsC

List all votable neurons, e8s is decimals number of token 1_0000_0000 es8 meaning 1 token

get_system_parametersC

List all configuration parameters

walletB

get my wallet

vote_proposalC

vote on a proposal

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3/5.0

Scored across 5 tools

Disambiguation5/5

Each tool targets a distinct function: system parameters, proposals, neurons, voting, and wallet. There is no overlap or ambiguity in their purposes.

Naming Consistency3/5

Tool names mix get_, list_, and a bare noun (wallet). While most follow verb_noun, 'wallet' lacks a verb and 'vote_proposal' uses a verb_noun order that differs from the list prefix. Inconsistent pattern.

Tool Count5/5

With 5 tools, the server covers core SNS governance actions without being excessive or sparse. Each tool serves a clear purpose.

Completeness3/5

Domain covers governance basics but lacks detail: no tool to get a single proposal's details, no neuron management beyond listing, and wallet is rudimentary. Missing update/delete or register operations.

Maintenance

ActivityInactive
ResponsivenessNo issues