togoid_getDataset
Retrieve detailed metadata for a biological database in TogoID, including ID format, URI prefix, example IDs, and available annotations to validate and prepare IDs for conversion.
Instructions
Get configuration for a specific database in TogoID.
Retrieves detailed metadata about a single dataset, including its ID format, URI prefix, example IDs, and available annotations.
Args: dataset: Dataset key (e.g., 'uniprot', 'ncbigene', 'pdb', 'chembl_target', 'ensembl_gene', 'hgnc', 'pubchem_compound')
Returns: Dictionary with: - label: Human-readable name - regex: ID validation pattern (use to verify your IDs are correctly formatted) - prefix: URI prefixes for linking - examples: Sample IDs (use with countId to test before bulk conversion) - annotations: Available annotation types for this dataset
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||