Skip to main content
Glama
ryuto-alt

DX12 Engine MCP Server

by ryuto-alt

タグ/領域でエンティティ検索

dx12_query_entities
Read-only

Find entities by tag or rectangular region on the XZ plane. Returns matched entity IDs, names, and total count.

Instructions

tag か box のどちらかで複数エンティティを探す(どちらか必須)。box は XZ 平面の矩形 [minX,minZ,maxX,maxZ]。{entities:[{entityId,name}], count} を返す。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
boxNo[minX,minZ,maxX,maxZ]。この XZ 矩形に入るエンティティを列挙。
tagNoこのタグを持つエンティティを列挙。

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultNoエンジンからの生の結果。実際の形は各ツールの説明 / dx12_describe_components を参照。text にも同内容を JSON 文字列で格納。
Behavior4/5

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

Annotations declare readOnlyHint=true, and the description adds the return format and the coordinate system for the box. It does not contradict annotations and provides useful behavioral context beyond what annotations offer.

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

Conciseness5/5

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

The description is extremely concise, two sentences, with no unnecessary words. It front-loads the core functionality and all essential information.

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

Completeness5/5

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

Given the high schema coverage, annotations, and presence of an output schema, the description provides complete information for an agent to understand the tool's functionality and usage correctly.

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?

Schema coverage is 100% with both parameters already described. The description adds that one is required and explains the box format, but this adds only marginal value given the schema already covers the details.

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

Purpose5/5

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

The description clearly states it searches for multiple entities by tag or box, specifies the box format as an XZ rectangle, and details the return structure. It effectively distinguishes its purpose from single-entity tools like dx12_get_entity and dx12_find_entity.

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

Usage Guidelines4/5

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

The description explicitly says one of tag or box is required, providing clear context for when to use this tool. However, it does not mention alternative tools like dx12_overlap_box, which could also query by area, but the context is still clear enough for an agent to decide.

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/ryuto-alt/dx12-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server