Skip to main content
Glama

Get Page

get_page
Read-onlyIdempotent

Retrieve content from any Canvas wiki page in a course by providing the course ID and page slug. Use it to access weekly overviews or other course pages.

Instructions

Get the content of a Canvas wiki page in a course, such as a weekly overview. page_url is the page's slug, available from course_content. Use get_syllabus for the course syllabus.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
page_urlYesPage slug, e.g. 'week-1-overview'
course_idYesCourse id

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

Annotations already declare readOnlyHint=true and idempotentHint=true, covering the safety profile. The description adds context about the content type and parameter source, but doesn't disclose additional behavioral traits such as auth requirements or pagination. This is adequate but not rich.

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?

Two concise sentences with no wasted words. The key action and resource are front-loaded, and the additional guidance about the syllabus is a useful comparison.

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?

The tool is simple and safe, with strong annotations and an output schema present. The description covers its purpose, usage context, and a key parameter source, making it complete for an agent to select and invoke correctly.

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 100%, so the schema already documents both parameters. The description adds value by explaining that page_url is the page slug and is available from course_content, which helps agents locate the correct value beyond what the schema provides.

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 gets the content of a Canvas wiki page, using a specific verb and resource. It also distinguishes itself from get_syllabus, making it easy to understand its unique purpose.

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?

Provides clear context (weekly overviews) and explicitly directs users to get_syllabus for the course syllabus. It also notes that page_url is available from course_content, which helps with usage. However, it doesn't explicitly list exclusions for other sibling tools.

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

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