Skip to main content
Glama

Poker Task Management MCP

by Hirao-Y

poker_proposeBody

Propose new 3D geometric bodies with automatic backup by specifying type, coordinates, and dimensions for spheres, cylinders, boxes, and other shapes.

Instructions

新しい3D立体を提案します(自動バックアップ付き)

Input Schema

NameRequiredDescriptionDefault
bottom_centerNo底面中心座標 (x y z形式) - RCC,TRC,REC用
bottom_radiusNo底面半径 - TRC用
centerNo中心座標 (x y z形式) - SPH,ELL,TOR用
depth_vectorNo奥行きベクトル (x y z形式) - WED用
edge_1Noエッジ1ベクトル (x y z形式) - BOX用
edge_2Noエッジ2ベクトル (x y z形式) - BOX用
edge_3Noエッジ3ベクトル (x y z形式) - BOX用
expressionNo組み合わせ式 - CMB用
height_vectorNo高さベクトル (x y z形式) - RCC,TRC,REC,WED用
major_radiusNo主半径 - TOR用
maxNo最大座標 (x y z形式) - RPP用
minNo最小座標 (x y z形式) - RPP用
minor_radius_horizontalNo水平方向副半径 - TOR用
minor_radius_verticalNo垂直方向副半径 - TOR用
nameYes立体の一意な名前
normalNo法線ベクトル (x y z形式) - TOR用
radiusNo半径 - SPH, RCC用
radius_vector_1No半径ベクトル1 (x y z形式) - ELL,REC用
radius_vector_2No半径ベクトル2 (x y z形式) - ELL,REC用
radius_vector_3No半径ベクトル3 (x y z形式) - ELL用
top_radiusNo上面半径 - TRC用
transformNo適用する変換名
typeYes立体タイプ
vertexNo頂点座標 (x y z形式) - BOX,WED用
width_vectorNo幅ベクトル (x y z形式) - WED用

Input Schema (JSON Schema)

{ "properties": { "bottom_center": { "description": "底面中心座標 (x y z形式) - RCC,TRC,REC用", "type": "string" }, "bottom_radius": { "description": "底面半径 - TRC用", "maximum": 10000, "minimum": 0.001, "type": "number" }, "center": { "description": "中心座標 (x y z形式) - SPH,ELL,TOR用", "type": "string" }, "depth_vector": { "description": "奥行きベクトル (x y z形式) - WED用", "type": "string" }, "edge_1": { "description": "エッジ1ベクトル (x y z形式) - BOX用", "type": "string" }, "edge_2": { "description": "エッジ2ベクトル (x y z形式) - BOX用", "type": "string" }, "edge_3": { "description": "エッジ3ベクトル (x y z形式) - BOX用", "type": "string" }, "expression": { "description": "組み合わせ式 - CMB用", "type": "string" }, "height_vector": { "description": "高さベクトル (x y z形式) - RCC,TRC,REC,WED用", "type": "string" }, "major_radius": { "description": "主半径 - TOR用", "maximum": 10000, "minimum": 0.001, "type": "number" }, "max": { "description": "最大座標 (x y z形式) - RPP用", "type": "string" }, "min": { "description": "最小座標 (x y z形式) - RPP用", "type": "string" }, "minor_radius_horizontal": { "description": "水平方向副半径 - TOR用", "maximum": 10000, "minimum": 0.001, "type": "number" }, "minor_radius_vertical": { "description": "垂直方向副半径 - TOR用", "maximum": 10000, "minimum": 0.001, "type": "number" }, "name": { "description": "立体の一意な名前", "type": "string" }, "normal": { "description": "法線ベクトル (x y z形式) - TOR用", "type": "string" }, "radius": { "description": "半径 - SPH, RCC用", "maximum": 10000, "minimum": 0.001, "type": "number" }, "radius_vector_1": { "description": "半径ベクトル1 (x y z形式) - ELL,REC用", "type": "string" }, "radius_vector_2": { "description": "半径ベクトル2 (x y z形式) - ELL,REC用", "type": "string" }, "radius_vector_3": { "description": "半径ベクトル3 (x y z形式) - ELL用", "type": "string" }, "top_radius": { "description": "上面半径 - TRC用", "maximum": 10000, "minimum": 0.001, "type": "number" }, "transform": { "description": "適用する変換名", "type": "string" }, "type": { "description": "立体タイプ", "enum": [ "SPH", "RCC", "RPP", "BOX", "CMB", "TOR", "ELL", "REC", "TRC", "WED" ], "type": "string" }, "vertex": { "description": "頂点座標 (x y z形式) - BOX,WED用", "type": "string" }, "width_vector": { "description": "幅ベクトル (x y z形式) - WED用", "type": "string" } }, "required": [ "name", "type" ], "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