Check the condition or grading of a physical item
check_physical_conditionCheck the stated condition, damage, or grading of a physical item or property. Free, read-only, no side effects.
Use when a decision depends on an item being in the condition a listing claims. Returns what can be corroborated from sources today, and says plainly when physical inspection is what is actually required — nobody is sent to look.
Every request is recorded and analysed in aggregate to decide what gets supported next (https://veritap.dev/terms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| deadline | No | ISO8601. When the answer stops being useful. | |
| location | No | Where the fact must be checked. | |
| claim_type | No | Optional. A claim type id from the published catalog, if you know it. | |
| callback_url | No | Optional. If this claim is not supported yet, POST here when it becomes supported. Otherwise you are told on your next call. | |
| task_context | No | The wider task this step belongs to. | |
| cost_if_wrong | No | What happens to your task if this fact is wrong: "blocks_task", "degrades_answer", or "cosmetic". | |
| claim_description | Yes | Free text. The real-world fact you need settled. Required. | |
| downstream_action | No | What you will do with the answer once you have it. | |
| budget_ceiling_usd | No | Most you would pay for this answer. Directly drives what gets built next. |