Back to catalog
Cortexa research tool·literature·literature_search
MultiAgentLiteratureSearch
Multi-agent literature search system that uses AI agents to analyze intent, extract keywords, execute parallel searches, summarize results, and check quality iteratively
Livelast probed 2026-04-30 23:07Z· 133msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 133ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_iterations": {
"default": 3,
"description": "Maximum number of iterations (default: 3)",
"type": "integer"
},
"quality_threshold": {
"default": 0.7,
"description": "Quality threshold for completion (default: 0.7)",
"type": "number"
},
"query": {
"description": "The research query to search for",
"type": "string"
}
},
"required": [
"query",
"max_iterations",
"quality_threshold"
],
"type": "object"
}Examples (1)
Default MultiAgentLiteratureSearch call
public-safeinput
{
"max_iterations": 1,
"quality_threshold": 1,
"query": "BRCA1"
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_MultiAgentLiteratureSearch
- Tool name
- MultiAgentLiteratureSearch
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse