Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
SYNAPSE_EMAIL | No | Your Synapse email address for authentication | |
SYNAPSE_API_KEY | No | Your Synapse API key for authentication | |
SYNAPSE_PASSWORD | No | Your Synapse password for authentication |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
No resources |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
get_entity | Get a Synapse entity by ID. |
get_entity_annotations | Get annotations for an entity. |
get_entity_children | Get child entities of a container entity. |
search_entities | Search for Synapse entities. |
query_entities | Query entities based on various criteria. |
query_table | Query a Synapse table. |
get_datasets_as_croissant | Get public datasets in Croissant metadata format. |