Back to catalog
Cortexa research tool·code data·optimizer
ToolDescriptionOptimizer
Optimizes a tool's description and parameter descriptions by generating test cases, executing them, analyzing the results, and suggesting improved descriptions for both the tool and its arguments. Optionally saves a comprehensive optimization report to a file without overwriting the original.
Livelast probed 2026-04-30 23:07Z· 132msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 132ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_iterations": {
"default": 3,
"description": "Maximum number of optimization rounds to perform.",
"type": "integer"
},
"output_file": {
"description": "Optional file path to save the optimized description. If not provided, use '<tool_name>_optimized_description.txt'.",
"type": "string"
},
"satisfaction_threshold": {
"default": 8,
"description": "Quality score threshold (1-10) to consider optimization satisfactory.",
"type": "number"
},
"save_to_file": {
"default": false,
"description": "If true, save the optimized description to a file (do not overwrite the original).",
"type": "boolean"
},
"tool_config": {
"description": "The full configuration of the tool to optimize.",
"type": "object"
}
},
"required": [
"tool_config",
"save_to_file",
"output_file",
"max_iterations",
"satisfaction_threshold"
],
"type": "object"
}Examples (1)
Default ToolDescriptionOptimizer call
public-safeinput
{
"max_iterations": 1,
"output_file": "",
"satisfaction_threshold": 1,
"save_to_file": false
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ToolDescriptionOptimizer
- Tool name
- ToolDescriptionOptimizer
- Added
- 2026-04-30 22:47Z
- Tags
- tooluniverse