Skip to main content
Glama

Create Deep Dive

create_deep_dive

Generate an in-depth framework analysis (jobs-to-be-done, positioning, MVP scope, Kano, pricing, 90-day plan, risks) for a completed research. Seeded strictly from that research - no new market data. target selects what to analyze: the founder's own idea (idea) or one of the report's top bets (bet-1/bet-2/bet-3); omit it to use the verdict-resolved default. Requires the parent research to be complete. Costs 1 credit. Returns the full deep-dive analysis.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
targetNoWhat to analyze: 'idea' (the founder's own idea) or one of the report's top bets ('bet-1'/'bet-2'/'bet-3'). Omit to use the verdict-resolved default (own idea for GO/PIVOT, bet-1 for NO-GO).
researchIdYesThe ID of the completed research to deep-dive

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

The description goes beyond the all-false annotations by disclosing that the operation costs 1 credit, that it strictly uses existing research rather than new market data, and that parent research must be complete. It also notes that it returns the full analysis, which is valuable given there is no output schema.

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 dense but every sentence earns its place: purpose, source constraint, parameter clarification, prerequisite, cost, and return value. The most important information is front-loaded, and there is no repetition of schema fields.

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

Completeness5/5

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

For a tool with no output schema and moderate complexity, the description covers the essential operational context: what it produces, what it requires, how it is sourced, what it costs, and how the target parameter behaves. Nothing critical is missing for an agent to decide whether to invoke it correctly.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents both parameters well. The description reinforces the 'target' semantics and the omit-default behavior, but adds little beyond the schema's own detailed descriptions. A baseline 3 is appropriate.

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 starts with a specific verb and resource: 'Generate an in-depth framework analysis' for a completed research. It enumerates concrete components (jobs-to-be-done, positioning, MVP scope, Kano, pricing, 90-day plan, risks) and clearly distinguishes itself from research creation by requiring the parent research to be complete.

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 clearly states when to use the tool: only after research is complete, and only seeded from that research without new market data. It does not explicitly name alternatives like retry_deep_dive or create_research, but the precondition 'Requires the parent research to be complete' provides clear contextual guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources