Back to catalog
Cortexa research tool·biomedical·cellosaurus
Cellosaurus Query Converter
Convert natural language queries to Solr syntax for Cellosaurus API searches. Uses semantic similarity to map terms to appropriate fields.
Livelast probed 2026-04-30 23:07Z· 105msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 105ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"include_explanation": {
"default": true,
"description": "Whether to include detailed explanation of the conversion process",
"type": "boolean"
},
"query": {
"description": "Natural language query to convert to Solr syntax (e.g., 'human cancer cells', 'HeLa cells from lung tissue')",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default Cellosaurus Query Converter call
public-safeinput
{
"include_explanation": false,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_cellosaurus_query_converter
- Tool name
- cellosaurus_query_converter
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse