Skip to main content
Glama

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SOLAFON_API_URLNoAPI base URLhttps://api.solafon.com
SOLAFON_BOT_TOKENYesBot API token from developer portal

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": true
}
prompts
{
  "listChanged": true
}
resources
{
  "listChanged": true
}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_bot_infoB

Get information about the current bot app (name, description, status, webhook URL)

send_messageC

Send a message from the bot to a user in a specific conversation. Supports text, buttons, images, and card carousels.

edit_messageC

Edit a previously sent bot message

delete_messageC

Delete a bot message by ID

list_conversationsB

List all conversations for the bot app with pagination

get_conversation_messagesC

Get messages in a specific conversation

get_userC

Get information about a user who has a conversation with this bot

set_webhookB

Configure the webhook URL where the bot receives events (messages, callbacks)

set_welcome_messageC

Set the welcome message shown when a user starts a conversation

get_wallet_balanceB

Get SOL and SPL token balances for a Solana wallet address, including USD values

get_token_listA

Get the list of supported SPL tokens with mint addresses, symbols, and metadata

get_token_pricesC

Get current USD prices for Solana tokens

get_transaction_historyC

Get transaction history for a Solana wallet address

get_transaction_statusB

Check the confirmation status of a Solana transaction

get_latest_blockhashA

Get the latest blockhash needed for building Solana transactions

send_transactionC

Send a pre-signed Solana transaction to the network

simulate_transactionA

Simulate a Solana transaction to check for errors and estimate fees before sending

Prompts

Interactive templates invoked by user choice

NameDescription
create_echo_botStep-by-step guide to create a simple echo bot on Solafon
create_wallet_checker_botCreate a bot that checks Solana wallet balances when users send an address
create_interactive_menu_botCreate a bot with interactive button menus and callbacks

Resources

Contextual data attached and managed by the client

NameDescription
docs://bot-api
docs://wallet-api

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Solafon/solafon-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server