Utilia Agent Media and Solana Tools
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOLANA_PRIVATE_KEY | No | Base58-encoded 64-byte key supplied only through a secret manager. | |
| SOLANA_KEYPAIR_PATH | No | Absolute path to a dedicated low-balance Solana mainnet keypair JSON file. |
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
| Capability | Details |
|---|---|
| tools | {
"listChanged": true
} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| solana_transaction_analysis | Explain a confirmed Solana transaction and classify failures. Costs $0.004. |
| solana_transaction_simulate | Simulate a transaction before broadcast and classify failures. Costs $0.008. |
| solana_priority_feesA | Return current network-wide or account-localized priority-fee quantiles before choosing a compute-unit price. Costs $0.002. |
| solana_token_analysisA | Inspect a token mint, authorities, concentration, and risks. Costs $0.006. |
| pdf_to_markdownA | Extract a PDF into page-delimited Markdown with metadata and a source digest. Costs $0.0025. |
| normalize_audioA | Normalize public HTTPS or base64 audio to a bounded MP3 with loudness evidence and content digests. Costs $0.01. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 4 tools
Each tool targets a completely different domain or operation: two focus on Solana blockchain (priority fees, token analysis), two on media processing (PDF to markdown, audio normalization). No overlap in functionality.
All tool names use snake_case with a clear verb_noun pattern: solana_priority_fees, solana_token_analysis, pdf_to_markdown, normalize_audio. Consistent and predictable.
Four tools is on the lower side but acceptable. The server covers two distinct domains, but the count is borderline for either domain alone. Could be expanded but not problematic.
The server lacks many expected operations: no Solana wallet/balance/transfer tools, no other media conversions (e.g., images, video), and no lifecycle coverage. Gaps are significant for both domains.