Skip to main content
Glama

Poker Task Management MCP

by Hirao-Y

poker_updateBody

Modify geometric parameters of existing 3D bodies by updating coordinates, dimensions, and transformation properties for precise spatial adjustments.

Instructions

既存立体のパラメータを更新します

Input Schema

NameRequiredDescriptionDefault
bottom_centerNo新しい底面中心座標 (x y z形式)
bottom_radiusNo新しい底面半径
centerNo新しい中心座標 (x y z形式)
depth_vectorNo新しい奥行きベクトル (x y z形式)
edge_1No新しいエッジ1ベクトル (x y z形式)
edge_2No新しいエッジ2ベクトル (x y z形式)
edge_3No新しいエッジ3ベクトル (x y z形式)
expressionNo新しい組み合わせ式
height_vectorNo新しい高さベクトル (x y z形式)
major_radiusNo新しい主半径
maxNo新しい最大座標 (x y z形式)
minNo新しい最小座標 (x y z形式)
minor_radius_horizontalNo新しい水平方向副半径
minor_radius_verticalNo新しい垂直方向副半径
nameYes更新する立体名
normalNo新しい法線ベクトル (x y z形式)
radiusNo新しい半径
radius_vector_1No新しい半径ベクトル1 (x y z形式)
radius_vector_2No新しい半径ベクトル2 (x y z形式)
radius_vector_3No新しい半径ベクトル3 (x y z形式)
top_radiusNo新しい上面半径
transformNo新しい変換名
vertexNo新しい頂点座標 (x y z形式)
width_vectorNo新しい幅ベクトル (x y z形式)

Input Schema (JSON Schema)

{ "properties": { "bottom_center": { "description": "新しい底面中心座標 (x y z形式)", "type": "string" }, "bottom_radius": { "description": "新しい底面半径", "maximum": 10000, "minimum": 0.001, "type": "number" }, "center": { "description": "新しい中心座標 (x y z形式)", "type": "string" }, "depth_vector": { "description": "新しい奥行きベクトル (x y z形式)", "type": "string" }, "edge_1": { "description": "新しいエッジ1ベクトル (x y z形式)", "type": "string" }, "edge_2": { "description": "新しいエッジ2ベクトル (x y z形式)", "type": "string" }, "edge_3": { "description": "新しいエッジ3ベクトル (x y z形式)", "type": "string" }, "expression": { "description": "新しい組み合わせ式", "type": "string" }, "height_vector": { "description": "新しい高さベクトル (x y z形式)", "type": "string" }, "major_radius": { "description": "新しい主半径", "maximum": 10000, "minimum": 0.001, "type": "number" }, "max": { "description": "新しい最大座標 (x y z形式)", "type": "string" }, "min": { "description": "新しい最小座標 (x y z形式)", "type": "string" }, "minor_radius_horizontal": { "description": "新しい水平方向副半径", "maximum": 10000, "minimum": 0.001, "type": "number" }, "minor_radius_vertical": { "description": "新しい垂直方向副半径", "maximum": 10000, "minimum": 0.001, "type": "number" }, "name": { "description": "更新する立体名", "type": "string" }, "normal": { "description": "新しい法線ベクトル (x y z形式)", "type": "string" }, "radius": { "description": "新しい半径", "maximum": 10000, "minimum": 0.001, "type": "number" }, "radius_vector_1": { "description": "新しい半径ベクトル1 (x y z形式)", "type": "string" }, "radius_vector_2": { "description": "新しい半径ベクトル2 (x y z形式)", "type": "string" }, "radius_vector_3": { "description": "新しい半径ベクトル3 (x y z形式)", "type": "string" }, "top_radius": { "description": "新しい上面半径", "maximum": 10000, "minimum": 0.001, "type": "number" }, "transform": { "description": "新しい変換名", "type": "string" }, "vertex": { "description": "新しい頂点座標 (x y z形式)", "type": "string" }, "width_vector": { "description": "新しい幅ベクトル (x y z形式)", "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