Skip to main content
Glama
miyamamoto

JVLink MCP Server

by miyamamoto

get_database_overview

Retrieve a comprehensive overview of the Japanese horse racing database, including structure and available data types for analysis.

Instructions

データベース全体の概要を取得

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The get_database_overview function, marked as an MCP tool, retrieves a database snapshot.
    def get_database_overview() -> dict:
        """データベース全体の概要を取得"""
        with DatabaseConnection() as db:
            return _get_data_snapshot(db)

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/miyamamoto/jvlink-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server