MCP CallTool handler entry point for get_all_generated_stats.
CallTool
get_all_generated_stats
Validates the raw input arguments against GetAllGeneratedStatsSchema, raises a structured ToolError on validation failure, and otherwise delegates to the underlying generator.
Raw, untrusted MCP CallTool arguments
A ToolResult with the generated statistics report
ToolError when the schema validation fails
MCP
CallToolhandler entry point forget_all_generated_stats.Validates the raw input arguments against GetAllGeneratedStatsSchema, raises a structured ToolError on validation failure, and otherwise delegates to the underlying generator.