Skip to main content
Glama
doy00

TOEIC Speaking MCP Server

by doy00

verify_answer

Validate user's spoken answer by checking for required keywords, then update their mastery score to deliver immediate feedback.

Instructions

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

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sentence_idYes문장 ID
user_answerYes사용자가 말한 영어 문장
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations, the description carries the full burden of behavioral disclosure. It discloses that the tool updates scores based on keyword inclusion, which is useful context, but it does not explain side effects, irreversibility, permission requirements, or return values. The description gives partial transparency but leaves important gaps.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is a single concise sentence that directly conveys the tool's purpose and core behavior. No wasted words or redundant details.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is relatively simple with two parameters and no output schema, but the description does not mention what the tool returns or what 'updates the score' entails. It provides the core action but lacks context about the response and any prerequisites, leaving the description minimally sufficient rather than complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 100%, and the description does not add meaningful information beyond the parameter descriptions already present. The baseline of 3 applies because the schema handles parameter semantics adequately.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states a specific action: verifying the user's answer and updating the score based on keyword inclusion. It distinguishes the tool from its sibling 'get_quiz_sentence' by focusing on verification and score update rather than retrieval.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

No explicit guidance is provided on when to use this tool versus alternatives. The description implies it is used for answer verification and scoring, but does not state prerequisites, exclusions, or when a different tool would be more appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

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/doy00/mcp-toeic-speaking-sentences'

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