Skip to main content
Glama

get_course_content_overview

Read-only

Retrieve a comprehensive overview of a Canvas course, including its pages, modules, and syllabus, with optional filtering for each section.

Instructions

Get a comprehensive overview of course content including pages, modules, and syllabus.

    Args:
        course_identifier: Course code or Canvas ID
        include_pages: Include pages information (default: True)
        include_modules: Include modules and their items (default: True)
        include_syllabus: Include syllabus content (default: True)
    

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
course_identifierYes
include_pagesNo
include_modulesNo
include_syllabusNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already indicate readOnlyHint=true, so the description's statement of 'Get a comprehensive overview' aligns. It adds value by specifying the included components (pages, modules, syllabus) but does not disclose additional behavioral traits like aggregation or performance.

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 concise, front-loaded with the main purpose, and followed by a clear argument list. Every sentence serves a purpose with no wasted words.

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

Completeness4/5

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

Given the presence of an output schema, the description need not detail return values. It adequately explains the three components included. However, it could mention how to handle large courses or missing data, but overall it is complete for an overview tool.

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 each parameter: course_identifier as 'Course code or Canvas ID' and boolean flags with defaults and meanings. This adds critical meaning beyond the schema.

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 'Get a comprehensive overview of course content including pages, modules, and syllabus.' It uses specific verbs and resources, and distinguishes itself from sibling tools like get_course_details or get_course_structure by offering a combined view.

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 that this tool is a one-stop-shop for an overview, but it does not explicitly state when to use it versus alternatives like list_pages or list_modules. No when-not or alternative guidance is provided.

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

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