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
toolId
string

Unique ID of the tool

Example:

"tool-6789"

name
string

Name of the tool

Example:

"Create Email Draft"

provider
string

Provider of the tool (e.g., Gmail, Outlook)

Example:

"Gmail"