togoid_getDataset
Retrieve configuration details for a specific biological database, including ID format, URI prefix, example IDs, and available annotations, to validate and prepare identifiers before bulk 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.
RETURNS a dict with label (human-readable name), regex (ID-validation
pattern — use it to check your IDs are well-formed), prefix (URI prefixes
for linking), examples (sample IDs — test with countId before bulk
conversion), and annotations (available annotation types).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dataset | Yes | Dataset key (e.g., 'uniprot', 'ncbigene', 'pdb', 'chembl_target', 'ensembl_gene', 'hgnc', 'pubchem_compound') |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||