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 |
|---|---|
| format_project_data | Format cryptocurrency project data into a Markdown document. Args: token_symbol (str): The symbol of the cryptocurrency token to fetch and format lang (str, optional): Language for formatting (e.g., 'en_US', 'zh_CN'). Defaults to None, using system locale. Returns: list[UserMessage]: Messages containing formatted Markdown content |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_project_data | Fetch cryptocurrency project data from Mobula API.
Args:
token_symbol (str): The symbol of the cryptocurrency token (e.g., 'BTC', 'ETH')
Returns:
dict: Raw JSON response from Mobula API containing project details |