conflict_status
Retrieve Splinterlands conflict status, configuration, player stats, and wagons for a username, with filters to isolate specific sections.
Instructions
Read conflict configuration, current conflict, player statistics and wagons for an explicit username. Flag strings use 1: only_config=1 returned config alone, only_wagons=1 returned stats and wagons, and exclude_wagons=1 omitted wagons. only_config=true did not reduce the response. Returned wagons are bounded with other requested sections unchanged. Makes one logical GET request and does not auto-fetch continuation pages. Required inputs reflect tool policy as well as measured upstream requirements. Other declared filters are forwarded as supplied; their effectiveness is not implied by the schema. The wagons list are locally limited to 100 rows and 256 KiB, with truncation reported in text and metadata. Oversized records are refused without partial fields.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lore | No | ||
| username | Yes | ||
| only_stats | No | ||
| only_config | No | ||
| only_player | No | ||
| only_wagons | No | ||
| exclude_stats | No | ||
| only_conflict | No | ||
| exclude_config | No | ||
| exclude_player | No | ||
| exclude_wagons | No | ||
| exclude_conflict | No |