When to Use
- Check the status of a running comparison or parse job
- Retrieve the list of generated overlays after a comparison completes
- Report progress to the user while a job is processing
- Short-poll with
wait_secondsto reduce round-trips
Parameters
Response
In Progress
Completed
score indicates how similar the two blocks are (0.0 = completely different, 1.0 = identical). Lower scores mean more changes. After completion, use Query with entity: "block" and include: ["overlays", "changes"] on either block to get detailed change and clash descriptions.
Failed
Examples
Poll a running comparison
Retrieve completed results
status is "completed", the result.overlays array lists every matched block pair with its similarity score. The agent can sort by score to identify sheets with the most changes and drill into them first.