Skip to main content
Glama

Sun MCP Server

by ChenYCL

sun_summarize

Summarize chat sessions and save structured .mdc files with key insights using the -sun command on the Sun MCP Server. Supports Chinese (default) and English summaries.

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" }
Install Server

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