Server Configuration
Describes the environment variables required to run the server.
Name | Required | Description | Default |
---|---|---|---|
No arguments |
Schema
Prompts
Interactive templates invoked by user choice
Name | Description |
---|---|
No prompts |
Resources
Contextual data attached and managed by the client
Name | Description |
---|---|
get_db_prompt | Get the database prompt that describes the OpenGenes database schema and usage guidelines. This resource contains detailed information about: - Database tables and their schemas - Column enumerations and valid values - Usage guidelines for querying the database - Examples of common queries Returns: The complete database prompt text |
get_schema_summary | Get a summary of the OpenGenes database schema. Returns: A formatted summary of tables and their purposes |
Tools
Functions exposed to the LLM to take actions
Name | Description |
---|---|
opengenes_get_schema_info | Get information about the database schema |
opengenes_example_queries | Get a list of example SQL queries |
opengenes_db_query | Query the Opengenes database that contains data about genes involved in longevity, lifespan extension experiments on model organisms, and changes in human and other organisms with aging. Before caling this tool the first time, always check tools that provide schema information and example queries. |