Moodle MCP Server

get_submission_content

Retrieve detailed submission content, including text and attachments, for a specific student and assignment within Moodle using the MCP server.

Instructions

Obtiene el contenido detallado de una entrega específica, incluyendo texto y archivos adjuntos

Input Schema

NameRequiredDescriptionDefault
assignmentIdYesID de la tarea
studentIdYesID del estudiante

Input Schema (JSON Schema)

{ "properties": { "assignmentId": { "description": "ID de la tarea", "type": "number" }, "studentId": { "description": "ID del estudiante", "type": "number" } }, "required": [ "studentId", "assignmentId" ], "type": "object" }

You must be authenticated.

Other Tools from Moodle MCP Server

Related Tools

ID: x1nxui4s5k