find_systems_in_range
Identify solar systems within a defined jump range from an origin system in EVE Online. Specify jump limits, route preferences, and systems to avoid for optimal navigation results.
Instructions
Find all solar systems within a specified jump range from an origin system using efficient graph traversal. Builds a stargate connection graph for accurate results.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
avoidSystems | No | Optional array of solar system names (English proper nouns) or IDs to avoid in routes | |
flag | No | Route preference: shortest (default), secure (high-sec only), or insecure (low/null-sec allowed) | shortest |
maxJumps | Yes | Maximum number of jumps to search (1-10) | |
origin | Yes | Origin solar system name (English proper noun like 'Jita') or ID |