Skip to main content
Glama

Canvas Assignment Assistant

by brendan-ch

search_assignments

Search for Canvas assignments across courses using keywords, due dates, and course filters to find relevant tasks and deadlines.

Instructions

Searches for assignments across all courses based on title, description, due dates, and course filters.

Input Schema

NameRequiredDescriptionDefault
queryNoSearch term to find in assignment titles or descriptions
dueBeforeNoOnly include assignments due before this date (YYYY-MM-DD)
dueAfterNoOnly include assignments due after this date (YYYY-MM-DD)
includeCompletedNoInclude assignments from completed courses
courseIdNoOptional: Limit search to specific course ID

Input Schema (JSON Schema)

{ "properties": { "courseId": { "description": "Optional: Limit search to specific course ID", "type": [ "string", "number" ] }, "dueAfter": { "description": "Only include assignments due after this date (YYYY-MM-DD)", "type": "string" }, "dueBefore": { "description": "Only include assignments due before this date (YYYY-MM-DD)", "type": "string" }, "includeCompleted": { "default": false, "description": "Include assignments from completed courses", "type": "boolean" }, "query": { "default": "", "description": "Search term to find in assignment titles or descriptions", "type": "string" } }, "type": "object" }

Other Tools from Canvas Assignment Assistant

Related Tools

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

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