ProteomicsDB List Tissues
List all available tissues, cell lines, and body fluids in ProteomicsDB with their BTO ontology IDs, names, categories, and anatomical groupings. Optionally filter by category (tissue, cell line, or fluid). Returns the full catalog of biological sources for which ProteomicsDB has mass spectrometry-based proteomics data, including tissue ID (BTO identifier), name, category, and anatomical group. Useful for discovering what biological sources are available before querying specific protein express…
Overview
List all available tissues, cell lines, and body fluids in ProteomicsDB with their BTO ontology IDs, names, categories, and anatomical groupings. Optionally filter by category (tissue, cell line, or fluid). Returns the full catalog of biological sources for which ProteomicsDB has mass spectrometry-based proteomics data, including tissue ID (BTO identifier), name, category, and anatomical group. Useful for discovering what biological sources are available before querying specific protein expression data.
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 94ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"operation": {
"description": "Operation type",
"enum": [
"list_tissues"
],
"type": "string"
},
"tissue_category": {
"description": "Filter by biological source category. Optional - omit to list all categories.",
"enum": [
"tissue",
"cell line",
"cell_line",
"fluid"
],
"type": "string"
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default ProteomicsDB List Tissues call
{
"operation": ""
}Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ProteomicsDB_list_tissues
- Tool name
- ProteomicsDB_list_tissues
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse