Moodle MCP Server

provide_feedback

Submit feedback and grades for student assignments on Moodle. Enter student ID, assignment ID, grade, and feedback text to evaluate and guide performance effectively.

Instructions

Proporciona feedback sobre una tarea entregada por un estudiante

Input Schema

NameRequiredDescriptionDefault
assignmentIdYesID de la tarea
feedbackYesTexto del feedback a proporcionar
gradeNoCalificación numérica a asignar
studentIdYesID del estudiante

Input Schema (JSON Schema)

{ "properties": { "assignmentId": { "description": "ID de la tarea", "type": "number" }, "feedback": { "description": "Texto del feedback a proporcionar", "type": "string" }, "grade": { "description": "Calificación numérica a asignar", "type": "number" }, "studentId": { "description": "ID del estudiante", "type": "number" } }, "required": [ "studentId", "assignmentId", "feedback" ], "type": "object" }

You must be authenticated.

Other Tools from Moodle MCP Server

Related Tools

ID: x1nxui4s5k