EasyTopic: create Documentation page
easytopic_create_doc_pageCreates a documentation page in a project. Only project admins can perform this action; non-admins receive an error.
Instructions
Creates a new Documentation page (Topic) under the given parent (null = top-level page) in a Documentation Project. Firestore rules only allow Topic creation by a Project ADMIN (no plain-participant fallback) — this tool checks that up front and returns { error: "notProjectAdmin" } instead of a raw permission error if the bot is only a member. Ask the human to promote the bot to admin on that Project's participants if you hit this.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | ||
| projectId | Yes | ||
| topicTypeId | No | ||
| parentTopicId | No | ||
| descriptionHtml | No |