Skip to main content
Glama

Helius Assets By Owner

helius_assets_by_owner
Read-onlyIdempotent

Tokens & NFTs owned by a Solana wallet — lists every digital asset (fungible tokens, regular + compressed NFTs) held by an address via the Digital Asset Standard (DAS), with name, symbol, balance, and interface type. Example: helius_assets_by_owner({ address: "86xCnPeV69n6t3DnyGvkKobf9FdN2H9oiVDdaMpo2MMY", _apiKey: "your-key" })

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
_apiKeyYesHelius API key (free 1M credits/mo at helius.dev)
addressYesSolana wallet address (base58) whose assets to list

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds meaningful behavioral context: it lists the asset types included (fungible tokens, regular + compressed NFTs), the standard used (DAS), and the fields returned (name, symbol, balance, interface type). It doesn't mention pagination or rate limits, but for a read-only list tool this is adequate.

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 a single, information-dense sentence followed by a concrete example. Every clause earns its place: the resource, the asset types, the standard, the return fields, and the example call. No fluff, no repetition of the schema.

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

Completeness4/5

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

For a read-only list tool with 2 fully-documented parameters and no output schema, the description is nearly complete. It covers what the tool returns (name, symbol, balance, interface type) and what it operates on (wallet address). The only gaps are pagination behavior and whether the response is a flat list or grouped, but these are minor for a tool of this simplicity.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents both parameters (address and _apiKey) with descriptions. The description adds a concrete example with a real-looking address and API key placeholder, which helps an agent understand the expected format. However, it doesn't add meaning beyond what the schema provides — baseline 3 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 states a specific verb ('lists'), a clear resource ('every digital asset... held by an address'), and the exact scope (fungible tokens, regular + compressed NFTs via DAS). It also includes a concrete example call, which makes the tool's purpose unmistakable. It distinguishes itself from siblings like helius_asset (singular asset) and helius_parsed_transactions (transactions, not holdings).

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 description clearly implies when to use this tool: when you need all assets owned by a Solana wallet. It doesn't explicitly name alternatives or exclusions, but the sibling context (helius_asset for a single asset, helius_parsed_transactions for transaction history) makes the usage context clear. A brief 'use helius_asset for a single asset' would push this to 5.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.