Skip to main content
GET
List tools

Authorizations

Authorization
string
header
required

API key created in Duckie Settings -> API Access.

Query Parameters

limit
integer
default:100

Maximum number of records to return. Defaults to 100 and is capped at 200.

Required range: 1 <= x <= 200
cursor
string

Opaque cursor from the previous page's pagination.next_cursor value.

type
enum<string>[]

Filter by one or more tool types. Repeat the parameter for OR matching.

Available options:
duckie_tool,
app_tool,
custom_tool,
mcp_tool

Search tool name, description, app integration name, and MCP server name.

is_write_action
boolean

Filter tools by whether they perform write actions.

requires_approval
boolean

Filter tools by whether they require approval.

integration_id
string

Filter app tools by integration ID.

mcp_server_id
string<uuid>

Filter MCP tools by server UUID.

Response

Tools.

data
object[]
required
pagination
object
required