UNPKG

@longevity-genie/biostratum-mcp-plugin

Version:

ElizaOS MCP plugin for biostratum - a comprehensive MCP composer and adapter solution

39 lines 1.43 kB
{ "server": "synergy-age", "toolCount": 3, "tools": [ { "name": "synergyage_get_schema_info", "description": "Get comprehensive information about the SynergyAge database schema including table structures, column descriptions, enumerations, and critical query guidelines for genetic synergy, epistasis, and aging research data.", "inputSchema": { "type": "object", "properties": {} } }, { "name": "synergyage_example_queries", "description": "Get comprehensive example SQL queries with patterns and best practices for the SynergyAge database, including gene searching, interaction analysis, synergistic/antagonistic relationships, and proper result ordering.", "inputSchema": { "type": "object", "properties": {} } }, { "name": "synergyage_db_query", "description": "Query the SynergyAge database that contains genetic synergy, epistasis, and aging research data with experimental lifespan effects from model organisms. Before calling this tool the first time, always check tools that provide schema information and example queries.", "inputSchema": { "type": "object", "properties": { "sql": { "title": "Sql", "type": "string" } }, "required": [ "sql" ] } } ], "fetchedAt": "2025-06-07T16:03:52.686Z" }