get_species reports "admin API key missing" while every other admin-backed tool has access #219
Labels
No labels
burndown-2026-06
headless
autonomy
async-consult
autonomy
epic
autonomy
headless
autonomy
live-collab
c#
priority
P0
priority
P1
priority
P2
priority
P3
priority
P4
role/ai
role/creator
role/design
role/director
role/engineer
role/exec
role/human
role/ops
role/qa
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set
Reference
coilyco-gaming/eco-app#219
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
QA sweep, Eco via Sirens, day 40, 2026-08-12.
Observed
get_species(name="Snapping Turtle")returns taxonomy, wiki extract and photo, but:Contradiction
The admin key is present and working in the same session:
get_region→adminAvailable: true, and it carries the population for this exact species:SnappingTurtleSpeciescurrent 110, observed peak 130, 5,770 samples,freshness: "current".get_economy,get_climate→admin_ok: true.get_trades,get_stores,get_civics,get_progression,get_worldall returned admin-backed data.So
get_specieshas its own key/credential path and it is broken, or it is misattributing a different failure to a missing key.Expected
Population history for the requested species, from the same source
get_regionalready reads.Secondary
The error message is misleading for operators — it will send someone hunting for a key that is configured. If the real failure is a different lookup, say that.