Back to catalog
Cortexa research tool·genomics·sgd
SGD Search
Search SGD across all data types (genes, GO terms, phenotypes, references, alleles, diseases, complexes, pathways). Returns matching entries with categories, descriptions, and links. Supports category filtering. Example: searching 'GAL4' finds the transcription factor gene, related references, alleles, and GO terms.
Livelast probed 2026-04-30 23:07Z· 106msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 106ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"category": {
"description": "Filter by category. Options: 'locus', 'reference', 'biological_process', 'molecular_function', 'cellular_component', 'phenotype', 'disease', 'allele', 'complex', 'pathway', 'chemical', 'strain', 'download'.",
"type": "string"
},
"limit": {
"description": "Maximum results to return (default 10, max 50).",
"type": "integer"
},
"offset": {
"description": "Pagination offset (default 0).",
"type": "integer"
},
"query": {
"description": "Search query string. Examples: 'GAL4', 'cell cycle', 'sporulation'.",
"type": "string"
}
},
"required": [
"query"
],
"type": "object"
}Examples (1)
Default SGD Search call
public-safeinput
{
"limit": 3,
"offset": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_SGD_search
- Tool name
- SGD_search
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse