Back to catalog
Cortexa research tool·code data·output_summarization
OutputSummarizationComposer
Composes output summarization workflow by chunking long outputs, processing each chunk with AI summarization, and merging results
Livelast probed 2026-05-01 01:00Z· 370msCortexa
Status
The most recent probe succeeded. Safe to call from the agent today.
- Last probed
- 1d ago
- Last success
- 1d ago
- Last latency
- 370ms
Schema
JSON Schema the agent (or your API call) must match.
{
"properties": {
"chunk_size": {
"default": 30000,
"description": "Size of each chunk for processing",
"type": "integer"
},
"focus_areas": {
"default": "key_findings_and_results",
"description": "Areas to focus on in summarization",
"type": "string"
},
"max_summary_length": {
"default": 10000,
"description": "Maximum length of final summary",
"type": "integer"
},
"query_context": {
"description": "Context about the original query",
"type": "string"
},
"tool_name": {
"description": "Name of the tool that generated the output",
"type": "string"
},
"tool_output": {
"description": "The original tool output to be summarized",
"type": "string"
}
},
"required": [
"tool_output",
"query_context",
"tool_name"
],
"type": "object"
}Examples (1)
Default OutputSummarizationComposer call
public-safeinput
{
"chunk_size": 1,
"max_summary_length": 1,
"query_context": "BRCA1",
"tool_name": "",
"tool_output": ""
}Expected response keys: success
Anonymous-safe example. Rate-limited; no sign-in required.
Identifiers
- Catalog ID
- tu_OutputSummarizationComposer
- Tool name
- OutputSummarizationComposer
- Added
- 2026-05-01 00:58Z
- Tags
- tooluniverse