Skip to main content
Glama

gen_compile_ide_companion_readiness

Compile no-spend readiness for generated assets and playable-slice development, verifying optional Unreal integrations like API wallet and animation account to confirm the environment is prepared.

Instructions

Compile no-spend readiness for generated assets plus playable-slice development.

KB: see knowledge_base/31_GENERATIVE_CONTENT_PIPELINE.md#ide-companion-readiness Example: gen_compile_ide_companion_readiness(brief="third-person dungeon demo", include_api_wallet=True)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
briefNothird-person dungeon-crawler demo with a hero, two props, and an enemy
timeout_sNo
content_pathNo/Game/Generated/PlayableSlice
session_nameNoide-companion
mechanic_briefNo
include_api_walletNo
include_unreal_bridgeNo
include_animation_accountNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

C2.2/5.0
Behavior2/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It hints at 'no-spend' (likely meaning no cost incurred), but does not state whether the tool is read-only, whether it mutates project state, what it returns, or any side effects. This is insufficient for a tool with 8 parameters and no annotation safety net.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness3/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is very short (two sentences plus an example), which is concise, but it under-specifies the tool. The purpose is front-loaded but the lack of essential details outweighs the brevity. It is not bloated, but it is also not adequately informative.

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?

Given the complexity (8 parameters, no schema descriptions, no annotations) and that an output schema exists but is not summarized, the description is far from complete. It neither explains the tool's behavior nor its relationship to the many sibling compilation tools, leaving the agent to guess when and how to invoke it.

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?

Schema description coverage is 0%, so the description must explain parameters. It only shows an example with 'brief' and 'include_api_wallet', but does not define any of the 8 parameters, their expected values, or how they influence the compilation. The agent cannot determine what to pass for timeout_s, content_path, session_name, etc.

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

Purpose3/5

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

The description uses a specific verb 'Compile' and names a resource ('no-spend readiness for generated assets plus playable-slice development'), but the term 'no-spend readiness' is jargon and the description does not distinguish the tool from sibling compilation tools like skill_compile_ide_companion_dashboard or skill_compile_ide_companion_session. It is not a tautology but remains vague about the exact deliverable.

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

Usage Guidelines2/5

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

The description provides a KB reference and an example call, but there is no explicit guidance on when to use this tool versus alternatives. No exclusions, prerequisites, or conditions are stated, leaving the agent to infer usage from the name and siblings.

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