Skip to main content
Glama

Moodle MCP Server

by cfsandoval

get_quiz_grade

Retrieve a student's grade for a specific quiz from the Moodle platform using student and quiz identifiers.

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" }

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/cfsandoval/Mcp'

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