Skip to main content
Glama

get_student_context

Read-only

Fetch the student's current academic details—term, major, advisor, units, and graduation—to ground academic conversations and supply the current term for other queries.

Instructions

Who the student is right now: name, current term, class level, major, college, advisor, units carried, and expected graduation.

Call this first in any conversation touching academics, and whenever you need the current semester to pass as a term argument elsewhere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNo
majorNo
degreeNo
collegeNo
timezoneNoAmerica/New_York
departmentNo
class_levelNo
current_termYes
maximum_unitsNo
units_carriedNo
primary_advisorNo
expected_graduationNo
Behavior3/5

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

The annotations already declare readOnlyHint=true, so the description does not need to restate that this is a safe read operation. The description adds useful context that the current semester can be reused as a term argument elsewhere, but it does not disclose edge cases such as missing or stale data. This is sufficient given the annotation coverage.

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 two concise sentences with no redundant wording. The core purpose and data fields are front-loaded, followed by a clear usage directive. Every sentence earns its place.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a no-parameter, read-only tool with an output schema, the description fully covers what data is returned and when to invoke the tool. It also explains how the output can be used in downstream calls, making it complete for correct invocation.

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?

The tool has zero parameters, and the input schema is empty, so there is nothing to document. The description appropriately references 'term' as an output value to be reused, which is helpful context beyond the schema. Baseline 4 applies for zero-parameter tools.

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 identifies the tool's purpose: retrieving a current snapshot of the student's academic context, with a concrete list of fields such as name, term, class level, major, and advisor. This specificity distinguishes it from sibling tools like get_schedule and get_grades, which target different academic data.

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?

It provides strong usage guidance: 'Call this first in any conversation touching academics' and 'whenever you need the current semester to pass as a term argument elsewhere.' However, it does not explicitly discuss when to use sibling tools instead, so it lacks exclusions.

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/noah-lowry/sio-mcp'

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