List Ontologies
list_ontologiesRetrieve available ontologies with labels, ordered alphabetically. Normalize trailing slashes to merge duplicates, or include raw variants to expose catalog inconsistencies.
Instructions
List available Ontologies (Data Models) and their titles.
Args:
limit: Maximum number of ontologies to return (default: 50)
normalize_trailing_slash: If true, merge ontology IRIs that differ only by a final "/" (default: true)
include_variants: If true and normalization is enabled, include raw URI variants to expose catalog inconsistencies
Returns:
List of ontology URIs with labels/titles, ordered alphabetically
Note: Some ontologies are duplicated in the catalog with and without a trailing slash. By default this tool normalizes them, but you can inspect the raw variants when cleaning the catalog.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| include_variants | No | ||
| normalize_trailing_slash | No |