Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
THEGRAPH_API_KEY | Yes | Your API key from The Graph |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
resolve_ens_name | Resolve an ENS name to its Ethereum address. |
get_domain_details | Fetch detailed information for an ENS domain, including its address. |
get_domain_events | Retrieve events associated with an ENS domain. |