Das Get Assets By Collection
das_getAssetsByCollectionRetrieve all NFTs in a collection using DAS to read and validate assets for agent profiles, collection updates, or metadata changes.
Instructions
Get all NFTs in a collection 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 Collection. | |
| limit | No | Limit controlling the maximum number of results returned by Das Get Assets By Collection. | |
| collectionAddress | Yes | NFT mint address (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. |