Skip to main content
Glama

Poker Task Management MCP

by Hirao-Y

poker_updateDetector

Update detector parameters including origin position, grid vectors, transformation names, and path trace visibility for enhanced detection accuracy.

Instructions

既存検出器のパラメータを更新します

Input Schema

NameRequiredDescriptionDefault
gridNo新しいエッジベクトルと分割数の組の配列
nameYes更新する検出器の名前
originNo新しい検出器の基準位置(x y z形式)
show_path_traceNo透過線の経路トレースをサマリーに出力するか
transformNo新しい変換名

Input Schema (JSON Schema)

{ "additionalProperties": false, "properties": { "grid": { "description": "新しいエッジベクトルと分割数の組の配列", "items": { "additionalProperties": false, "properties": { "edge": { "description": "エッジベクトル(x y z形式)", "pattern": "^-?\\d+(\\.\\d+)?\\s+-?\\d+(\\.\\d+)?\\s+-?\\d+(\\.\\d+)?$", "type": "string" }, "number": { "description": "分割数", "maximum": 10000, "minimum": 1, "type": "integer" } }, "required": [ "edge", "number" ], "type": "object" }, "maxItems": 3, "minItems": 0, "type": "array" }, "name": { "description": "更新する検出器の名前", "type": "string" }, "origin": { "description": "新しい検出器の基準位置(x y z形式)", "pattern": "^-?\\d+(\\.\\d+)?\\s+-?\\d+(\\.\\d+)?\\s+-?\\d+(\\.\\d+)?$", "type": "string" }, "show_path_trace": { "description": "透過線の経路トレースをサマリーに出力するか", "type": "boolean" }, "transform": { "description": "新しい変換名", "maxLength": 50, "pattern": "^[a-zA-Z0-9_]+$", "type": "string" } }, "required": [ "name" ], "type": "object" }

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/Hirao-Y/poker_mcp'

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