Skip to main content
Glama

Poker Task Management MCP

by Hirao-Y

poker_changeOrderBuildupFactor

Adjusts the sequence of material buildup factors in task management to optimize workflow order and resource allocation.

Instructions

ビルドアップ係数の順序を変更します

Input Schema

NameRequiredDescriptionDefault
materialYes順序を変更する材料名
newIndexYes新しいインデックス位置

Input Schema (JSON Schema)

{ "properties": { "material": { "description": "順序を変更する材料名", "type": "string" }, "newIndex": { "description": "新しいインデックス位置", "minimum": 0, "type": "integer" } }, "required": [ "material", "newIndex" ], "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