Das Get Assets By Creator
das_getAssetsByCreatorRetrieve all NFTs and digital assets created by a specific Solana address. Use for read-only asset discovery by creator.
Instructions
Get all NFTs/assets created by a specific creator 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 Get Assets By Creator. | |
| limit | No | Limit controlling the maximum number of results returned by Das Get Assets By Creator. | |
| onlyVerified | No | Only Verified parameter for Das Get Assets By Creator. | |
| creatorAddress | Yes | 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. |