configure_token
Set up the Barista authentication token to enable access and management of Gene Ontology Causal Activity Models (GO-CAMs) for biological knowledge representation.
Instructions
Configure the Barista authentication token.
Args: token: The Barista authentication token
Returns: Success status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| token | Yes |
Input Schema (JSON Schema)
{
"properties": {
"token": {
"type": "string"
}
},
"required": [
"token"
],
"type": "object"
}