summarize
ActiveTool of io.github.Deesmo/arch-tools-mcp
declared in 1.8.0
Summarize text in multiple styles: paragraph, bullets, tldr, headline, executive
Parameters schema
{
"type": "object",
"required": [
"text"
],
"properties": {
"text": {
"type": "string",
"description": "Text to summarize"
},
"style": {
"type": "string",
"description": "Summary style: brief, detailed, tldr, bullets (default: brief)"
},
"max_length": {
"type": "number",
"description": "Maximum summary length in words"
}
}
}Parent server
io.github.Deesmo/arch-tools-mcp
https://github.com/Deesmo/Arch-AI-Tools
1/7 registries