list_procedures

List all procedures for a unit (property). Returns procedure details including type, position, and associations.

Input

Parameter
Type
Required
Description

unitId

string

Yes

The ID of the unit (property) to list procedures for

workspaceId

string

Yes

The ID of the workspace

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