togoid_getAllDataset
List all databases available for ID conversion in TogoID, including their ID formats, validation patterns, and example IDs to help identify correct ID types before conversion.
Instructions
List all databases registered in TogoID with their ID formats.
Returns configuration for every dataset TogoID knows about, including:
label: Human-readable database name
regex: Pattern for validating IDs (helps you check if you have the right ID format before converting)
prefix: URI prefix for linked data
examples: Sample IDs you can use to test conversions
Useful for: - Discovering which databases are available for ID conversion - Checking the expected ID format (e.g., UniProt accession vs entry name) - Finding example IDs to test with countId before bulk conversion
Returns: Dictionary mapping dataset keys (e.g., 'uniprot', 'ncbigene', 'pdb') to their configuration objects.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||