action firebrowse_mafcol_names { label: "Retrieve names of all columns in the mutation annotation files (MAFs) served by FireBrowse." description: "Retrieve the names of all columns in the mutation annotation files (MAFs) hosted by FireBrowse. For more information on the mutation data, and how it is processed by Firehose, please consult the pipeline documentation." provider: firebrowse method: GET path: "/Metadata/MAFColNames" encoding: json input: { type: "object" properties: { format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }