postExamsidDuplicate
Duplicate an exam's questions and settings to create a new exam with the same content and configuration.
Instructions
Duplicate the exam's questions and settings to a new exam.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| name | No | ||
| includeSessions | No |
Implementation Reference
- src/server.py:97-101 (registration)Registers all MCP tools, including "postExamsidDuplicate", by creating FastMCP server from the Examplary API's OpenAPI specification fetched from https://api.examplary.ai/openapi. The tool proxies requests to the corresponding API endpoint.mcp = FastMCP.from_openapi( openapi_spec=openapi_spec, client=client, name="Examplary" )