Skip to main content
Glama

submit_descriptors_workflow

Calculate molecular descriptors including physical properties, electronic properties, and structural features for chemical compounds using Rowan's computational chemistry platform.

Instructions

Submit a molecular descriptors calculation workflow using Rowan v2 API.

Args: initial_molecule: SMILES string or molecule object for descriptor calculation 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.

Calculates a comprehensive set of molecular descriptors including:

  • Physical properties (MW, logP, TPSA, etc.)

  • Electronic properties (HOMO/LUMO, dipole moment, etc.)

  • Structural features (rotatable bonds, H-bond donors/acceptors, etc.)

  • Topological indices

Returns: Workflow object representing the submitted workflow

Example: # Basic descriptor calculation result = submit_descriptors_workflow( initial_molecule="CC(=O)Nc1ccc(O)cc1" )

# For complex molecule result = submit_descriptors_workflow( initial_molecule="CN1C=NC2=C1C(=O)N(C(=O)N2C)C", name="Caffeine Descriptors" )

This workflow typically takes 10-30 seconds to complete.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
initial_moleculeYesSMILES string of the molecule to calculate descriptors for
nameNoWorkflow name for identification and trackingDescriptors 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