faction_query_intel
Query your faction's intel database, or an allied faction's (L1 (Intel Terminal): filter by system_id or system_name. L2 (Intel Center): additionally filter by resource_type, poi_type, empire. Paginate with offset and limit (default 50, max 100). Does not require docking. Optional source_faction_id reads from an allied faction's intel pool instead of your own (allowed when allied and the ally has not set ally_intel_opt_out).)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max results (default 50, max 100) | |
| offset | No | Pagination offset | |
| poi_type | No | Filter by POI type (requires L2 Intel Center) | |
| system_id | No | Filter by system ID | |
| session_id | Yes | Your session ID from login/register | |
| system_name | No | Filter by system name (case-insensitive partial match) | |
| resource_type | No | Filter by resource type (requires L2 Intel Center) | |
| source_faction_id | No | Optional ally faction whose intel pool to read (defaults to own faction). Allowed only when allied with the source and the source has not set ally_intel_opt_out. |