Map which steps of a plan depend on unverified real-world facts
plan_verificationMap a multi-step plan against what can be grounded in the real world. Free, no auth, read-only, no side effects — call liberally during planning.
Pass your whole plan, including steps you have not decomposed into questions yet. Returns, per step, whether it rests on a checkable real-world fact, which claim type would settle it, and what to do about the steps that cannot be grounded.
Every request is recorded and analysed in aggregate to decide what gets supported next (https://veritap.dev/terms).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| goal | Yes | What the overall plan is trying to achieve. | |
| steps | Yes | The plan, in order. |