action uspto_get_populart_products { label: "Returns popular products along with latest files." description: "Use this GET to retrieve these bulk data files by their popularity. The response includes product fields such as title, description, frequency, and level." provider: uspto method: GET path: "/products/popular" encoding: json output: { type: "object" additionalProperties: true } }