Skip to main content
Glama

send_password_reset

Destructive

Email a learner a password reset link scoped to a specific training domain. Provide the learner ID and domain to generate a working reset link.

Instructions

Email a learner a password reset link. This contacts a real person.

    `id` is the obfuscated Skilljar learner id. `domain` is REQUIRED and has no default: the reset link is scoped to
    one of your
    training domains, so sending it against the wrong one produces a link that does
    not work. Use `list_domains` to find the right value.

    Prefer this over `set_student_password` - it never puts you in possession of
    someone's credentials.

    Requires the `students:manage-password` OAuth scope AND the `people.destructive`
    capability. Send it only on the user's explicit instruction.
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
domainYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
noteYes
sentYes
domainYes
Install Server

TDQS

A5/5.0
Behavior5/5

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

Despite `destructiveHint: true` already signaling impact, the description adds crucial behavioral context: it contacts a real person, requires specific OAuth scopes and a destructive capability, and should only run on explicit user instruction. This goes beyond what annotations and schema convey.

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 front-loaded with the core action and consequence ('This contacts a real person'), then efficiently covers parameters, alternative guidance, and authorization. Every sentence earns its place without unnecessary fluff.

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?

Given the output schema exists and annotations already mark the tool destructive/non-idempotent, the description covers everything needed: what it does, parameter semantics, the right domain lookup, the safer alternative, permission requirements, and user-consent constraint. Nothing essential is missing.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

With 0% schema description coverage, the description fully compensates by explaining that `id` is the obfuscated Skilljar learner id and that `domain` is required, has no default, affects link validity, and can be found via `list_domains`. This is actionable and prevents a common failure mode.

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 uses a specific verb and resource ('Email a learner a password reset link') and immediately distinguishes itself from the sibling `set_student_password`. An agent can clearly tell what this tool does and why it differs from the most similar alternative.

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

Usage Guidelines5/5

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

The description explicitly says to prefer this over `set_student_password`, gives the reason, tells the agent to use `list_domains` to find the correct domain, and restricts use to explicit user instruction. This is strong when-to-use and when-not-to-use guidance.

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