list_species
List species annotated in Reactome, optionally filtering to main curated species only. Returns species names, taxonomy IDs, and abbreviations.
Instructions
List the species annotated in Reactome.
Args:
main_only: If True (default), return only the main curated species;
otherwise return every species including computational inferences.
Returns:
Dict `{count, species}` of Species records (name, taxId, abbreviation).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| main_only | No |