Skip to main content
Glama

Sun MCP Server

by ChenYCL

sun_summarize

Summarize chat sessions into structured .mdc files using -sun command. Analyze conversations, capture key insights, and save summaries in Chinese (default) or English for efficient review.

Instructions

Summarize current session and save as .mdc file when -sun command is used. Use -sun for Chinese or -sun en for English

Input Schema

NameRequiredDescriptionDefault
contextNoOptional: Additional context about the session
functionalityNoOptional: Main functionality or topic of the session
languageNoLanguage for the summary: zh for Chinese (default), en for English
sessionContentYesThe session content to summarize (conversation messages)

Input Schema (JSON Schema)

{ "properties": { "context": { "description": "Optional: Additional context about the session", "type": "string" }, "functionality": { "description": "Optional: Main functionality or topic of the session", "type": "string" }, "language": { "description": "Language for the summary: zh for Chinese (default), en for English", "enum": [ "zh", "en" ], "type": "string" }, "sessionContent": { "description": "The session content to summarize (conversation messages)", "type": "string" } }, "required": [ "sessionContent" ], "type": "object" }

Other Tools from Sun MCP Server

Related Tools

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/ChenYCL/sun-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server