Skip to main content
Glama
inite-ai

ideaudit-tools

Official
by inite-ai

compute_crossed_matrix

Compare how different founder archetypes judge the same startup, returning substrate and observer-relative verdicts to preview audit outcomes before committing.

Instructions

Crossed-product audit explorer. Same input as compute_dealbreakers_v2 — returns substrate verdict (no-observer baseline) + crossed verdict (when observer supplied) + a 5-row matrix of {solo, cofounded_technical, cofounded_business, domain_expert, serial} archetype verdicts. Never persists; meant for the dashboard "view as [archetype]" dropdown and for previewing a verdict before committing to it.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
stageYes
sectorNo
observerNoFounder profile that crosses with the substrate idea to produce an observer-relative verdict. When omitted, only the substrate verdict is returned.
lensScoresYes
stageProbabilitiesNo
hasMajorContradictionNo
unresolvedContradictionsNo

Schema Changelog

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

  1. First observedv0.1.0

TDQS

A4/5.0
Behavior4/5

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

With no annotations, the description carries the behavioral burden. It explicitly says 'Never persists,' which is a strong side-effect disclosure, and it explains that the crossed verdict appears only when an observer is supplied. It could be more precise about what happens when observer is omitted, but it is not misleading.

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 three concise sentences with no filler. It front-loads the output structure, then states the non-persistence behavior and intended use case. Every sentence contributes useful information.

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?

For a tool with 7 parameters, nested observer input, and no output schema, the description is reasonably informative but not fully complete. It explains the main outputs and use case, yet leaves ambiguity about whether the matrix is still returned when observer is omitted and does not describe the shape of the verdicts or matrix rows.

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 only 14%, and the description does not compensate by explaining stage, lensScores, sector, stageProbabilities, or the other parameters. The phrase 'same input as compute_dealbreakers_v2' provides a reference, but that alone is insufficient when most parameters are undocumented in both schema and description.

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 clearly states what the tool returns: substrate verdict, crossed verdict when an observer is supplied, and a 5-row archetype verdict matrix. It also differentiates from compute_dealbreakers_v2 by noting the same input but different output, so an agent can distinguish it from the closest sibling.

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?

The description gives clear usage context: it is meant for the dashboard 'view as [archetype]' dropdown and for previewing a verdict before committing. It names compute_dealbreakers_v2 as a same-input sibling but does not explicitly state when NOT to use this tool instead of that one.

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