Skip to main content
Glama
Hirao-Y

Poker Task Management MCP

by Hirao-Y

poker_proposeBody

Propose new 3D geometric bodies with automatic backup by specifying type, coordinates, and dimensions for spheres, cylinders, boxes, and other shapes.

Instructions

新しい3D立体を提案します(自動バックアップ付き)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bottom_centerNo底面中心座標 (x y z形式) - RCC,TRC,REC用
bottom_radiusNo底面半径 - TRC用
centerNo中心座標 (x y z形式) - SPH,ELL,TOR用
depth_vectorNo奥行きベクトル (x y z形式) - WED用
edge_1Noエッジ1ベクトル (x y z形式) - BOX用
edge_2Noエッジ2ベクトル (x y z形式) - BOX用
edge_3Noエッジ3ベクトル (x y z形式) - BOX用
expressionNo組み合わせ式 - CMB用
height_vectorNo高さベクトル (x y z形式) - RCC,TRC,REC,WED用
major_radiusNo主半径 - TOR用
maxNo最大座標 (x y z形式) - RPP用
minNo最小座標 (x y z形式) - RPP用
minor_radius_horizontalNo水平方向副半径 - TOR用
minor_radius_verticalNo垂直方向副半径 - TOR用
nameYes立体の一意な名前
normalNo法線ベクトル (x y z形式) - TOR用
radiusNo半径 - SPH, RCC用
radius_vector_1No半径ベクトル1 (x y z形式) - ELL,REC用
radius_vector_2No半径ベクトル2 (x y z形式) - ELL,REC用
radius_vector_3No半径ベクトル3 (x y z形式) - ELL用
top_radiusNo上面半径 - TRC用
transformNo適用する変換名
typeYes立体タイプ
vertexNo頂点座標 (x y z形式) - BOX,WED用
width_vectorNo幅ベクトル (x y z形式) - WED用
Behavior2/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

With no annotations provided, the description carries full burden for behavioral disclosure. It mentions 'automatic backup' which suggests some safety mechanism, but doesn't explain what 'propose' means operationally (is this a draft creation? does it require approval?), what permissions are needed, whether this is a read or write operation, or what happens on success/failure. For a complex 25-parameter tool with no annotations, this is inadequate.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is extremely concise - a single Japanese sentence that states the core function. While efficient, it may be too brief given the tool's complexity. There's no wasted text, but it might benefit from slightly more context given the 25 parameters and lack of annotations.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness2/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a complex 25-parameter tool with no annotations and no output schema, the description is insufficient. It doesn't explain what happens after proposal, what the 'automatic backup' entails, what domain this operates in (CAD? simulation?), or what the expected outcomes are. The description fails to provide adequate context for proper tool selection and invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has 100% description coverage, providing detailed parameter documentation including coordinate formats and type-specific usage. The description adds no parameter information beyond what's already in the schema. According to scoring rules, when schema_description_coverage is high (>80%), the baseline is 3 even with no param info in the description.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose3/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states the tool 'proposes a new 3D solid (with automatic backup)', which provides a general purpose but lacks specificity. It doesn't clearly distinguish what makes this different from sibling tools like 'poker_updateBody' or 'poker_deleteBody', nor does it specify what kind of 3D solid creation system this is for. The purpose is understandable but vague about the domain context.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides no guidance on when to use this tool versus alternatives. With siblings like 'poker_updateBody' and 'poker_deleteBody' available, there's no indication whether this is for initial creation versus modification, or what prerequisites might be needed. The mention of 'automatic backup' hints at a safety feature but doesn't explain when this tool is appropriate.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

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