Skip to main content
Glama

Summary MCP

by philipbloch

list_summaries

Retrieve previously generated weekly summaries from your productivity data, with options to filter by format, sort order, and limit results.

Instructions

List previously generated weekly summaries from the summaries directory.

Input Schema

NameRequiredDescriptionDefault
limitNoMaximum number of summaries to return (default: 10)
sortNoSort order (default: newest)newest
formatNoFilter by format (default: all)all

Input Schema (JSON Schema)

{ "properties": { "format": { "default": "all", "description": "Filter by format (default: all)", "enum": [ "all", "html", "markdown" ], "type": "string" }, "limit": { "default": 10, "description": "Maximum number of summaries to return (default: 10)", "maximum": 100, "minimum": 1, "type": "integer" }, "sort": { "default": "newest", "description": "Sort order (default: newest)", "enum": [ "newest", "oldest" ], "type": "string" } }, "type": "object" }

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/philipbloch/summary-mcp'

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