Skip to main content
GET
Search tools

Authorizations

Authorization
string
header
required

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

Query Parameters

q
string
required

What you're looking for, e.g. convert csv. Every word must match.

limit
integer
default:5

How many results to return. Values above the maximum are clamped, not rejected.

Required range: 1 <= x <= 25

Response

Matching tools, best first.

query
string
required

The q query, echoed back.

count
integer
required

How many tools matched — the length of tools, not the full catalog size.

tools
object[]
required