Skip to main content
Glama

Poker Task Management MCP

by Hirao-Y

poker_proposeUnit

Propose default unit settings for length, angle, density, and radioactivity when missing from YAML configuration files to ensure complete unit specification.

Instructions

単位設定セクションを提案します(YAMLファイルに未存在の場合のみ)- 4キー完全性保証

Input Schema

NameRequiredDescriptionDefault
angleYes角度の単位radian
densityYes密度の単位g/cm3
lengthYes長さの単位cm
radioactivityYes放射能の単位Bq

Input Schema (JSON Schema)

{ "additionalProperties": false, "description": "全4キー(length, angle, density, radioactivity)が必須です。部分指定は不可。", "properties": { "angle": { "default": "radian", "description": "角度の単位", "enum": [ "radian", "degree" ], "type": "string" }, "density": { "default": "g/cm3", "description": "密度の単位", "enum": [ "g/cm3" ], "type": "string" }, "length": { "default": "cm", "description": "長さの単位", "enum": [ "m", "cm", "mm" ], "type": "string" }, "radioactivity": { "default": "Bq", "description": "放射能の単位", "enum": [ "Bq" ], "type": "string" } }, "required": [ "length", "angle", "density", "radioactivity" ], "title": "4キー必須単位構造", "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