Skip to main content
GET
/
v1
/
tools
List Tools
curl --request GET \
  --url https://api.example.com/v1/tools
[
  {
    "tool": "<string>",
    "categories": [
      "<string>"
    ]
  }
]

Response

200 - application/json

Successful Response

tool
string
required
categories
string[]
required
Last modified on April 21, 2026