Skip to main content
Glama

Get My Solana Address

monei_get_my_solana_address
Read-onlyIdempotent

Get your Solana wallet address to share for receiving SOL or SPL tokens. Use it whenever you need to provide your Solana deposit address.

Instructions

Returns the user's Solana wallet address so they can share it to receive SOL or SPL tokens.

Use this specifically when the user says "What's my Solana address?" or "I want to receive SOL/USDC on Solana" or "Share my Solana wallet". For full portfolio details, use monei_get_solana_portfolio instead.

Returns: { "address": string // Solana wallet address (base58 encoded) }

Examples:

  • "What's my Solana address?" -> call this, show address

  • "I want to receive USDC on Solana" -> call this, present the address to share

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.3.1

TDQS

A4.7/5.0
Behavior4/5

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

The annotations already establish read-only, idempotent, and non-destructive behavior. The description adds useful behavioral context beyond that: it returns a base58-encoded address and clarifies the purpose is for receiving SOL or SPL tokens. It doesn't add unnecessary claims about side effects or rate limits, which is appropriate for such a simple read-only tool.

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 well-organized and front-loaded. It states the function, gives usage conditions, shows the return shape, and provides examples. Every sentence earns its place, and the examples are genuinely helpful without being redundant.

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?

For a zero-parameter read-only tool with rich annotations and no output schema, the description is complete. It provides the return format, typical use cases, example invocations, and a clear distinction from the relevant sibling tool. An agent has everything needed to select and call it correctly.

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 tool has zero parameters, so there is no parameter semantics to document. The description instead clarifies the output, which is the relevant semantic content. The baseline of 4 for a zero-parameter tool is appropriate.

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 starts with a clear verb and resource: 'Returns the user's Solana wallet address' for receiving SOL or SPL tokens. It also distinguishes itself from the sibling tool by explicitly directing portfolio-related needs to monei_get_solana_portfolio.

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

Usage Guidelines5/5

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

The usage guidance is explicit: it lists concrete trigger phrases like "What's my Solana address?" and "Share my Solana wallet", and explicitly says when NOT to use it (when full portfolio details are needed). This leaves no ambiguity about when to invoke it.

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

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/Mr-Money01/mcp-server'

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