AI Text Summarizer - Smart Content Analysis
Intelligently extract key points from articles and generate high-quality summaries. Support multiple styles and lengths for academic papers, news, reports, and various text types
API Documentation
Request Endpoint
POST /en/api/tools/text-summarizer
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| text | textarea | Yes | Support articles, documents, reports, papers, news, and any text content. For best results, please ensure the text is complete and coherent. |
| summaryLength | select | No | - |
| summaryStyle | select | No | - |
| language | select | No | - |
| extractKeywords | select | No | - |
| includeAnalysis | select | No | - |
Response Format
data: {"chunk": "data: processed content 1", "type": "stream"}
data: {"chunk": "data: processed content 2", "type": "stream"}
data: {"type": "done"}
Stream:
Stream
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-text-summarizer": {
"name": "text-summarizer",
"description": "Intelligently extract key points from articles and generate high-quality summaries. Support multiple styles and lengths for academic papers, news, reports, and various text types",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=text-summarizer",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]