Skip to main content
Glama

geck_esp_patch_ref_to_status_bar_offset

Plan legacy patches by capturing deferred patch arguments and offsets for moving a reference to the status bar offset. Returns applied=false without writing, enabling safe validation before execution.

Instructions

Legacy planning only: capture deferred patch arguments plus offsets; returns applied=false without writing.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
rot_xNo
rot_yNo
rot_zNo
backupNo
backendNowin32
game_dirNo
offset_xNo
offset_yNo
offset_zNo
plugin_nameNoAI_Test_DoNotUse.esp
ref_form_idYes
use_status_rotationNo
preserve_existing_rotationNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv0.1.0

TDQS

A3.6/5.0
Behavior5/5

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

With no annotations present, the description carries the full burden of behavioral disclosure. It explicitly states the critical behavior: it does not write, and it returns applied=false. This is unusually transparent for a no-op tool and prevents an agent from mistakenly expecting a mutation.

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 entire description is one compact sentence that front-loads the most important signal ('Legacy planning only') and then states the key behavioral consequence. Every phrase earns its place, and there is no wasted or repetitive text.

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?

Although the no-op behavior is clear and an output schema exists, the tool has 13 parameters, no annotations, and zero schema description coverage. The description does not explain what 'deferred patch arguments' are, which parameters are meaningful in planning mode, or how the agent should set them. An agent could call this tool but would not fully understand the intended planning workflow.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only mentions 'patch arguments plus offsets' as a collective group. It does not explain any of the 13 individual parameters, their relationships, or which ones matter for the deferred planning behavior. This is insufficient given the schema's total lack of descriptive content.

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

Purpose4/5

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

The description states a specific behavior: capture deferred patch arguments plus offsets and return applied=false without writing. It clearly signals this is a legacy planning-only variant, which differentiates it from the active patch tool among the siblings, though it never names the alternative and 'capture' remains slightly ambiguous.

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?

'Legacy planning only' implies this should be used solely for planning and not for applying real patches, but the description does not explicitly say when not to use it or which sibling should be used instead. The usage context is implied rather than stated with clear alternatives or exclusions.

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

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/maksimka2432fr23/codex-skill-mcp-fallout3'

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