capacities_create_object
Create a new object in Capacities by specifying its type and title. Add optional tags and markdown content, supporting books, people, meetings, and custom structures.
Instructions
Create a new object of any type in Capacities. Requires the Capacities desktop app to be running. Can create Books, People, Meetings, or any custom object type defined in the space.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | Tags to apply to the object (will be added as hashtags in the content) | |
| type | Yes | The object type name (e.g., "Book", "Meeting", "Person"). Must match the exact singular name of a structure in the space. | |
| title | Yes | The title of the new object | |
| content | No | Markdown content to add to the object's notes section | |
| spaceId | No | The UUID of the space. Optional - uses active space if omitted. |