action firebrowse_centers { label: "Obtain identities of TCGA consortium member centers." description: "By default this function returns a table of all consortium members in TCGA, aka centers; it provides both the HTTP domain and full organizational name of each center. A subset of this table may be obtained by explicitly specifying one or more domain names." provider: firebrowse method: GET path: "/Metadata/Centers" encoding: json input: { type: "object" properties: { center: { type: "string" } format: { type: "string" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }