Back to catalog
Cortexa research tool·code data·compose
ToolMetadataGenerationPipeline
Generates standardized metadata for a batch of Cortexa Tool Mesh tool configurations by calling ToolMetadataGenerator, LabelGenerator, and ToolMetadataStandardizer for sources and tags.
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": {
"add_existing_tooluniverse_labels": {
"default": true,
"description": "Whether to include labels from existing Cortexa Tool Mesh tools when labeling the metadata configs of the new tools. It is strongly recommended that this is set to true to minimize the number of new labels created and the possibility of redundant labels.",
"type": "boolean"
},
"max_new_tooluniverse_labels": {
"default": 0,
"description": "The maximum number of new Cortexa Tool Mesh labels to use in the metadata configs of the new tools. The existing Cortexa Tool Mesh labels will be used first, and then new labels will be created as needed up to this limit. If the limit is reached, the least relevant new labels will be discarded. Please try to use as few new labels as possible to avoid excessive labels.",
"type": "integer"
},
"tool_configs": {
"description": "List of raw tool configuration JSON objects to extract and standardize metadata for",
"items": {
"type": "object"
},
"type": "array"
},
"tool_type_mappings": {
"default": {},
"description": "Mapping of simplified toolType (keys) to lists of tool 'type' values belonging to each simplified category (e.g., {'Databases': ['XMLTool']})",
"type": "object"
}
},
"required": [
"tool_configs"
],
"type": "object"
}Examples (1)
Default ToolMetadataGenerationPipeline call
public-safeinput
{
"add_existing_tooluniverse_labels": false,
"max_new_tooluniverse_labels": 1,
"tool_configs": []
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_ToolMetadataGenerationPipeline
- Tool name
- ToolMetadataGenerationPipeline
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse