canvas_get_file
Retrieve detailed information about a specific file in Canvas LMS by providing its file ID using this tool within the Canvas MCP Server V2.0.
Instructions
Get information about a specific file
Input Schema
Name | Required | Description | Default |
---|---|---|---|
file_id | Yes | ID of the file |
Input Schema (JSON Schema)
{
"properties": {
"file_id": {
"description": "ID of the file",
"type": "number"
}
},
"required": [
"file_id"
],
"type": "object"
}