Skip to main content
Glama

Model Context Protocol Server for Solana Client

by tywenk

get_token_accounts_by_delegate

Retrieve all SPL Token accounts managed by a specific delegate, including details on associated mints, for accurate token delegation tracking on Solana.

Instructions

Returns all SPL Token accounts by approved delegate.

Args: delegate (str): Public key of delegate owner mint (str): Token mint address

Returns: str: Token accounts information

Input Schema

NameRequiredDescriptionDefault
delegateYes
mintYes

Input Schema (JSON Schema)

{ "properties": { "delegate": { "title": "Delegate", "type": "string" }, "mint": { "title": "Mint", "type": "string" } }, "required": [ "delegate", "mint" ], "title": "get_token_accounts_by_delegateArguments", "type": "object" }

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/tywenk/mcp-sol'

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