get_participants
Retrieve the inputs, outputs, and catalysts for any reaction-like event using its stable ID or DB_ID.
Instructions
Get the inputs, outputs, and catalysts of a reaction-like event.
Args:
id: A ReactionlikeEvent (Reaction/BlackBoxEvent/...) stable id or DB_ID.
Returns:
Dict `{reaction_DB_ID, inputs, outputs, catalysts}` where `inputs`/
`outputs` are physical-entity dicts and each `catalysts` entry also
carries `catalyst_activity_DB_ID` and the GO `activity` DB_ID. Empty
lists if the object isn't a reaction or has none.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes |