Skip to main content
Glama

Moodle MCP Server

get_quiz_grade

Retrieve a student's quiz grade on Moodle by specifying the student ID and quiz ID. Simplifies grading management for educators using the Moodle MCP Server.

Instructions

Obtiene la calificación de un estudiante en un quiz específico

Input Schema

NameRequiredDescriptionDefault
quizIdYesID del quiz
studentIdYesID del estudiante

Input Schema (JSON Schema)

{ "properties": { "quizId": { "description": "ID del quiz", "type": "number" }, "studentId": { "description": "ID del estudiante", "type": "number" } }, "required": [ "studentId", "quizId" ], "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