Skip to main content
Glama

midnight_wallet_state

Check wallet state including balances, coins, and sync status. Monitor tDUST balance, coin details, and pending transactions for debugging and wallet health.

Instructions

Get detailed wallet state including balances, coins, and sync status.

Returns:

  • tDUST balance (total and available)

  • Individual coin details

  • Pending transactions

  • Sync status with network

Coin Types:

  • Unshielded: Publicly visible balance

  • Shielded: Private balance (ZK protected)

  • Pending: Awaiting confirmation

Use for:

  • Checking available funds before operations

  • Debugging transaction issues

  • Monitoring wallet health

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
addressNo
networkNoTarget network
Behavior3/5

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

With no annotations, the description must disclose behavior. It correctly indicates it returns wallet state without mentioning side effects, which is appropriate for a read operation, but could be clearer about whether it queries the network or local state.

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

Conciseness4/5

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

The description is well-structured with sections and bullet points, each adding value. It could be slightly more concise by avoiding repetition, but overall it's efficient and easy to parse.

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

Completeness3/5

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

It covers return values well given no output schema, listing key categories. However, it omits details on individual coin structure and doesn't address the unusual fact that no parameters are required, weakening completeness.

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

Parameters2/5

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

The schema already describes 'network' as 'Target network', but 'address' lacks description. The tool description does not add meaning for either parameter, missing an opportunity to clarify address format or optionality.

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 the tool gets detailed wallet state, enumerates specific components (balances, coins, pending transactions, sync status), and distinguishes it from siblings like midnight_get_balance by emphasizing comprehensiveness.

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 'Use for' section lists three concrete scenarios (checking funds, debugging, monitoring health), guiding when to invoke. However, it doesn't explicitly state when not to use or name alternative tools.

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/DaJo-Code/midnight-nextjs-mcp'

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