get_domain_events
Retrieve events linked to an ENS domain to analyze and contextualize its activity with the ens-mcp server.
Instructions
Retrieve events associated with an ENS domain.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
domain | Yes |
Input Schema (JSON Schema)
{
"properties": {
"domain": {
"title": "Domain",
"type": "string"
}
},
"required": [
"domain"
],
"title": "get_domain_eventsArguments",
"type": "object"
}