rgb_get_asset_metadata
Retrieve detailed metadata for a specific RGB asset by providing its unique asset ID, enabling access to essential asset information through the RGB Lightning Network MCP Server.
Instructions
Get metadata for a specific RGB asset
Input Schema
Name | Required | Description | Default |
---|---|---|---|
assetId | Yes | The ID of the RGB asset |
Input Schema (JSON Schema)
{
"properties": {
"assetId": {
"description": "The ID of the RGB asset",
"type": "string"
}
},
"required": [
"assetId"
],
"type": "object"
}