API Reference
Execute a tool
Executes the selected tool with the provided parameters in Sol.
POST
Path Parameters
The ID of the tool to execute
Body
application/json
Parameters for tool execution
Example:
{
"from_email": "noreply@sol.com",
"to_email": "tara@sol.com"
}
Static values to override parameters
Example:
{ "subject": "Welcome to our service!" }