Create Page
create_pageCreate a new page in Magnet using markdown content. Supports note, sprint planning, and context documentation types.
Instructions
Create a new page in Magnet using markdown content. Supports standard markdown syntax including headings, lists, code blocks, links, etc.
Page types:
'note' (default): A general note or document
'sprint_planning': A sprint planning document
'context_doc_label': A context documentation page
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Title of the page | |
| markdown | Yes | Markdown content for the page body | |
| pageType | No | Type of page. Defaults to 'note'. | |
| properties | No | Optional page properties (type-specific) | |
| organizationId | No | ID of the organization. Optional when using API key authentication. |