Skip to main content
Glama
doy00

TOEIC Speaking MCP Server

by doy00

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUPABASE_URLYesYour Supabase project URL
SUPABASE_ANON_KEYYesYour Supabase anon key

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Features and capabilities supported by this server

Protocol revision2025-11-25

CapabilityDetails
tools
{}

Tools

Functions exposed to the LLM to take actions

NameDescription
get_quiz_sentenceB

mastery_score가 낮은 문장 우선으로 퀴즈 문제를 출제합니다

verify_answerA

사용자 답변을 검증하고 키워드 포함 여부에 따라 점수를 업데이트합니다

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

TDQS

A3.7/5.0

Scored across 2 tools

Disambiguation5/5

The two tools have clearly distinct roles: one generates a quiz question, the other validates the user's answer. There is no functional overlap between them.

Naming Consistency5/5

Both tool names follow a consistent verb_noun pattern: 'get_quiz_sentence' and 'verify_answer'. This predictable naming makes the tool set easy to navigate.

Tool Count3/5

With only 2 tools, the server is on the thin side, but the narrow quiz-taking purpose makes this count borderline acceptable. It covers the essential actions without being bloated.

Completeness4/5

The tools form a complete core workflow: retrieve a question and verify a response. Minor gaps exist, such as no explicit score retrieval or session management, but the primary quiz loop is fully covered.

Maintenance

ActivityInactive
ResponsivenessNo issues