Skip to main content
Glama

submit_solubility_workflow

Predict solubility (log S) of molecules in multiple solvents at various temperatures using machine learning models via Rowan's computational chemistry platform.

Instructions

Submit a solubility prediction workflow using Rowan v2 API.

Args: initial_smiles: SMILES string of the molecule for solubility prediction solvents: JSON string list of solvents as SMILES or names (e.g., '["water", "ethanol", "CCO"]'). Empty string uses defaults temperatures: JSON string list of temperatures in Kelvin (e.g., '[298.15, 310.15]'). Empty string uses default range name: Workflow name for identification and tracking folder_uuid: UUID of folder to organize this workflow. Empty string uses default folder. max_credits: Maximum credits to spend on this calculation. 0 for no limit.

Predicts solubility (log S) of a molecule in multiple solvents at various temperatures using machine learning models.

Returns: Workflow object representing the submitted workflow

Example: # Basic solubility prediction result = submit_solubility_workflow( initial_smiles="CC(=O)Nc1ccc(O)cc1", solvents='["water", "ethanol"]', temperatures='[298.15, 310.15]' )

# With SMILES solvents result = submit_solubility_workflow( initial_smiles="CC(=O)O", solvents='["O", "CCO", "CCCCCC"]', temperatures='[273.15, 298.15, 323.15]' )

This workflow can take 5 minutes to complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
initial_smilesYesSMILES string of the molecule for solubility prediction
solventsNoJSON string list of solvents as SMILES or names (e.g., '["water", "ethanol", "CCO"]'). Empty string uses defaults
temperaturesNoJSON string list of temperatures in Kelvin (e.g., '[298.15, 310.15]'). Empty string uses default range
nameNoWorkflow name for identification and trackingSolubility Workflow
folder_uuidNoUUID of folder to organize this workflow. Empty string uses default folder
max_creditsNoMaximum credits to spend on this calculation. 0 for no limit

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/k-yenko/rowan-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server