get_page_details
Fetch a Canvas page's metadata and a 500-character plain-text preview, showing settings like status, timestamps, and editors. Embedded media is listed separately.
Instructions
Get a specific page's metadata plus a short text preview.
Returns settings (status, timestamps, editor, editing roles) and a PLAIN-TEXT preview capped at 500 characters. The preview drops all markup, so embedded media is listed separately rather than silently disappearing. For the full body, including media markup, use get_page_content.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page_url_or_id | Yes | Page URL slug or page ID | |
| course_identifier | Yes | Course code or Canvas ID |