Skip to main content
Glama

Poker Task Management MCP

by Hirao-Y

poker_updateZone

Update material properties and density values for specified zones in task management structures to maintain accurate physical modeling parameters.

Instructions

既存ゾーンの材料や密度を更新します

Input Schema

NameRequiredDescriptionDefault
body_nameYes更新するゾーンの立体名
densityNo新しい密度 (g/cm³)
materialNo新しい材料名

Input Schema (JSON Schema)

{ "properties": { "body_name": { "description": "更新するゾーンの立体名", "type": "string" }, "density": { "description": "新しい密度 (g/cm³)", "maximum": 30, "minimum": 0.001, "type": "number" }, "material": { "description": "新しい材料名", "type": "string" } }, "required": [ "body_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