Skip to main content
GET
List tools

Authorizations

Authorization
string
header
required

Enter your JWT token

Query Parameters

search
string | null

Optional free-text search applied across tool fields.

name
string | null

Optional exact-name filter.

applicationSlug
string | null

Optional filter limiting results to tools of a specific application.

category
string | null

Optional category filter.

available
boolean
default:false

When true, returns only tools the caller can currently execute. Defaults to false.

includeDeprecated
boolean
default:false

When true, includes deprecated tools in the results. Defaults to false.

offset
integer<int32>
default:0

Zero-based index of the first item to return. Defaults to 0.

top
integer<int32>
default:100

Maximum number of items to return. Defaults to 100.

toolsetId
string | null

Optional toolset id; when supplied, the caller's workflow tools in that toolset are included alongside activity tools.

Response

A paginated list of tools.

Offset-based paginated wrapper for a list of items.

items
object[]
required

The items in the current page.

totalCount
integer<int32>
required

Total number of items available across all pages.

offset
integer<int32>
required

Number of items skipped before this page (the requested offset).

top
integer<int32>
required

Maximum number of items requested for this page.