get_template
Retrieve and transform template data from the CEDAR metadata repository using template ID or URL to access structured biomedical data annotations.
Instructions
Get a template from the CEDAR repository.
Args: template_id: The template ID or full URL from CEDAR repository (e.g., "https://repo.metadatacenter.org/templates/e019284e-48d1-4494-bc83-ddefd28dfbac")
Returns: Template data from CEDAR, cleaned and transformed
Input Schema
Name | Required | Description | Default |
---|---|---|---|
template_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"template_id": {
"type": "string"
}
},
"required": [
"template_id"
],
"type": "object"
}