get_procedure

Get detailed information about a procedure including its checklist items and media items.

Input

Parameter
Type
Required
Description

procedureId

string

Yes

The ID of the procedure to retrieve

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