Skip to main content
Glama
longevity-genie

OpenGenes MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Instructions

Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.

This server publishes no instructions, or was last inspected before Glama recorded them.

Capabilities

Server capabilities have not been inspected yet.

Tools

Functions exposed to the LLM to take actions

NameDescription
opengenes_get_schema_infoC

Get information about the database schema

opengenes_example_queriesB

Get a list of example SQL queries

opengenes_db_queryB

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.

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription
get_db_promptGet 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_summaryGet a summary of the OpenGenes database schema. Returns: A formatted summary of tables and their purposes

TDQS

B3.4/5.0

Scored across 3 tools

Disambiguation5/5

Each tool has a clearly distinct purpose with no overlap: one queries the database, one provides example queries, and one gives schema information. An agent can easily tell them apart based on their specific functions.

Naming Consistency5/5

All tools follow a consistent 'opengenes_' prefix with descriptive suffixes (_db_query, _example_queries, _get_schema_info), using snake_case uniformly. This predictable pattern enhances readability and usability.

Tool Count3/5

With only 3 tools, the set feels thin for a database query server, as it lacks operations like data manipulation (e.g., insert, update) or advanced query features. However, it covers basic query support adequately for its stated purpose.

Completeness3/5

The tools provide essential query, example, and schema functions, but there are notable gaps such as no data modification tools (e.g., create, update, delete) or specialized query filters. This limits the server's ability to handle full database workflows.

Maintenance

ActivityInactive
ResponsivenessUnresponsive