cURL
curl --request GET \ --url https://api.sol.com/v1/tools/{toolId}
{ "toolId": "tool-6789", "name": "Create Email Draft", "provider": "Gmail", "description": "Create a draft email with the given parameters.", "params": { "from_email": "[email protected]", "to_email": "[email protected]" } }
Fetches a specific tool by its ID from Sol.
The ID of the tool to retrieve
Details of the tool
"tool-6789"
"Create Email Draft"
"Gmail"
"Create a draft email with the given parameters."
Show child attributes
"[email protected]"