Skip to main content
Glama
ryuto-alt

DX12 Engine MCP Server

by ryuto-alt

SSAO設定変更

dx12_set_ssao
Idempotent

Adjust screen-space ambient occlusion (SSAO) parameters like radius, bias, intensity, power, sample count, and blur to control shadowing and contrast in the scene.

Instructions

SSAO のフィールドを指定分だけ更新する(未指定は現状維持)。radius=ワールド空間半径, bias=自己遮蔽バイアス, intensity=遮蔽の強さ, power=コントラスト(pow指数), sampleCount=8か16, blur=4x4ボックスブラーの有無。

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
biasNo
blurNo
powerNo
radiusNo
enabledNo
intensityNo
sampleCountNo8 か 16。

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 provide idempotentHint=true, and the description adds behavioral context by explaining that only specified fields are updated while others stay current. This consistent partial update behavior is transparent.

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 sentence that efficiently conveys the action and parameter list. It is front-loaded with the main purpose but could be more structured for readability.

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

Completeness4/5

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

Given 7 optional parameters and an output schema existing, the description covers most relevant details. The missing enabled parameter is a minor gap, but overall it provides sufficient context for correct invocation.

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 schema coverage at only 14%, the description compensates by defining 6 out of 7 parameters (radius, bias, intensity, power, sampleCount, blur) with clear semantic explanations. However, it misses the enabled parameter and does not provide value ranges for numeric fields.

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 SSAO fields, with a specific verb (更新する) and resource (SSAO). It distinguishes from sibling get_ssao by focusing on modification.

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

Usage Guidelines3/5

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

The description mentions unspecified fields remain unchanged, implying partial updates, but does not explicitly state when to use this tool versus other set_* tools or when not to use it. Usage is implied rather than guided.

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