zerodust
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
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
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 |
|---|---|
| zerodust_get_chainsA | Get a list of all blockchain chains supported by ZeroDust for sweeping native gas tokens. Returns chain IDs, names, native tokens, and contract addresses. |
| zerodust_get_balances | Check native gas token balances across all supported chains for a wallet address. Shows which chains have sweepable balances and their USD values. |
| zerodust_get_quote | Get a quote for sweeping native gas tokens from one chain. Returns the estimated amount the user will receive, fee breakdown, and a quote ID for executing the sweep. Quotes expire in 60 seconds. |
| zerodust_get_sweep_statusA | Check the status of a previously submitted sweep. Returns the current status (pending, simulating, executing, bridging, completed, failed), transaction hash if available, and error messages if failed. |
| zerodust_list_sweeps | List past sweeps for a wallet address. Shows sweep history with status and amounts. |
| zerodust_infoA | Get information about ZeroDust service, including what it does, fee structure, and how to use it. Use this tool when the user asks about ZeroDust or needs to understand the service. |
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 3 tools
Each tool has a clearly distinct purpose: listing chains, checking sweep status, and providing service info. No overlap between them.
All tools share the 'zerodust_' prefix and mostly follow verb_noun pattern ('get_chains', 'get_sweep_status'), though 'info' is a noun-only name, causing a minor inconsistency.
Three tools is on the low end for a sweeping service; it's minimal but could be acceptable if the service is very simple. However, the count feels slightly thin.
The server lacks a tool to actually submit a sweep, which is the core operation. Without it, the tool set is severely incomplete for the stated purpose of sweeping native gas tokens.