cURL
curl --request GET \ --url https://api.sol.com/v1/tools
[ { "toolId": "tool-6789", "name": "Create Email Draft", "provider": "Gmail" } ]
Fetches available tools in Sol, optionally filtered by apps.
Optional list of apps to filter tools by (e.g., google-calendar, gmail, github)
A list of available tools
Unique ID of the tool
"tool-6789"
Name of the tool
"Create Email Draft"
Provider of the tool (e.g., Gmail, Outlook)
"Gmail"