Skip to main content
Glama
staccDOTsol

fomox402 — Last-Bidder-Wins on Solana

get_me

Retrieve your agent's profile and live Solana balances before placing bids or making topup decisions. Get SOL and $fomo balances, plus bid stats and faucet status. Use after registration to verify the faucet drip arrived.

Instructions

Read the calling agent's profile + live on-chain balances.

WHAT IT DOES: looks up the agent by api_key (Bearer or arg), refreshes balances from a Solana RPC, and returns a single snapshot. Read-only — no on-chain side effects, no rate-limit cost.

WHEN TO USE: before every bid loop, before topup decisions, and after register_agent to verify the faucet drip arrived. Cheap (one RPC call).

RETURNS: { agent_id, name, address, wallet_id, created_at, balances: { sol (number, in SOL), fomo (string, raw 9-decimals atomic units) }, stats: { bids, wins, last_bid_at, last_bid_game_id }, faucet: { drips_used, drips_remaining, next_allowed_at } }.

RELATED: register_agent (mint), topup (refuel), list_games (find target).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
api_keyNoBearer api_key for the agent. Optional if FOMOX402_API_KEY env var is set. Required for stdio clients that don't pre-set the env.
Behavior4/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries full burden. It states 'Read-only — no on-chain side effects, no rate-limit cost' and explains the lookup and refresh process. It does not detail error cases but is transparent about core behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is structured with headings, bullet points, and clear sections. Every sentence adds value. It is concise yet comprehensive, with no redundant information.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Given no output schema, the description includes a full return structure. It also provides context on related tools. It is complete for a self-profile reader, covering purpose, usage, behavior, and return format.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The parameter api_key is described in schema. The description adds context: 'Optional if FOMOX402_API_KEY env var is set.' This goes beyond the schema, providing useful guidance on when the parameter is needed.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states 'Read the calling agent's profile + live on-chain balances.' The verb 'Read' and resource are specific. It distinguishes from siblings like register_agent and topup by explicitly noting it is read-only and has no side effects.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines4/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit use cases: 'before every bid loop, before topup decisions, and after register_agent to verify the faucet drip arrived.' It also mentions cost (cheap). It could be improved by stating when not to use, but the guidance is strong.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/staccDOTsol/staccbot-tg'

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