Das Get Asset
das_getAssetRetrieve detailed information about a specific NFT or asset using its mint address.
Instructions
Get detailed information about a single NFT/asset 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 |
|---|---|---|---|
| id | Yes | Asset mint address |
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. |