Skip to main content
Glama
miyamamoto

JVLink MCP Server

by miyamamoto

list_query_templates

Retrieve available query templates to analyze Japanese horse racing data, including race results, jockey performance, breeding trends, and track conditions.

Instructions

利用可能なクエリテンプレート一覧を取得

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Implementation Reference

  • The tool list_query_templates retrieves available templates using get_templates_list and returns them with metadata.
    @mcp.tool()
    def list_query_templates() -> dict:
        """利用可能なクエリテンプレート一覧を取得"""
        templates = get_templates_list()
        return {
            "templates": templates,
            "total": len(templates),
            "usage": "execute_template_query(template_name, **params)"
        }

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