GET
/
tools
curl --request GET \
  --url https://api.sol.com/v1/tools
[
  {
    "toolId": "tool-6789",
    "name": "Create Email Draft",
    "provider": "Gmail"
  }
]

Query Parameters

apps
string[]

Optional list of apps to filter tools by (e.g., google-calendar, gmail, github)

Response

200 - application/json

A list of available tools

The response is of type object[].