evm_getentity
Retrieve comprehensive details for a blockchain entity, including name, logo, description, external links, and related addresses by providing its unique ID. Powered by the Moralis MCP Server.
Instructions
Retrieve details for a specific entity using its unique ID. Returns name, logo, description, external links and related addresses.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
entityId | Yes |
Input Schema (JSON Schema)
{
"properties": {
"entityId": {
"type": "string"
}
},
"required": [
"entityId"
],
"type": "object"
}