OpenAPI vs Postman vs docs drift check
plaid_drift_checkCross-checks official OpenAPI spec against Postman collection and docs to detect missing endpoints, deprecated requests, broken externalDocs links, and content gaps before release.
Instructions
Cross-checks the official OpenAPI spec against the official Postman collection and plaid.com/docs: endpoints missing from Postman, Postman requests hitting deprecated or unknown endpoints, placeholder or missing externalDocs links, endpoints absent from llms-full.txt and, with live=true, externalDocs pages that 404 and anchors that do not exist on the page. This is the maintenance checklist a DevRel engineer would run before each release.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| live | No | Fetch each externalDocs page (about 60 requests) to verify status and anchors | |
| format | No | markdown | |
| include_llms_full | No | Download docs/llms-full.txt (about 6 MB) to check endpoint mentions |