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 |
---|---|
market-analysis | Generate a query to find market data for a specific item |
comprehensive-analysis | Generate a comprehensive market analysis for an item |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
EVE Tycoon API Documentation |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_market_stats | Returns price and volume stats for an item type in a specific region |
get_market_orders | Returns the current order book for an item type, with metadata about the type and locations |
get_market_history | Returns the price history of an item in a particular region |
get_regions | Returns the list of all regions |
get_market_groups | Returns the list of all market groups |
get_market_group_types | Returns the list of types in a market group |