Skip to main content
Glama
miyamamoto

JVLink MCP Server

by miyamamoto

list_tables

Retrieve all table names from the JVLink MCP Server database to access Japanese horse racing data for analysis without SQL.

Instructions

データベース内のテーブル一覧を取得

Returns:
    テーブル名のリスト

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The list_tables tool handler, which uses DatabaseConnection to retrieve and return a list of table names.
    @mcp.tool()
    def list_tables() -> list[str]:
        """データベース内のテーブル一覧を取得
    
        Returns:
            テーブル名のリスト
        """
        with DatabaseConnection() as db:
            return db.get_tables()

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