PDF Grade Report Card
Generate multi-page grade report cards with student info, scores, and comments
Create report-card PDFs for multiple students in one export.
**Features:**
- Multi-page student summaries
- Subject score table + total + average
- Optional class rank and teacher comments
API Documentation
Request Endpoint
POST /en/api/tools/pdf-grade-report-card
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| schoolName | text | Yes | - |
| reportTitle | text | No | - |
| termLabel | text | No | - |
| reportData | textarea | No | - |
| showRank | checkbox | No | - |
| includeTeacherComments | checkbox | No | - |
| pageSize | select | No | - |
| landscape | checkbox | No | - |
| printBackground | checkbox | No | - |
| waitUntil | select | No | - |
| waitTime | number | No | - |
Response Format
{
"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)"
}
File:
File
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-pdf-grade-report-card": {
"name": "pdf-grade-report-card",
"description": "Generate multi-page grade report cards with student info, scores, and comments",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=pdf-grade-report-card",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]