Skip to main content
Glama

get_course

Retrieve a course's Canvas ID, base URL, school, GitHub org, and output paths. It never returns secrets, only names the environment variable for the token.

Instructions

A course's coordinates: Canvas id, base url, school, GitHub org, output paths.

Never returns a secret — canvas_token_env names the variable, it is not the token.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
courseYes
Behavior3/5

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

No annotations are provided, so the description carries the full transparency burden. It adds a valuable behavioral guarantee that it never returns a secret, clarifying that `canvas_token_env` is a variable name, not the token. However, it does not explicitly confirm the operation is read-only or mention other behavioral traits.

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 sentences, immediately stating the tool's purpose followed by an important safety note. Every word earns its place; there is no redundancy or irrelevant content.

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?

The tool has no annotations and no output schema, so the description must explain both return values and input. It adequately explains the output fields and a security caveat, but fails to clarify the required 'course' parameter, making the description incomplete for reliable invocation.

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

Parameters1/5

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

The input schema has one required string parameter 'course' with no description, and the tool description provides no information about the parameter's format, acceptable values, or how it identifies the course. With 0% schema coverage, the description fails to compensate, leaving the parameter undefined.

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 states the tool returns a course's coordinates (Canvas id, base url, school, GitHub org, output paths), specifying the exact resource and attributes. It distinguishes from siblings like list_courses (which lists courses) and get_doc/get_page by focusing on course-level metadata.

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?

The description implies usage when a course's identifying information is needed, but does not explicitly state when to use it versus alternatives like list_courses or provide any exclusions or prerequisites. The safety warning about secrets adds context but not usage direction.

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/Canvas-LMS-MCP/canvas-teacher-mcp'

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