Skip to main content
Glama

list_students_needing_attention

Read-only

Flag students needing attention based on inactivity, missing or late submissions, and low scores. Each result details the specific signals and thresholds used.

Instructions

Report students who may need instructor attention based on inactivity, missing or late submissions, and low current score. Each finding lists the exact signals that fired and the thresholds used — this is a factual report, not a prediction. Requires instructor/TA permissions in the course.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYesThe Canvas course ID
inactive_daysNoFlag students with no activity in the last N days (default 7)
min_missingNoFlag students with at least N missing submissions (default 1)
min_lateNoFlag students with at least N late submissions (default 3)
score_thresholdNoFlag students with a current score below this value (default 70)
Behavior4/5

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

The description adds value beyond annotations by clarifying the output is a factual report with exact signals and thresholds. It also notes permission requirements. No contradiction with annotations.

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?

Two sentences with no fluff. The most critical information (purpose, permissions, output nature) is front-loaded and succinct.

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 high schema coverage and no output schema, the description adequately covers purpose, permissions, and output nature. It could mention return format but is sufficient for an informative tool.

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%, and the description doesn't add specific parameter details beyond the schema. The overall context of thresholds and signals helps interpret parameters indirectly, but not enough to exceed baseline 3.

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 specifies the tool reports students needing attention based on inactivity, missing/late submissions, and low score. It uses a specific verb-resource pair and distinguishes from siblings like 'list_students' or 'get_missing_submissions'.

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 mentions 'Requires instructor/TA permissions', providing a clear prerequisite. It also contrasts with prediction tools by stating it's a factual report. However, it lacks explicit when-not-to-use guidance or alternatives.

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/bruchris/canvas-lms-mcp'

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