Skip to main content
Glama

Softician Notary Exam Prep

Server Details

Fetch real California Notary Public exam practice questions and grade answers in-chat.

Glama couldn't complete the latest health check. If this server requires authentication, missing or expired test credentials may be the cause. A test profile lets Glama authenticate for health checks and discover tools; it is separate from your personal connections.

If you are the author, claim ownership, then add or update a test profile under Admin → Test Profile.

Status
Unhealthy
Uptime
35.4% over 38 days
Last Tested
Transport
Streamable HTTP
URL
Repository
realtorfico/examprep-api
GitHub Stars
0

TDQS

A4.5/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct role: listing available tracks, fetching a practice question, and grading an answer. There is no overlap in purpose, and the descriptions explicitly reference each other to define the workflow.

Naming Consistency5/5

All tool names follow a consistent snake_case verb_noun pattern: list_available_tracks, get_sample_question, grade_practice_answer. The naming clearly communicates the action and target for each tool.

Tool Count5/5

Three tools is a well-scoped size for a simple exam-prep sample workflow. Each tool serves a necessary step in the core user flow without unnecessary bloat or redundancy.

Completeness4/5

The tool set covers the complete basic flow: discover tracks, fetch a sample question, and grade an answer with explanation. Minor gaps exist, such as no way to fetch multiple questions in a session or filter questions by topic within a track, but the core purpose is fully supported.

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 3 tool updates
    • Changedget_sample_question4 fields changed
      • changedInput schema / properties / examType / description
        Previous value: -"Which exam track, e.g. \"ca_notary\" (California Notary Public exam), \"ca_driver\", \"ca_cdl\", \"ca_motorcycle\"."New value: +"Which exam track. Use list_available_tracks to find the exact value for a given state/category (naming pattern is roughly {2-letter state}_{category}, e.g. \"tx_re_broker\", \"fl_notary\", \"ny_cdl\"). Defaults to the original California Notary Public track if omitted."
      • changedInput schema / properties / topic / description
        Previous value: -"Optional topic to filter by, e.g. \"Fees\", \"Journal\", \"Bonds\". Omit for any topic."New value: +"Optional topic to filter by, e.g. \"Fees\", \"Contracts\", \"Financing\". Omit for any topic."
      • addedOutput schema / properties / trackUrl
        Added value: +{
        +  "description": "Link to this specific track's page on PassExamHQ.",
        +  "type": "string"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "questionId",
        -  "examType",
        -  "topic",
        -  "question",
        -  "choices"
        -]New value: +[
        +  "questionId",
        +  "examType",
        +  "topic",
        +  "question",
        +  "choices",
        +  "trackUrl"
        +]
    • Changedgrade_practice_answer2 fields changed
      • addedOutput schema / properties / trackUrl
        Added value: +{
        +  "type": "string"
        +}
      • changedOutput schema / required
        Previous value: -[
        -  "correct",
        -  "correctChoice",
        -  "explanation"
        -]New value: +[
        +  "correct",
        +  "correctChoice",
        +  "explanation",
        +  "trackUrl"
        +]
    • Addedlist_available_tracks
  2. 1 tool update
    • Changedget_sample_question2 fields changed
      • changedInput schema / properties / examType / default
        Previous value: -"notary"New value: +"ca_notary"
      • changedInput schema / properties / examType / description
        Previous value: -"Which exam track. Currently only \"notary\" (California Notary Public exam) is available."New value: +"Which exam track, e.g. \"ca_notary\" (California Notary Public exam), \"ca_driver\", \"ca_cdl\", \"ca_motorcycle\"."
  3. 2 tool updates
    • First observedget_sample_question
    • First observedgrade_practice_answer

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    B
    maintenance
    Generates timed exams on any topic with an interactive exam sheet in MCP hosts; supports true/false, multiple-choice, and open questions with instant or model grading and a final report out of 100.
    16 npm
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Enables ChatGPT to turn uploaded course materials into interactive quizzes with multiple question types, in-chat answering, automated grading, and results analysis.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Provides 100 IT/programming quiz questions with tools to retrieve questions by category, get random questions, check answers, and list categories, usable via Claude Desktop MCP or REST API.
    221 npm
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Provides a local CBT exam system as MCP tools for Codex, managing study sessions, scoring, wrong answer tracking, and review queues with deterministic Python engine and optional Notion integration.
    MIT
Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.