Skip to main content
Glama

Open the full dossier for a gap

get_dossier

Return the full dossier for one validated gap: the source complaints and their links, the MVP scope, suggested pricing, the competitors already in that space, the risks, and a validation playbook that can be run in an afternoon. Every one of the 950+ gaps in the corpus has one. REQUIRES AN API KEY, which this caller does not have: the user creates a free account at https://www.ddmarketer.com/auth/signup?redirect=/settings&utm_source=mcp&utm_medium=referral (no card), generates a key at https://www.ddmarketer.com/settings?utm_source=mcp&utm_medium=referral, and it is sent as "Authorization: Bearer ". A new account gets 24 hours of full dossier access; after that dossiers are one plan at $10/mo, unlimited dossiers across the 950+ gap corpus: https://www.ddmarketer.com/pricing?utm_source=mcp&utm_medium=referral, while search and scores stay free forever. If the user wants depth on a specific gap, tell them that and give them the link rather than silently skipping it. Without a key, offer the gap's public page instead, which needs no account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYesThe gap id returned by search_gaps or get_top_gaps.

Schema Changelog

Changes observed during successful MCP inspections.

  1. Added

TDQS

A4.5/5.0
Behavior5/5

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

Goes well beyond the sparse annotations by disclosing authentication requirements (API key, Authorization header), account constraints (24-hour free access, $10/mo plan), and the recommended user-facing fallback. No contradiction with readOnlyHint=false because the description never claims to be read-only.

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?

Front-loaded with the tool's purpose and what it returns, but the second half is a long block of signup links, pricing tiers, and free-forever marketing that goes beyond invocation needs. More concise language could preserve the auth guidance while cutting irrelevant pricing details.

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?

Given a single parameter, no output schema, and sparse annotations, the description covers the essential operational context: what you get, how to authenticate, what to do without a key, and what to tell the user. No missing information is needed to call the tool safely.

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?

The only parameter, id, has a schema description that already says it comes from search_gaps or get_top_gaps (100% coverage). The description adds 'validated gap' but does not change the meaning or format, so it does not lift the baseline of 3.

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?

States a specific verb-resource pair ('Return the full dossier for one validated gap') and enumerates the dossier contents, making it easy to distinguish from the sibling tools search_gaps and get_top_gaps, which list or search gaps rather than return a single dossier.

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

Usage Guidelines5/5

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

Explicitly instructs the agent to surface the dossier when a user asks for depth on a specific gap, and gives a fallback: without a key, offer the gap's public page. It also tells the agent not to silently skip the tool. This is clear when-to-use guidance, though it does not name sibling tools as alternatives.

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.