Skip to main content
Glama

t2000_earnings

View yield earnings from savings positions, including total earned, daily rate, and current APY.

Instructions

View yield earnings from savings positions — total earned, daily rate, current APY. For a full account snapshot, prefer t2000_overview instead.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The handler for the 't2000_earnings' tool. It calls the agent's earnings method and returns the result as a JSON string.
    server.tool(
      't2000_earnings',
      'View yield earnings from savings positions — total earned, daily rate, current APY. For a full account snapshot, prefer t2000_overview instead.',
      {},
      async () => {
        try {
          const result = await agent.earnings();
          return { content: [{ type: 'text', text: JSON.stringify(result) }] };
        } 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