Create one or more procedures for a unit (property).
workspaceId
string
Yes
The ID of the workspace
procedures
CreateProcedureInput[]
Array of procedures to create - CreateProcedureInput
title
The title of the procedure
unitId
The ID of the unit (property) to create the procedure for
procedureTypeId
The ID of the procedure type
taskCategoryIds
string[]
No
Array of task category IDs to associate with the procedure
position
number
The position/order of the procedure
content
ContentItem[]
Array of content items returned by the tool - ContentItem
isError
boolean
Whether the tool execution resulted in an error
type
'text'
Content type (currently only 'text' is supported)
text
The text content to display
Last updated 1 day ago