sun_get_summary
Retrieve the content of a specific summary file generated by the Sun MCP Server, enabling quick access to key insights, outcomes, and next steps from chat sessions.
Instructions
Get content of a specific summary file
Input Schema
| Name | Required | Description | Default | 
|---|---|---|---|
| filename | Yes | Name of the summary file to retrieve | 
Input Schema (JSON Schema)
{
  "properties": {
    "filename": {
      "description": "Name of the summary file to retrieve",
      "type": "string"
    }
  },
  "required": [
    "filename"
  ],
  "type": "object"
}