Back to catalog
Cortexa research tool·genomics·tool_composition
ToolGraphComposer
Builds a comprehensive graph of tool compatibility relationships in Cortexa Tool Mesh. Analyzes all available tools and creates a directed graph showing which tools can be composed together.
Livelast probed 2026-05-01 01:00Z· 98msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 98ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"analysis_depth": {
"default": "detailed",
"description": "Level of compatibility analysis to perform",
"enum": [
"quick",
"detailed",
"comprehensive"
],
"type": "string"
},
"exclude_categories": {
"default": [
"tool_finder",
"special_tools"
],
"description": "Tool categories to exclude from analysis (e.g., ['tool_finder', 'special_tools'])",
"items": {
"type": "string"
},
"type": "array"
},
"force_rebuild": {
"default": false,
"description": "Whether to force rebuild even if cached graph exists",
"type": "boolean"
},
"max_tools_per_category": {
"default": 50,
"description": "Maximum number of tools to analyze per category (for performance)",
"type": "integer"
},
"min_compatibility_score": {
"default": 60,
"description": "Minimum compatibility score to create an edge in the graph",
"maximum": 100,
"minimum": 0,
"type": "integer"
},
"output_path": {
"default": "./tool_composition_graph",
"description": "Path to save the generated graph files (JSON and pickle formats)",
"type": "string"
}
},
"required": [
"output_path",
"analysis_depth",
"min_compatibility_score",
"exclude_categories",
"max_tools_per_category",
"force_rebuild"
],
"type": "object"
}Examples (1)
Default ToolGraphComposer call
public-safeinput
{
"analysis_depth": "",
"exclude_categories": [],
"force_rebuild": false,
"max_tools_per_category": 1,
"min_compatibility_score": 1,
"output_path": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ToolGraphComposer
- Tool name
- ToolGraphComposer
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse