Skip to main content
Glama

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

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/peancor/moodle-mcp-server'

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