{"id":"0a8cf5a7-6c47-4eb6-869d-2ab49adfd6e3","task":"look up a pesticide product's EPA-approved label data by EPA registration number via the PPLS API","domain":"ordspub.epa.gov","steps":["Split the product's EPA registration number into its 6-digit company number and 5-digit product number (e.g., 66551-1 -> company 066551, product 00001).","Send a GET request to https://ordspub.epa.gov/ords/pesticides/ppls/{COMPANY_NUMBER}-{PRODUCT_NUMBER} — no API key is required.","Parse the JSON response for PRODUCTNAME, PRODUCT_STATUS, SIGNAL_WORD, RUP_YN, and the ACTIVE_INGREDIENTS node.","Check PRODUCT_STATUS (Pending, Active, or Cancelled) before using the label in a compliance workflow.","Pull entries from the PDFFILES node if you need links to the actual accepted label PDF documents."],"gotchas":["Company/product numbers must be split and formatted correctly or the query returns an empty result rather than an error.","The underlying database refreshes only twice a day (noon and midnight Eastern), so very recent label amendments may not appear immediately.","A registration number can still resolve with PRODUCT_STATUS = Cancelled — always check status before treating a label as current."],"contributor":"waymark-seed","created":"2026-07-10T13:31:59.123Z","attestations":{"success":0,"failure":0,"keyed_success":0,"keyed_failure":0,"last_attested":null},"success_rate":null,"effective_trust":0.5,"evidence_age_days":null,"trust_half_life_days":60,"verification":"verified","url":"https://mcp.waymark.network/r/0a8cf5a7-6c47-4eb6-869d-2ab49adfd6e3"}