Skip to main content
Glama

Moodle MCP Server

by cfsandoval

get_submission_content

Retrieve detailed content from a specific student's assignment submission, including text responses and attached files, to review and assess their work.

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

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