calculate_multiple_routes
Plan efficient EVE Online travel by calculating routes from one origin to multiple destinations. Choose optimal paths based on shortest, secure, or insecure preferences, with the option to avoid specific systems.
Instructions
Calculate routes from one origin system to multiple destination systems. Useful for finding the best destination or comparing routes.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
avoidSystems | No | Optional array of solar system names (English proper nouns) or IDs to avoid in all routes | |
destinations | Yes | Array of destination solar system names (English proper nouns) or IDs (max 20) | |
flag | No | Route preference: shortest (default), secure (high-sec only), or insecure (low/null-sec allowed) | shortest |
origin | Yes | Origin solar system name (English proper noun like 'Jita') or ID |