action opentrials_get_records { label: "getRecords" description: "Returns a trial's raw records from its sources" provider: opentrials method: GET path: "/trials/{id}/records" encoding: json input: { type: "object" properties: { id: { type: "string" } } required: ["id"] additionalProperties: false } output: { type: "object" additionalProperties: true } }