Back to catalog
Cortexa research tool·genomics·tool_finder
Tool Finder Keyword
Simple keyword-based tool finder for discovering relevant tools using text matching
Livelast probed 2026-05-01 01:00Z· 93msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 93ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"categories": {
"description": "Optional list of tool categories to filter by",
"items": {
"type": "string"
},
"type": "array"
},
"description": {
"description": "The description of the tool capability required.",
"type": "string"
},
"limit": {
"description": "The number of tools to retrieve (default: 10)",
"type": "integer"
},
"picked_tool_names": {
"description": "Pre-selected tool names to process. If provided, tool selection will skip these tools.",
"items": {
"type": "string"
},
"type": "array"
},
"return_call_result": {
"description": "Whether to return both prompts and tool names. If false, returns only tool prompts.",
"type": "boolean"
}
},
"required": [
"description"
],
"type": "object"
}Examples (1)
Default Tool Finder Keyword call
public-safeinput
{
"categories": [],
"description": "",
"limit": 3,
"picked_tool_names": [],
"return_call_result": false
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_Tool_Finder_Keyword
- Tool name
- Tool_Finder_Keyword
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse