Skip to main content
Glama

s21_check_academic_status

Calculate academic status for a course: view assignment averages, loaded grades, and projected minimum grades required for Direct Promotion or Regularity.

Instructions

Calcula el estado académico (promedio de TPs, notas cargadas y proyección de notas mínimas para Promoción Directa o Regularidad).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYesID de la materia en Canvas (ej: 34584).
target_promo_gradeNoNota mínima objetivo para Promoción Directa (por defecto 7).
target_regular_gradeNoNota mínima objetivo para Regularidad (por defecto 5).

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.1

TDQS

A3.5/5.0
Behavior3/5

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

With no annotations, the description carries the behavioral burden and does indicate the computation scope (averages, loaded grades, projections). However, it does not state whether the operation is purely read-only, what happens when grades are missing, or what the response shape is.

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?

One focused sentence, front-loaded with the verb, and a parenthetical that adds meaningful detail without redundancy. Every phrase earns its place.

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?

For a three-parameter tool with no output schema and no annotations, the description gives the core calculation but omits the return format, missing-grade behavior, and any usage caveats. It is adequate but not 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 coverage is 100%, so the baseline is 3. The parenthetical in the description aligns with target_promo_grade and target_regular_grade but adds little beyond the schema's existing parameter descriptions and defaults.

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 names a specific action ('Calcula') and resource ('estado académico'), and enumerates the outputs: TP averages, loaded grades, and minimum-grade projections for Promoción Directa or Regularidad. It does not explicitly compare itself to sibling getters like s21_get_assignments, so it stops short of full sibling differentiation.

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

Usage Guidelines3/5

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

Usage context is only implied by the domain terms: it is the tool to call when a student wants their academic standing or required minimum grades. There are no explicit alternative tools, when-not-to-use conditions, or prerequisites such as requiring graded assignments to be loaded.

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

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/omniboyOK/siglo21-canvas-mcp'

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