Skip to main content
Glama

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
NameRequiredDescriptionDefault
idYes
nameNo
includeSessionsNo

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

Latest Blog Posts

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/examplary-ai/mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server