Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
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 |
---|---|
query_latest_deposits | Query the most recent deposits from Tornado Cash Subgraph and return results as a formatted table.
Parameters:
limits (int): The maximum number of deposit records to return. Must be positive. Default is 10.
Returns:
A string containing a tabulated representation of deposit records with columns: id, amount, timestamp, commitment, blockNumber, from. |
query_latest_withdrawals | Query the most recent withdrawals from Tornado Cash Subgraph and return results as a formatted table.
Parameters:
limits (int): The maximum number of withdrawal records to return. Must be positive. Default is 10.
Returns:
A string containing a tabulated representation of withdrawal records with columns: id, amount, timestamp, to, blockNumber. |