get_model
Retrieve complete GO-CAM model data including individuals, facts, and annotations using the model identifier to access biological pathway information.
Instructions
Retrieve the full JSON representation of a GO-CAM model.
Args: model_id: The GO-CAM model identifier
Returns: Full model data including individuals and facts
Examples: # Get a production model model = get_model("gomodel:5fce9b7300001215") # Returns complete model with: # - data.id: model ID # - data.individuals: list of all individuals # - data.facts: list of all relationships # - data.annotations: model-level annotations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| model_id | Yes |