Back to catalog
Cortexa research tool·genomics·compact_mode
Get Tool Info
Get tool information with configurable detail level. Supports single tool (string) or multiple tools (list). Use detail_level='description' to get only the description field, or detail_level='full' to get complete tool definition including parameter schema.
Livelast probed 2026-05-01 01:00Z· 107msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 107ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"detail_level": {
"default": "full",
"description": "Detail level: 'description' returns only the description field (complete, not truncated), 'full' returns complete tool definition including parameter schema",
"enum": [
"description",
"full"
],
"type": "string"
},
"tool_names": {
"description": "Single tool name (string) or list of tool names",
"oneOf": [
{
"type": "string"
},
{
"items": {
"type": "string"
},
"type": "array"
}
]
}
},
"required": [
"tool_names"
],
"type": "object"
}Examples (1)
Default Get Tool Info call
public-safeinput
{}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_get_tool_info
- Tool name
- get_tool_info
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse