Skip to main content
Glama

Poker Task Management MCP

by Hirao-Y

poker_proposeZone

Proposes material zones for 3D bodies with physical validation, specifying material type and density parameters for structural analysis.

Instructions

材料ゾーンを提案します(物理検証付き)

Input Schema

NameRequiredDescriptionDefault
body_nameYesゾーンが適用される立体名
densityNo密度 (g/cm³)
materialYes材料名(例:CONCRETE, STEEL, VOID)

Input Schema (JSON Schema)

{ "properties": { "body_name": { "description": "ゾーンが適用される立体名", "type": "string" }, "density": { "description": "密度 (g/cm³)", "maximum": 30, "minimum": 0.001, "type": "number" }, "material": { "description": "材料名(例:CONCRETE, STEEL, VOID)", "type": "string" } }, "required": [ "body_name", "material" ], "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