Skip to main content
Glama

get_gradebook

Retrieve gradebook data for any reporting period to view courses, assignments, and scores. Access current or historical academic records from StudentVue to track student performance and analyze grade trends.

Instructions

Get the full gradebook for a reporting period. Returns all courses with their assignments and scores. Use reportingPeriod 0 for the current period. Increment for previous periods.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
reportingPeriodNoReporting period index. 0 = current period, 1 = previous, etc.
Behavior4/5

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

No annotations provided, so description carries full burden. Discloses return structure ('Returns all courses with their assignments and scores') and temporal indexing behavior. Does not mention safety properties (read-only) or error conditions, though 'Get' in name strongly implies read-only behavior.

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 zero waste: purpose statement, return value disclosure, and parameter usage guidance. Front-loaded with core action and appropriately sized for the tool's simplicity.

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?

Complete for a single-parameter read tool with no output schema. Covers purpose, return payload structure, and parameter usage. Minor gap: does not describe error behavior for invalid reporting periods or auth requirements, though these may be implicitly understood in context.

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 coverage is 100%, establishing baseline 3. Description adds valuable imperative usage context ('Use reportingPeriod 0 for the current period. Increment for previous periods.') that clarifies the indexing semantics beyond the schema's mechanical description.

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?

Specific verb ('Get') + resource ('full gradebook') + scope ('for a reporting period'). Effectively distinguishes from siblings like 'get_grade_summary' and 'get_grade_details' by emphasizing 'full' scope and 'all courses with their assignments and scores'.

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?

Provides clear parameter usage logic (0=current, increment for previous) but lacks explicit guidance on when to choose this over siblings like 'get_grade_summary' or 'get_failing_or_low_grades'. Differentiation is implied through 'full' but not stated directly.

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/shengdynasty/school-mcp'

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