Skip to main content
Glama

Knowledge Graph Memory Server

update_lesson_success

Modify the success rate of a lesson within the Knowledge Graph Memory Server by inputting the lesson name and its outcome, enhancing adaptive learning and error correction.

Instructions

Update the success rate of a lesson after applying its solution

Input Schema

NameRequiredDescriptionDefault
lessonNameYesName of the lesson to update
successYesWhether the solution was successful

Input Schema (JSON Schema)

{ "properties": { "lessonName": { "description": "Name of the lesson to update", "type": "string" }, "success": { "description": "Whether the solution was successful", "type": "boolean" } }, "required": [ "lessonName", "success" ], "type": "object" }

You must be authenticated.

Other Tools from Knowledge Graph Memory 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/T1nker-1220/memories-with-lessons-mcp-server'

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