GET
/
tools
/
{toolId}
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": "noreply@sol.com",
    "to_email": "tara@sol.com"
  }
}

Path Parameters

toolId
string
required

The ID of the tool to retrieve

Response

200 - application/json
Details of the tool
toolId
string
Example:

"tool-6789"

name
string
Example:

"Create Email Draft"

provider
string
Example:

"Gmail"

description
string
Example:

"Create a draft email with the given parameters."

params
object