Das Search Assets
das_searchAssetsSearch Solana NFTs and assets by owner, creator, collection, or query. Use DAS for read-only discovery and validation.
Instructions
Search NFTs/assets with flexible filters via DAS. SAP MCP context: Protocol das; operation class read. Use for read-only DAS NFT and asset discovery by owner, creator, collection, or search query. Prefer DAS reads before Metaplex writes when validating existing assets for an agent profile, collection, or metadata update.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page pagination control for Das Search Assets. | |
| burnt | No | Burnt parameter for Das Search Assets. | |
| limit | No | Limit controlling the maximum number of results returned by Das Search Assets. | |
| frozen | No | Frozen parameter for Das Search Assets. | |
| jsonUri | No | Json URI parameter for Das Search Assets. | |
| grouping | No | Grouping key-value pair (e.g. ["collection", "mint_address"]) | |
| compressed | No | Compressed parameter for Das Search Assets. | |
| ownerAddress | No | Solana public key (base58) | |
| creatorAddress | No | Solana public key (base58) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | MCP content blocks returned to the caller. | |
| isError | No | True when the tool result represents an application-level error. |