list_guidelines
Discover available GO-CAM guideline documents for biological knowledge modeling. Use this tool to identify which guidelines can be accessed for building and editing Gene Ontology Causal Activity Models.
Instructions
List all available GO-CAM guideline documents.
Returns a list of available guideline names that can be accessed using the get_guideline_content tool.
Returns: Dictionary with 'guidelines' key containing list of available guidelines
Examples: # List all available guidelines result = list_guidelines() for guide in result['guidelines']: print(guide)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||