Skip to main content
Glama

t2000_address

Retrieve the Sui wallet address for an AI agent to receive funds, enabling autonomous financial transactions within the t2000 banking system.

Instructions

Get the agent's Sui wallet address for receiving funds.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the t2000_address tool which retrieves the agent's Sui address.
    server.tool(
      't2000_address',
      "Get the agent's Sui wallet address for receiving funds.",
      {},
      async () => {
        try {
          const address = agent.address();
          return { content: [{ type: 'text', text: JSON.stringify({ address }) }] };
        } catch (err) {
          return errorResult(err);
        }

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/mission69b/t2000'

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