Skip to main content
Glama
risnake

@rishblob/canvas-mcp-server

by risnake

list_announcements

Retrieve course announcements by course ID, with optional date range and pagination controls.

Instructions

List announcements for a course

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
end_dateNoEnd date in ISO 8601 format
per_pageNoNumber of results per page (default 10)
course_idYesThe ID of the course
start_dateNoStart date in ISO 8601 format

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv1.0.0

TDQS

B3.2/5.0
Behavior2/5

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

No annotations are present, so the description carries the full burden of behavioral disclosure. It only restates the action and resource, without mentioning read-only behavior, pagination, date filtering semantics, ordering, or side effects. The verb 'List' implies a read operation, but the description adds no meaningful behavioral detail beyond that.

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 a single, concise sentence that front-loads the core action and resource. It is not verbose, though its brevity leaves gaps captured in other dimensions.

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 description is minimally viable for a simple list operation, especially since the schema documents all parameters and course_id is the only required one. However, it lacks return-value context, usage guidance, and behavioral details like date-range handling or pagination, so it is not fully 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?

Schema description coverage is 100%, so all four parameters are already documented in the input schema. The description adds little parameter meaning beyond 'for a course,' which loosely maps to course_id, so the baseline of 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 uses a specific verb ('List') with a clear resource ('announcements') and scope ('for a course'), making the primary function unambiguous. It is clearly distinguishable from siblings such as list_courses and create_announcement because both the action and resource are named.

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 gives no guidance on when to use this tool versus alternatives like create_announcement, list_discussions, or get_course_activity_stream. No usage context, exclusions, or prerequisites are provided.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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

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