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

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
get_flow_balanceB

Get the FLOW balance for a Flow address

get_token_balancesB

Get the balances of all fungible tokens for a Flow address

get_coa_accountC

Get the COA account information for a Flow address

get_contractA

Get the source code of a contract deployed at a specific address

get_account_infoB

Get detailed account information including balance and storage stats for a Flow address

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.5/5.0

Scored across 5 tools

Disambiguation3/5

There is overlap between get_account_info and get_flow_balance, as account info includes balance. Additionally, get_token_balances may overlap with the balance portion of account info. However, the descriptions provide some distinction.

Naming Consistency5/5

All tools follow the consistent verb_noun pattern with 'get_' prefix, making them predictable and easy to understand.

Tool Count5/5

5 tools is well-scoped for a read-only Flow blockchain information server. Each tool addresses a distinct query need without being overwhelming.

Completeness4/5

The set covers essential read operations for Flow accounts (balance, tokens, contracts, COA). Minor gaps exist such as missing block info or non-fungible token queries, but core functionality is present.

Maintenance

ActivityInactive
ResponsivenessNo issues