Skip to main content
Glama

get_student

Read-onlyIdempotent

Retrieve a learner's name, email, and account status by their Skilljar ID to verify learner details or check if an account is inactive.

Instructions

Fetch one learner by their Skilljar id.

    Returns their name, email address and whether the account is inactive. To see
    what they are enrolled in, use `list_enrollments` with `filter_student_id`.

    Requires the `students:read` OAuth scope.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
emailNo
last_nameNo
first_nameNo
date_joinedNo
external_idNo
is_inactiveNo
Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint, idempotentHint, and destructiveHint, so the safety profile is covered. The description adds valuable behavior beyond annotations: the exact fields returned (name, email, inactive status) and the required OAuth scope students:read, which an agent needs to know before calling.

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 short sentences each earn their place: the core action, a pointer to the relevant sibling tool, and the required OAuth scope. There is no filler or repetition of schema details.

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 simple one-parameter lookup tool, the description covers the identifier semantics, the key alternative usage, and the authentication requirement. The presence of an output schema means return-value details are not the description's responsibility.

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 0%, leaving the sole 'id' parameter otherwise unexplained. The description compensates by specifying that the id is the 'Skilljar id', distinguishing it from other possible identifier types and telling the agent exactly what value to pass.

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 states a specific verb ('Fetch'), a clear resource ('one learner'), and the identifier ('Skilljar id'). It distinguishes itself from list_students and list_enrollments by making the singular, by-id lookup explicit.

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 explicitly directs the agent to use list_enrollments with filter_student_id when enrollment details are needed, which is a clear when-to-use-this-vs-that signal. It does not explicitly contrast with list_students for the plural/discovery case, but the singular 'one learner' phrasing implies that boundary.

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

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/CloudSecurityAlliance/csa-skilljar'

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