Skip to main content
Glama
Ait0u5hi

canvas-scholar-mcp

by Ait0u5hi

Read a discussion thread

canvas_get_discussion_view
Read-onlyIdempotent

Retrieve the complete threaded discussion view for a Canvas course topic, with all reply bodies included, to analyze or summarize the conversation.

Instructions

Full threaded view of a discussion topic, including reply bodies.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
topicIdYesDiscussion topic id
courseIdYesCanvas course id
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the behavioral safety profile is covered. The description adds content details (threaded view, reply bodies) but no further behavioral traits such as pagination, rate limits, or return format specifics. This is consistent and adds modest value beyond the annotations.

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 a single, efficient sentence that directly states the tool's output and scope without any redundant phrasing. It is appropriately concise for a simple read operation, with no filler or unnecessary detail.

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?

For a two-parameter read-only tool with no output schema, the description provides adequate context about the return content (full thread with reply bodies). It could be more explicit about other response elements (e.g., author info, attachments), but for a straightforward retrieval tool this is sufficient. The annotations cover safety and open-world behavior, so the description is reasonably complete.

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

Parameters3/5

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

Both parameters (courseId and topicId) have full schema descriptions, giving 100% coverage. The tool description adds no additional parameter details, so it does not exceed the schema baseline. Since the schema already documents parameter meaning, a 3 is appropriate.

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 a specific verb and resource: it provides a 'full threaded view of a discussion topic, including reply bodies.' This distinguishes it from sibling tools like canvas_list_discussions, which list topics rather than return thread content. The meaning is unambiguous and ties directly to the tool name and title.

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 for viewing a specific discussion's full thread, but it does not explicitly state when to use this tool versus alternatives like canvas_list_discussions. No exclusions or alternative conditions are mentioned, leaving the agent to infer from the sibling list. This is adequate but lacks explicit routing.

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

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