MCP-summarization-functions

get_full_content

Retrieve the full content for a given summary ID

Input Schema

NameRequiredDescriptionDefault
idYesID of the stored content

Input Schema (JSON Schema)

{ "properties": { "id": { "description": "ID of the stored content", "type": "string" } }, "required": [ "id" ], "type": "object" }