Skip to main content
Glama

kupid_lms_quizzes

Retrieve quizzes, exams, and surveys for a course from Canvas LMS, including deadlines and time limits. Requires a course ID from the course list tool.

Instructions

Canvas LMS 퀴즈/시험 목록을 조회합니다.

과목의 퀴즈, 시험, 설문 목록과 마감일, 시간제한 등을 확인합니다. kupid_lms_courses로 course_id를 먼저 확인하세요.

Args: course_id: 과목 ID (kupid_lms_courses의 id 필드)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

No annotations are provided, so the description carries full burden. It implies a read-only operation ('조회') but does not explicitly state read-only behavior, auth requirements, or rate limits. It adds basic behavioral context (listing quizzes) but lacks detail on side effects or permissions.

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 concise with no wasted words. It front-loads the purpose, follows with the prerequisite, and then defines the parameter. At only three short sentences, every sentence adds value.

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?

Given the tool's simplicity (one required parameter, output schema exists), the description adequately covers what the tool does and how to use it. However, it does not mention pagination, sorting, or behavior when no quizzes exist, but the output schema likely fills that gap.

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?

Schema description coverage is 0%, so the description compensates. It explains that 'course_id' is the ID from 'kupid_lms_courses', adding meaningful context beyond the schema's basic type. However, it could mention other possible parameters (none) or format constraints.

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 that the tool lists quizzes, exams, and surveys with due dates and time limits for a course. It uses specific verbs ('조회합니다' meaning retrieves) and resource ('퀴즈/시험 목록'). Although not explicitly distinguishing from siblings, the context of sibling tools (assignments, grades, etc.) makes its purpose distinct.

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 explicitly instructs to first obtain the course_id from 'kupid_lms_courses', providing a clear prerequisite. It does not specify when not to use the tool or alternatives, but for a simple list tool, this guidance is adequate.

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/SonAIengine/ku-portal-mcp'

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