Skip to main content
Glama

get_quiz_content

Retrieve multiple-choice quiz questions for a module to self-test comprehension. Includes choices, correct answers, and explanations.

Instructions

Fetch the quiz questions for a module from the dataflowr/quiz GitHub repo.

Returns multiple-choice questions with choices, correct answers, and explanations. Use this when a student wants to self-test their understanding of a module. Modules with quizzes: '2a' (tensors), '2b' (autograd), '3' (loss functions).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
module_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

No annotations provided, so description bears full burden. It discloses the return type (multiple-choice questions with choices, correct answers, explanations) and source (GitHub repo). Implies read-only operation with no side effects.

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 wasted words. First sentence states action and source, second describes output, third provides usage context and examples. Front-loaded with key information.

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?

With one parameter, no annotations, and an output schema (present though not shown), the description explains what it returns, source, and valid module ids. Sufficient for a simple fetch tool; could add explicit parameter constraints.

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

Parameters4/5

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

Input schema has 0% description coverage for module_id. Description adds value by listing example valid modules ('2a', '2b', '3'), providing guidance beyond the schema. Could be improved by explicitly stating the format.

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 the action ('Fetch the quiz questions for a module'), identifies the specific resource ('from the dataflowr/quiz GitHub repo'), and distinguishes from sibling tools like check_quiz_answer by focusing on retrieval.

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?

Explicitly says 'Use this when a student wants to self-test their understanding of a module.' Lists modules with quizzes. Does not explicitly state when not to use, but context with siblings is clear.

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/dataflowr/dataflowr-tools'

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