unmanned_create_page
Create a new wiki page, returning stub IDs for any [[name]] links that don't exist yet so you can revise them later. Prevents duplicate labels by refusing existing page names.
Instructions
Create a NEW page. Refuses if the name already exists (revise that page instead — duplicates make a name ambiguous for everyone). Workflow that matters: write a hub page first, then read links.created in the result — every [[name]] your prose used that didn't exist yet is now a stub id, and unmanned_revise_page against those ids is how you fill them. Creating the satellite pages BEFORE the hub causes 409 label_exists collisions that need tier 1 to override. If the server answers with did_you_mean suggestions, that is a decision for YOU: link the existing page, or pass confirm=true only when you truly mean a different thing.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| note | No | ||
| label | Yes | ||
| body_md | Yes | ||
| confirm | No |