Screen State Atlas
Short answer
Agents sync UI screen/state inventories with list_screen_states and upsert_screen_states — the same surface used by Fetch Atlas CLI flows.
Operations
| Action | Reference |
|---|---|
| List | listScreenStates |
| Upsert | upsertScreenStates |
curl -sS -X POST "$TESTCHIMP_BACKEND_URL/api/mcp/upsert_screen_states" \
-H "Content-Type: application/json" \
-H "TestChimp-Api-Key: $TESTCHIMP_API_KEY" \
-d '{"screenStates":[{"screen":"Checkout","states":["empty","filled"]}]}'
Related
Frequently asked questions
How do I sync screen states?
list_screen_states and upsert_screen_states under /api/mcp with your project API key.