Back to catalog
Cortexa research tool·code data·compose
ToolGraphGenerationPipeline
Generates a directed tool relationship graph among provided tool configs using ToolRelationshipDetector to infer data-flow compatibility.
Livelast probed 2026-05-01 01:00Z· 99msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 99ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"max_tools": {
"description": "Optional max number of tools to process (debug)",
"type": "integer"
},
"output_path": {
"default": "./tool_relationship_graph.json",
"description": "Path for output graph JSON",
"type": "string"
},
"save_intermediate_every": {
"default": 5000,
"description": "Checkpoint every N processed pairs",
"type": "integer"
},
"tool_configs": {
"description": "List of tool configuration objects",
"items": {
"type": "object"
},
"type": "array"
}
},
"required": [
"tool_configs"
],
"type": "object"
}Examples (1)
Default ToolGraphGenerationPipeline call
public-safeinput
{
"max_tools": 1,
"save_intermediate_every": 1,
"tool_configs": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ToolGraphGenerationPipeline
- Tool name
- ToolGraphGenerationPipeline
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse