Skip to main content
POST

Authorizations

Authorization
string
header
required

JWT token obtained from dashboard

Body

application/json
query
string
required

Natural language query to find tools

Maximum string length: 500
Example:

"Create a GitHub pull request and deploy to production"

top_k
integer
default:5

Number of tools to return (max 50)

Required range: 1 <= x <= 50
filter
object

Optional filters for results

user_id
string

Override current user (admin only)

Response

Tools retrieved successfully

success
boolean
Example:

true

data
object
meta
object