create_procedures

Create one or more procedures for a unit (property).

Input

Parameter
Type
Required
Description

workspaceId

string

Yes

The ID of the workspace

procedures

CreateProcedureInput[]

Yes

Array of procedures to create - CreateProcedureInput

CreateProcedureInput

Field
Type
Required
Description

title

string

Yes

The title of the procedure

unitId

string

Yes

The ID of the unit (property) to create the procedure for

procedureTypeId

string

Yes

The ID of the procedure type

taskCategoryIds

string[]

No

Array of task category IDs to associate with the procedure

position

number

No

The position/order of the procedure

Output

Field
Type
Description

content

ContentItem[]

Array of content items returned by the tool - ContentItem

isError

boolean

Whether the tool execution resulted in an error

ContentItem

Field
Type
Description

type

'text'

Content type (currently only 'text' is supported)

text

string

The text content to display

Last updated