Skip to main content
Glama

insanitii_phase1_readiness_report

Run the Phase 1 smoke-readiness checklist on the open editor, preferring native bridge routes and falling back to read-only UE Python probes when the plugin is out of date.

Instructions

Run the Insanitii Phase 1 smoke-readiness checklist against the open editor.

The report prefers native bridge routes added for project smoke testing, then falls back to read-only UE Python probes when the running editor has not yet reloaded the latest UnrealMCP plugin binary.

KB: see knowledge_base/10_WORLD_BUILDING.md#overview Example: insanitii_phase1_readiness_report()

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
include_dialogsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.5/5.0
Behavior3/5

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

The description discloses useful runtime behavior: it prefers native bridge routes and falls back to read-only UE Python probes when the editor has not reloaded the latest UnrealMCP plugin binary. Since no annotations are present, the description bears the full safety-disclosure burden, but it only explicitly labels the UE Python fallback as read-only and does not state whether the overall report can produce side effects or interfere with open dialogs.

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 compact and front-loaded with the core action in the first sentence. The fallback explanation adds valuable context without excess. The KB path and zero-argument example are somewhat redundant for a no-required-parameter tool, so it is not a perfect 5, but every remaining sentence earns its place.

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 presence of an output schema covers return-value expectations, and the description gives enough high-level behavior for an agent to attempt the call. However, the single parameter is unexplained and the description does not provide any guidance among the many Insanitii report siblings. The KB pointer helps a little but does not close the gaps.

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 never mentions the only parameter, include_dialogs. The parameter name and default value hint that dialogs may be included or affected, but the agent cannot determine what 'include_dialogs' controls, whether it suppresses UI, or what behavior it triggers. The description was expected to compensate for the low schema coverage and does not.

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 first sentence is a specific verb+resource statement: run the 'Insanitii Phase 1 smoke-readiness checklist' against the open editor. The 'Phase 1' and 'smoke-readiness' qualifiers clearly separate this from sibling Insanitii reports such as phase2_lifestyle_report, manual_control_readiness_report, and player_station_interaction_route_report.

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?

Usage context is implied by the tool name and first sentence ('Phase 1 smoke-readiness'), so an agent can infer when it is relevant. However, the description does not explicitly say when to choose this over sibling Insanitii reports, nor does it state exclusions or prerequisites. The preference/fallback paragraph describes internal execution behavior, not tool-selection guidance.

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

Deploy Server

Other Tools