Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SEED_PHRASEYesYour twelve word seed phrase

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

Tools

Functions exposed to the LLM to take actions

NameDescription
call_contractC

Call a contract function on Rootstock Network

erc20_balanceB

Get the balance of an ERC20 token on Rootstock

erc20_transferB

Transfer an ERC20 token on Rootstock

get_gas_priceA

Get the current gas price on Rootstock Network

get_addressA

Get the address of the current account

deploy_property_nftB

Deploy a PropertyNFT contract on Rootstock

deploy_property_tokenC

Deploy a PropertyToken contract on Rootstock

deploy_property_yield_vaultB

Deploy a PropertyYieldVault contract on Rootstock

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

B3.2/5.0

Scored across 8 tools

Disambiguation5/5

Each tool targets a distinct function: generic contract call, specific deployments, ERC20 operations, account info, and gas price. No overlap or ambiguity.

Naming Consistency3/5

Mix of verb_noun patterns (call_contract, get_address) and noun_verb patterns (erc20_balance, erc20_transfer). The deployment tools start with 'deploy' but have varying suffixes.

Tool Count5/5

8 tools is well-scoped for a blockchain interaction server, covering deployment, generic calls, ERC20, account, and gas data without being excessive.

Completeness2/5

Missing basic blockchain operations like native RBTC transfer, balance of native token, transaction receipts, and block info. The tool set is biased toward property-related contracts and ERC20, leaving gaps for general use.

Maintenance

ActivityInactive
ResponsivenessNo issues