get_event_sbml
Export Reactome pathways or reactions to SBML or SBGN formats, with automatic truncation for large files.
Instructions
Export a pathway/reaction to SBML or SBGN, inline with size guarding.
SBML connects Reactome straight into systems-biology tooling (and the
BioModels workflow). Large exports are head/tail truncated with a pointer
to `download_export` so multi-MB XML never floods the chat.
Args:
stable_id: Event stable id, e.g. "R-HSA-69620".
fmt: "sbml" (default) or "sbgn".
max_chars: Max characters to return inline (default 50000).
Returns:
Dict with `stId`, `format`, `mimeType`, `total_chars`, `truncated`, and
either `content` (full text) or `content_head` + `content_tail` +
`note` when truncated.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| fmt | No | sbml | |
| max_chars | No | ||
| stable_id | Yes |