Skip to main content
Glama
ahnopologetic

Canvas LMS MCP Server

get_course_syllabus

Retrieve a course syllabus from Canvas LMS by providing the course ID to access detailed course information and requirements.

Instructions

Get a course's syllabus.

Args: course_id: Course ID

Returns: Course syllabus as string

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_idYes
Behavior2/5

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

No annotations are provided, so the description carries full burden. It states this is a 'get' operation which implies read-only behavior, but doesn't disclose any behavioral traits like authentication requirements, rate limits, error conditions, or what happens with invalid course IDs. The description is minimal and lacks important operational context.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise with just three lines. It's front-loaded with the core purpose, followed by parameter and return information. While perhaps too minimal, every sentence serves a purpose with zero wasted words.

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

Completeness2/5

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

For a tool with no annotations, no output schema, and 0% schema description coverage, the description is inadequate. It doesn't explain what format the syllabus returns (HTML? plain text? structured data?), what happens with invalid inputs, or provide any context about the syllabus content or structure. The description leaves too many operational questions unanswered.

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

Parameters2/5

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

With 0% schema description coverage and 1 parameter, the description adds minimal value beyond what the schema provides. It mentions 'course_id: Course ID' but doesn't explain what constitutes a valid course ID, where to find it, or provide any format examples. The description doesn't compensate for the lack of schema documentation.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool 'Get a course's syllabus' which clearly indicates the verb (get) and resource (syllabus). However, it doesn't distinguish this from sibling tools like 'get_course' or 'get_course_modules' - all are retrieval operations on course-related resources. The purpose is clear but lacks sibling differentiation.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. With sibling tools like 'get_course' and 'get_course_modules' available, there's no indication whether syllabus retrieval is separate from or part of course information, or when one might choose this over other course-related get operations.

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/ahnopologetic/canvas-lms-mcp'

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