Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_etf_flow | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
| etf_flow_prompt | Create a prompt for querying BTC or ETH ETF flow data. Args: coin (str): Cryptocurrency to query ('BTC' or 'ETH'). Returns: List[PromptMessage]: List of prompt messages to guide LLM interaction. |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |