Skip to main content
Glama
miyamamoto

JVLink MCP Server

by miyamamoto

get_important_features

Identify key predictive factors for Japanese horse racing analysis. This tool extracts important features from JRA-VAN data to inform betting strategies and performance evaluation.

Instructions

競馬予測で重要な特徴量の知見を提供

Returns:
    重要特徴量のリスト、説明、での活用方法

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • Tool implementation for get_important_features which provides feature importance data from a loaded JSON source.
    @mcp.tool()
    def get_important_features() -> dict:
        """競馬予測で重要な特徴量の知見を提供
    
        Returns:
            重要特徴量のリスト、説明、での活用方法
        """
        return {
            "features": FEATURE_IMPORTANCE_DATA["important_features"],
            "feature_combinations": FEATURE_IMPORTANCE_DATA["feature_combinations"],
            "total_features": len(FEATURE_IMPORTANCE_DATA["important_features"]),
            "references": FEATURE_IMPORTANCE_DATA["references"]
        }

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