Skip to main content
Glama
miyamamoto

JVLink MCP Server

by miyamamoto

get_column_examples

Retrieve sample values from specific columns in Japanese horse racing data to understand data formats and structure for analysis.

Instructions

特定カラムの値の例を取得(データ形式理解用)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
table_nameYes
column_nameYes
limitNo

Implementation Reference

  • Tool handler for `get_column_examples`. It uses `DatabaseConnection` and calls the imported `_get_column_value_examples` helper.
    def get_column_examples(table_name: str, column_name: str, limit: int = 10) -> dict:
        """特定カラムの値の例を取得(データ形式理解用)"""
        with DatabaseConnection() as db:
            return _get_column_value_examples(
                db, table_name=table_name,
                column_name=column_name, limit=limit
            )

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