Skip to main content
GET
List available tools

Authorizations

Authorization
string
header
required

A Modus personal access token (modus_<orgUuid>_<prefix>_<secret>) or an OAuth 2.1 access token, sent as Authorization: Bearer <token>.

Query Parameters

pageToken
string

Opaque page token from a previous response's nextPageToken. Omit for the first page.

pageSize
number

Max items per page. Defaults to 25, clamped to 100.

Required range: 1 <= x <= 100
Example:

25

Response

tools
object[]
required

Known tool/integration surfaces a scope can select in its toolset.

nextPageToken
string | null
required

Opaque token for the next page; null when this was the last page. Pass as pageToken on the next request.

Example:

null