Back to catalog
Cortexa research tool·clinical·special_tools
CallAgent
Give a solution plan to the agent and let it solve the problem. Solution plan should reflect a distinct method, approach, or viewpoint to solve the given question. Call these function multiple times, and each solution plan should start with different aspects of the question, for example, genes, phenotypes, diseases, or drugs, etc. The CallAgent will achieve the task based on the plan, so only give the plan instead of unverified information.
Slowlast probed 2026-05-01 01:00Z· 8772msCortexa
Status
Succeeds, but routinely takes more than 8 seconds. Hidden from the agent's default toolset; available via opt-in.
Note: Latency 8772ms > 8000ms threshold
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 8772ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"solution": {
"description": "A feasible and concise solution plan that address the question.",
"type": "string"
}
},
"required": [
"solution"
],
"type": "object"
}Examples (1)
Default CallAgent call
public-safeinput
{
"solution": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_CallAgent
- Tool name
- CallAgent
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse