@@ -112,6 +112,63 @@ Circles/teams tools
112112 * Example prompt: *"Share my Hiking plans.md file with the Hiking group team." *
113113
114114
115+ Collectives tools (require `Collectives <https://apps.nextcloud.com/apps/collectives >`_)
116+ ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
117+
118+ * List the user's collectives
119+
120+ * Example prompt: *"List my collectives." *
121+
122+ * List the pages in a collective
123+
124+ * Example prompt: *"List the pages in my Engineering collective." *
125+
126+ * Get metadata about a page in a collective
127+
128+ * Example prompt: *"Show me the details of the 'Onboarding' page in my Engineering collective." *
129+
130+ * Get the markdown content of a page
131+
132+ * Example prompt: *"Fetch the content of the 'Onboarding' page in my Engineering collective." *
133+
134+ * List trashed pages in a collective
135+
136+ * Example prompt: *"List the trashed pages in my Engineering collective." *
137+
138+ * Create a new page in a collective under a given parent
139+
140+ * Example prompt: *"Create a new 'Q3 retro' page in my Engineering collective under the 'Retros' page." *
141+
142+ * Replace the content of a page (a note saying the page was edited with the help of the AI Assistant is
143+ appended automatically)
144+
145+ * Example prompt: *"Update the 'Q3 retro' page in my Engineering collective with the meeting notes." *
146+
147+ * Rename a page
148+
149+ * Example prompt: *"Rename the 'Q3 retro' page in my Engineering collective to 'Q3 2026 retro'." *
150+
151+ * Move a page to a different parent
152+
153+ * Example prompt: *"Move the 'Q3 2026 retro' page under the 'Archive' page in my Engineering collective." *
154+
155+ * Set the emoji icon of a page
156+
157+ * Example prompt: *"Set the emoji of the 'Onboarding' page in my Engineering collective to 🚀." *
158+
159+ * Move a page to the collective's trash
160+
161+ * Example prompt: *"Trash the 'Old draft' page in my Engineering collective." *
162+
163+ * Restore a page from the collective's trash
164+
165+ * Example prompt: *"Restore the 'Old draft' page from the trash of my Engineering collective." *
166+
167+ * Permanently delete a page
168+
169+ * Example prompt: *"Permanently delete the 'Old draft' page in my Engineering collective." *
170+
171+
115172Contacts tools
116173~~~~~~~~~~~~~~
117174
0 commit comments