Back to catalog
Cortexa research tool·genomics·meme
MEME List Databases
List available motif databases on the MEME Suite server for use with FIMO motif scanning and TOMTOM motif comparison. Returns categories (Eukaryote DNA, JASPAR, HOCOMOCO, CIS-BP, etc.) with database counts, plus shortcut names for popular databases that can be used directly with the TOMTOM target_db parameter. No remote API call is needed — this returns locally cached database metadata.
Livelast probed 2026-05-01 01:00Z· 109msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 109ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"category_filter": {
"description": "Filter categories by name or description substring. E.g., 'JASPAR', 'human', 'RNA'. If null, returns all categories.",
"type": [
"string",
"null"
]
},
"operation": {
"description": "Operation type",
"enum": [
"list_databases"
],
"type": "string"
}
},
"required": [
"operation"
],
"type": "object"
}Examples (1)
Default MEME List Databases call
public-safeinput
{
"operation": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MEME_list_databases
- Tool name
- MEME_list_databases
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse