Create page
create_pageCreate a page in a space using markdown. Supports rich blocks, backlinks, and optional deck or sheet modes.
Instructions
Create a page in a space (editor+). Body is markdown; tela://page/{id} links and [[Page Title]] wikilinks (resolved by title within the space) are indexed as backlinks. tela renders a rich block palette beyond plain markdown — to-do list, pull quote, callout, collapsible, tabs, kanban board, stat grid, timeline, calendar, poll, chart, embed, mermaid diagram, image, file attachment, code block, equation, inline math, table, highlight, wikilink, footnote. Prefer these over walls of text; read the tela://authoring-guide resource (or this server's instructions) for exact syntax. When asked for a presentation, slides, a slide deck, or a talk (any phrasing) — not a prose doc — set the page property deck=true (and optionally variant=) and write the body as slides separated by --- using the tahta layouts; call the deck_authoring_guide tool (or read the tela://deck-authoring-guide resource) for the layouts, fields, components, and variants. When asked for a spreadsheet, a table of data with formulas/totals, a budget, a tracker, or any grid that computes — not a prose doc — set the page property sheet=true and write the body as Defter markdown (compact GFM tables + an optional ```defter-style block); call the sheet_authoring_guide tool (or read the tela://sheet-authoring-guide resource) for the format, formulas, and styling.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | markdown body | |
| props | No | optional page properties (frontmatter); free-form keys, reserved keys like id/title/slug/created are ignored | |
| title | Yes | page title | |
| space_id | Yes | id of the space to create the page in | |
| parent_id | No | optional parent page id | |
| idempotency_key | No | optional client-generated key; a retry with the same key returns the original result instead of creating a duplicate page (safe retries after a dropped connection) |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | Yes |