Skip to main content
Glama
inite-ai

ideaudit-tools

Official
by inite-ai

derive_kill_criteria

Convert unit economics, dealbreakers, and ICP drift into falsifiable, data-driven kill criteria with thresholds and statuses. Replaces vague prose rules that never fire, so only actionable go/kill signals trigger.

Instructions

Derive a falsifiable, data-driven list of kill criteria from upstream signals — the outputs of validate_unit_economics and compute_dealbreakers_v2, plus an ICP drift count. Returns one row per rule with {rule, threshold, status, evidence?}, where status is tripped_now / monitor / cleared. Replaces prose kill criteria, which are tautologies that can never fire.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
unitEconNoThe result of validate_unit_economics.
dealbreakersNoThe result of compute_dealbreakers_v2.
icpDriftCountNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4.4/5.0
Behavior4/5

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

With no annotations provided, the description carries the behavioral burden. It discloses the output shape (one row per rule with rule, threshold, status, evidence?), enumerates status values, and explains the design intent of falsifiable rules. It does not mention edge cases or side effects, but the derive verb and transformation nature make the tool's read-only, computational behavior clear.

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?

Two sentences, front-loaded with the core action and input sources, then the output contract. The final clause about replacing prose kill criteria earns its place by giving the rationale for the tool's existence without adding fluff.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a derivation tool with no output schema and no annotations, the description provides the essential output contract and input provenance. It is slightly incomplete in that it does not specify behavior when no inputs are provided or whether all three inputs are required, but the overall guidance is sufficient for an agent to invoke it correctly in the intended flow.

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

Parameters4/5

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

The description maps unitEcon and dealbreakers to the outputs of named sibling tools and adds meaning to icpDriftCount, which has no schema description. With 67% schema coverage, the description compensates for the undocumented parameter and clarifies the relationship between all three inputs.

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 ('derive'), a concrete result ('falsifiable, data-driven list of kill criteria'), and the exact upstream inputs. It clearly differentiates from the sibling compute_* tools by describing an output that is a set of rules with statuses, not a single computed metric.

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

Usage Guidelines4/5

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

It explicitly identifies when the tool should be used: after validate_unit_economics and compute_dealbreakers_v2, and as a replacement for prose kill criteria. It does not enumerate exclusions or alternative tools, but the upstream-signal framing gives sufficient usage context.

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/inite-ai/ideaudit-mcp'

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