Skip to main content
Glama

insanitii_phase2_lifestyle_report

Run a Phase 2 lifestyle-framework readiness checklist to verify native manager classes, Blueprint wrapper, actor placement, and daily job generation in Unreal editor.

Instructions

Run the Insanitii Phase 2 lifestyle-framework readiness checklist.

This smoke workflow verifies that the native time, economy, and lifestyle manager classes are visible to the editor, the Blueprint wrapper exists, the manager actor is placed, and the manager can generate daily job options for the current lifestyle.

KB: see knowledge_base/10_WORLD_BUILDING.md#overview Example: insanitii_phase2_lifestyle_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

B3.4/5.0
Behavior3/5

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

No annotations are provided, so the description must carry the full burden. It does disclose the specific checks the tool performs, giving a good overview of behavior. However, it does not state whether any state is modified, whether it is safe/read-only, or how the include_dialogs parameter affects execution. The word 'verifies' implies read-only but is not explicit.

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 efficient and well-structured: a clear purpose statement, a bullet-like list of verification points, a KB reference, and an example. Every sentence contributes to understanding and there is no redundant elaboration.

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 tool has a single optional parameter)Skip, an output schema, and a KB reference, which reduces the need for return-value documentation. However, the include_dialogs parameter is unexplained, and there is no guidance on how this readiness report relates to the other phase-specific reports. These gaps leave part of the invocation context incomplete.

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

Parameters1/5

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

The only parameter, include_dialogs, has zero schema description coverage, and the description never mentions it. The example call with no arguments hints that it is optional, but its meaning and effect remain completely opaque. The description fails to compensate for the schema's lack of documentation.

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 states a specific verb ('Run') and a resource ('Insanitii Phase 2 lifestyle-framework readiness checklist'), then enumerates concrete verification targets (manager classes visibility, Blueprint wrapper existence, actor placement, job generation). This clearly distinguishes it from sibling readiness reports like phase1, manual control, or world reactivity.

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 identifies the tool as a smoke workflow for readiness checking, which implies its context. However, it does not explicitly state when to use this tool over other readiness reports, nor does it give any exclusions or alternative conditions. The KB reference points to broader documentation, but the description alone leaves the when-to-use decision partially to the agent.

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