Skip to main content
Glama

karandeepsingh-blog

Quiz me

quiz_me
Read-onlyIdempotent

Test the user's knowledge with real multiple-choice questions written for the blog's articles. Returns questions, options, and an answers section with explanations. Ask the questions first, then reveal the answers.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoHow many questions (default 3, max 10).
topicNoTopic to be quizzed on, e.g. aurora, lambda, docker. Omit for a random quiz.

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior5/5

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

Annotations already provide readOnlyHint, idempotentHint, and destructiveHint=false, indicating a safe, read-only, repeatable operation. The description adds valuable context about the interactive flow: 'Ask the questions first, then reveal the answers' and the return structure (questions, options, answers with explanations). This goes beyond the annotations and helps the agent understand the tool's behavioral contract, satisfying the high bar.

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?

Three sentences with no filler. The purpose is front-loaded, return content is immediately specified, and the usage pattern is given in the final sentence. Every sentence earns its place, providing essential information efficiently.

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

Completeness4/5

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

For a simple tool with two optional parameters and no output schema, the description is quite complete: it covers what it does, what it returns, and how to run the quiz. It doesn't explicitly mention parameter defaults (count default 3) but those are in the schema. A minor gap is lack of examples, but not critical given the simplicity. Overall, adequate for an agent to call it correctly.

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 coverage is 100%, so both parameters (count and topic) are documented in the input schema with descriptions. The description adds no extra parameter semantics beyond what the schema provides, but it does mention 'topic' implicitly by referencing blog topics. Since schema does the heavy lifting, baseline 3 is appropriate.

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

Purpose4/5

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

The description states a clear verb ('Test the user's knowledge') and resource ('real multiple-choice questions written for the blog's articles'), distinguishing it from read/post tools by emphasizing interactive quizzing. It doesn't explicitly name a sibling alternative, but the purpose is unambiguous among the listed siblings.

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

Usage Guidelines4/5

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

The description implies when to use this tool: when testing knowledge with interactive questions, as opposed to reading posts or listing topics. It does not explicitly state when not to use it or name alternatives, but the context is clear enough for an agent to select it appropriately.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources