Skip to main content
Glama
ryuto-alt

DX12 Engine MCP Server

by ryuto-alt

ポストプロセス設定変更

dx12_set_post_process
Idempotent

Update specified post-process effects in DX12 Engine, including color grading, bloom, vignette, distortion, and stylization. Enable individual effects with boolean flags to apply changes.

Instructions

ポストプロセスのフィールドを指定分だけ更新する(未指定フィールドは現状維持)。カラーグレーディング(exposure/contrast/brightness/saturation/warmth/hueShift/tint) / ブルーム・ビネット(bloom/bloomThreshold/vignette) / スタイライズ(chromatic/pixelSize/posterize/ditherLevels/scanline/sharpen/grain) / 色操作(invert/sepia/grayscale) / 歪み(lens/waveAmp・Freq・Speed/radial/glitch) / 輪郭(outline/outlineColor) / fxaaOn。各エフェクトは On(bool) で有効化しないと数値を変えても見た目に効かない。先に dx12_get_post_process で現状値を確認するとよい。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
lensNo
tintNo
bloomNo
grainNo
hueOnNo
sepiaNo
fxaaOnNo
glitchNo
invertNo
lensOnNo
radialNo
tintOnNo
warmthNo
waveOnNo
bloomOnNo
enabledNoマスタースイッチ(false で全エフェクト素通し)。
grainOnNo
outlineNo
sepiaOnNo
sharpenNo
waveAmpNo
contrastNo
ditherOnNo
exposureNo
glitchOnNo
hueShiftNo
invertOnNo
radialOnNo
scanlineNo
vignetteNo
warmthOnNo
waveFreqNo
chromaticNo
grayscaleNo
outlineOnNo
pixelSizeNo
posterizeNo
sharpenOnNo
waveSpeedNo
brightnessNo
contrastOnNo
exposureOnNo
pixelizeOnNo
saturationNo
scanlineOnNo
vignetteOnNo
chromaticOnNo
grayscaleOnNo
posterizeOnNo
brightnessOnNo
ditherLevelsNo
outlineColorNo
saturationOnNo
bloomThresholdNo

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?

The description adds behavioral details beyond the idempotentHint annotation by explaining that unspecified fields are preserved and that effects require On bools to take effect. It also notes the master switch 'enabled'. This provides useful context, though it could mention any required state or permissions.

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 a single paragraph that efficiently lists effect categories and key usage notes without redundancy. It is appropriately concise for the high parameter count, though bullet points could improve readability.

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

Completeness3/5

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

The description covers partial updates, the enable pattern, and the recommendation to check current state. However, given the complexity (54 parameters, no required params), it could mention the execution context (e.g., whether the game must be running or if it applies to the active scene). The output schema is present, so return values are covered, but overall completeness is slightly lacking.

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

Parameters4/5

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

With only 2% schema coverage, the description compensates by grouping parameters into categories and explaining the enable pattern. It adds meaning beyond the raw schema by clarifying that each effect must be activated via a corresponding bool. However, it does not provide specific ranges or defaults for numeric parameters.

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 the tool updates post-process fields, lists categories of effects, and distinguishes from the sibling tool dx12_get_post_process by recommending checking current values first. It specifies that unspecified fields remain unchanged, providing a clear verb+resource scope.

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 provides clear usage context: it explains the partial update behavior, the need to enable effects via corresponding boolean parameters, and recommends using dx12_get_post_process first. However, it does not explicitly state when not to use this tool or contrast it effectively with other sibling tools beyond the single recommendation.

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