Skip to main content
Glama

skill_compile_ide_companion_blocker_resolution

Turns IDE companion blockers into actionable unblock strategies, including fallbacks and placeholder policies, to keep the session plan moving.

Instructions

Compile no-spend resolution choices for IDE companion blockers.

Converts readiness/status blockers into unblock actions, fallback paths, placeholder policy, bridge-offline policy, and next MCP actions. This tool does not call Tripo or mutate Unreal.

KB: see knowledge_base/32_AGENT_PLAYABLE_SLICE_RECIPE.md#d18-ide-companion-blocker-resolution Example: skill_compile_ide_companion_blocker_resolution(session_plan=plan, companion_status=status)

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
dashboardNo
session_planNo
companion_statusNo
readiness_reportNo
preferred_strategyNocontinue_with_placeholders

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv1.0.0

TDQS

A3.7/5.0
Behavior4/5

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

With no annotations, the description carries the burden. It explicitly states the tool does not call Tripo or mutate Unreal, and 'compile' implies a non-destructive planning operation. The description clarifies that it converts blockers into actions and policies, which is helpful. However, it does not mention whether it reads or writes any state, or if there are any side effects beyond compilation. The explicit negative statements add significant transparency.

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 efficiently structured: a one-line purpose, a sentence on conversions, a boundary note, a KB reference, and an example. It is concise and front-loaded with the core purpose, though the KB reference and example add useful context without bloat.

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 description covers the tool's purpose and boundaries, and an output schema exists to describe return values. However, the input parameter semantics are incomplete, and the tool's role within the larger IDE companion workflow is only implicit. The KB reference provides external context but is not a substitute for inline documentation of all parameters. For a tool with 5 optional parameters and zero schema descriptions, this is a notable gap.

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?

The schema has zero description coverage for all 5 parameters, so the description must compensate. It only mentions session_plan and companion_status in the example, leaving dashboard, readiness_report, and preferred_strategy unexplained. Without parameter-level meaning, an agent cannot reliably know what values to supply for the undocumented parameters, especially since all are optional and have defaults.

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-resource pair ('Compile no-spend resolution choices for IDE companion blockers') and lists concrete outputs (unblock actions, fallback paths, placeholder policy, bridge-offline policy, next MCP actions). It also differentiates from siblings by explicitly disclaiming Tripo calls and Unreal mutation, making its scope clear.

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 implies usage in the IDE companion blocker resolution context and provides an example call, but it does not explicitly state when to prefer this tool over sibling tools like skill_compile_ide_companion_status or skill_compile_ide_companion_placeholder_manifest. The negative constraints ('does not call Tripo or mutate Unreal') hint at boundaries but do not give direct alternative 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