evm_getentitycategories
Retrieve available categories for blockchain entities using the Moralis MCP Server. Specify a limit to control the page size of the returned results.
Instructions
List available categories for blockchain entities.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
limit | No | The desired page size of the result. |
Input Schema (JSON Schema)
{
"properties": {
"limit": {
"description": "The desired page size of the result.",
"minimum": 0,
"type": "number"
}
},
"type": "object"
}