action firebrowse_dates { label: "Retrieve dates of all GDAC Firehose stddata & analyses runs that have been ingested into FireBrowse." provider: firebrowse method: GET path: "/Metadata/Dates" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }