PDF-Zeugnisbericht
Erstellt mehrseitige Notenberichte
Mehrseitige Zusammenfassung je Schueler.
API-Dokumentation
Request-Endpunkt
POST /de/api/tools/pdf-grade-report-card
Request-Parameter
| Parameter-Name | Typ | Erforderlich | Beschreibung |
|---|---|---|---|
| schoolName | text | Ja | - |
| reportTitle | text | Nein | - |
| termLabel | text | Nein | - |
| reportData | textarea | Nein | - |
| showRank | checkbox | Nein | - |
| includeTeacherComments | checkbox | Nein | - |
| pageSize | select | Nein | - |
| landscape | checkbox | Nein | - |
| printBackground | checkbox | Nein | - |
| waitUntil | select | Nein | - |
| waitTime | number | Nein | - |
Antwortformat
{
"filePath": "/public/processing/randomid.ext",
"fileName": "output.ext",
"contentType": "application/octet-stream",
"size": 1024,
"metadata": {
"key": "value"
},
"error": "Error message (optional)",
"message": "Notification message (optional)"
}
Datei:
Datei
MCP-Dokumentation
Fügen Sie dieses Tool zu Ihrer MCP-Server-Konfiguration hinzu:
{
"mcpServers": {
"elysiatools-pdf-grade-report-card": {
"name": "pdf-grade-report-card",
"description": "Erstellt mehrseitige Notenberichte",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-grade-report-card",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
Sie können mehrere Tools verketten, z.B.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, maximal 20 Tools.
Wenn Sie auf Probleme stoßen, kontaktieren Sie uns bitte bei [email protected]