Skip to main content
GET
List Tools

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Query Parameters

search
string | null

Case-insensitive match on name.

agent_id
string | null

Only tools attached to this agent's draft config.

cursor
string | null
page
integer | null

1-based page number; mutually exclusive with cursor.

Required range: x >= 1
include_total
boolean
default:false
page_size
integer
default:30
Required range: 1 <= x <= 100

Response

Request fulfilled, document follows

tools
PublicAgentToolSummary · object[]
required
has_more
boolean
required
next_cursor
string | null
total
integer | null