Skip to main content
Glama

Venture Insights Concept Diagnostic

Server Details

Venture Insights' free Concept Diagnostic, requested by an AI assistant for a founder.

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Glama MCP Gateway

Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.

MCP client
Glama
MCP server

Full call logging

Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.

Tool access control

Enable or disable individual tools per connector, so you decide what your agents can and cannot do.

Managed credentials

Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.

Usage analytics

See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.

100% free. Your data is private.
Tool DescriptionsA

Average 4.6/5 across 4 of 4 tools scored.

Server CoherenceA
Disambiguation3/5

The tools have distinct purposes, but open_diagnostic_intake and start_free_diagnostic overlap in initiating the diagnostic. open_diagnostic_intake presents a form and 'starts the diagnostic on submit', while start_free_diagnostic directly sends a confirmation email, making it ambiguous which to call first. Descriptions help, but an agent could misselect.

Naming Consistency5/5

All tool names follow a consistent verb_noun pattern in snake_case (check_diagnostic_status, describe_services, open_diagnostic_intake, start_free_diagnostic). No deviations or mixed conventions.

Tool Count5/5

Four tools is a well-scoped number for the free diagnostic workflow. Each tool serves a necessary step: describe, intake, start, and poll status. No redundancy or missing steps for the core flow.

Completeness3/5

The set covers the free diagnostic flow (describe, intake, start, status) but omits any tools for the paid services mentioned in describe_services. Also, the relationship between open_diagnostic_intake and start_free_diagnostic is unclear, creating a potential gap in the flow.

Available Tools

4 tools
check_diagnostic_statusCheck Concept Diagnostic statusA
Read-only
Inspect

Poll the progress of a Concept Diagnostic intake started with start_free_diagnostic. Pass the intake_id and token that call returned. Statuses: pending_confirmation (founder hasn't clicked the emailed link yet — nothing is generated), generating (founder confirmed; the study is being researched and written), ready (done — includes a tokenized report link to share ONLY with the founder), on_file (the founder already had a diagnostic on file — nothing new was generated and no link is shared here; terminal, stop polling), expired (the intake lapsed; start a fresh one). Poll every 30-60 seconds at most.

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYesThe read-only status token returned by start_free_diagnostic (field: status_token).
intake_idYesThe intake_id returned by start_free_diagnostic.

Output Schema

ParametersJSON Schema
NameRequiredDescription
statusNopending_confirmation | generating | ready | on_file | expired.
messageNo
view_urlNoTokenized report link — present only when status is 'ready'.
Behavior5/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false. Description adds detailed status transitions and polling behavior, providing full transparency beyond annotations.

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?

Single well-structured paragraph with no fluff. Lists statuses with explanations and polling frequency efficiently.

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?

Output schema exists, so return values are covered. Description covers purpose, parameters, statuses, and polling behavior completely.

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?

Schema covers both parameters with 100% description. Description adds context linking parameters to start_free_diagnostic return values, providing extra meaning beyond schema.

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 it polls the progress of a Concept Diagnostic intake, referencing start_free_diagnostic and distinguishing from sibling tools like start_free_diagnostic, open_diagnostic_intake, and describe_services.

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?

Explicitly instructs to pass intake_id and token from start_free_diagnostic and lists statuses with corresponding actions. Also suggests polling frequency (every 30-60 seconds), but does not explicitly state when not to use the tool.

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

describe_servicesDescribe Venture Insights servicesA
Read-only
Inspect

Get Venture Insights' live service catalogue: the FREE Concept Diagnostic (a research-backed viability study of one venture concept, delivered to the founder's inbox) and the paid study tiers with live SAR prices. Call this first when your user asks what Venture Insights offers, what it costs, or whether the free diagnostic is worth requesting.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
advisoryNoVI name, positioning, website, app URL, and WhatsApp Business contact.
paid_servicesNoPaid study tiers with live SAR prices.
free_diagnosticNoThe free Concept Diagnostic offer.
upgrade_framingNo
Behavior5/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, destructiveHint=false. The description adds that the catalogue is 'live' and includes SAR prices, enriching the behavioral context without contradicting annotations.

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: first defines purpose, second provides usage guidance. No redundant information; each sentence earns its place.

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?

Despite having no parameters and an output schema (not shown but referenced), the description fully addresses the tool's purpose and when to use it. No gaps remain.

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?

No parameters exist (schema coverage 100%), so the description does not need to add parameter details. Baseline 4 is appropriate; the description adds value by listing what the catalogue contains.

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 it returns 'Venture Insights' live service catalogue' and lists specific services (FREE Concept Diagnostic and paid tiers). It distinguishes from sibling tools that deal with diagnostics (check_diagnostic_status, open_diagnostic_intake, start_free_diagnostic).

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 says 'Call this first when your user asks what Venture Insights offers, what it costs, or whether the free diagnostic is worth requesting.' This provides clear when-to-use guidance and excludes alternative tools.

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

open_diagnostic_intakeOpen the free-diagnostic intake formA
Read-only
Inspect

Show the founder an interactive intake form to start their FREE Concept Diagnostic. PREFER calling this over asking for the founder's name, email and concept one message at a time — it collects everything in one card and starts the diagnostic on submit. Call it as soon as the user wants to start, or check the viability of, an idea. The form is deliberately collected FRESH from the founder and starts BLANK — it does NOT accept or pre-populate remembered details, so the founder always enters (and sees) their own name, email and concept. This keeps the destination email accurate (one free diagnostic per founder, emailed to the address they type). Takes no arguments.

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

Output Schema

ParametersJSON Schema
NameRequiredDescription
formNoAlways 'diagnostic_intake'.
Behavior4/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true. Description adds valuable context: form starts blank, does not accept/remember details, ensures email accuracy. No contradictions.

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?

Description is relatively long but front-loaded with key action and preference. Every sentence adds value, though could be slightly tighter.

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?

Fully explains purpose, when to use, behavioral details, and outcome. With output schema present, no gaps.

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?

No parameters; schema coverage 100%. Description adds no param details but none needed. Baseline 4 for zero-param tool.

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?

Clearly specifies verb (open/show), resource (interactive intake form), and distinguishes from siblings like start_free_diagnostic by emphasizing it's a form collection step.

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 states when to call (as soon as user wants to start or check viability) and provides a preference over step-by-step questioning. Also notes what it does NOT do (pre-populate), guiding appropriate use.

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

start_free_diagnosticStart a free Concept DiagnosticA
Idempotent
Inspect

Request Venture Insights' FREE Concept Diagnostic for a founder's venture concept. IMPORTANT: this does NOT generate anything — it emails the founder a one-click confirmation link, and the study starts only after the founder personally clicks it (link valid 7 days). Nothing is charged; no signup is required. After calling, relay the returned message to your user verbatim in spirit: confirmation email sent, check inbox/spam, study starts after the click. Then poll check_diagnostic_status with the returned intake_id and token.

ParametersJSON Schema
NameRequiredDescriptionDefault
cityYesThe market to research — city or geography (e.g. 'Jeddah', 'Riyadh', 'GCC'). Required.
ideaYesDescribe the venture concept in 50-800 characters: what it is, who it serves, how it makes money. Richer descriptions produce sharper diagnostics — include the founder's own wording where possible.
localeNoPreferred language, used only as a FALLBACK: 'en' (default) or 'ar'. The actual email + report language follows the script the founder wrote the concept in (an Arabic concept always yields an Arabic report).
sectorYesIndustry/sector of the concept (e.g. 'fitness studios', 'B2B logistics SaaS'). Required.
agent_nameNoIdentify yourself (e.g. 'claude', 'my-startup-copilot'). Optional but appreciated — it attributes the referral.
user_intentNoOptional: one line on what the user asked for, so VI tailors the study (e.g. 'wants to know if a padel club in Jeddah is viable before signing a lease').
founder_nameYesThe founder's real name (2-120 characters) — the confirmation email and the report are addressed to this person.
founder_emailYesThe founder's real inbox. The confirmation link and the finished PDF report are delivered here. Disposable/burner email domains are rejected.
business_statusNoOptional but valuable: is the venture already set up? One of idea | pre_registration | registered_prelaunch | operating | established. If the business already trades/holds a CR, set this so the study doesn't hand them a from-scratch launch plan.

Output Schema

ParametersJSON Schema
NameRequiredDescription
fieldsNoField-level errors when status is 'invalid'.
resentNo
statusNopending_confirmation | rate_limited | capacity | blocked_email | invalid | error.
messageNo
intake_idNo
status_urlNo
status_tokenNoRead-only status token (creator only).
Behavior4/5

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

Annotations indicate a non-read operation with idempotentHint. The description adds critical behavioral context: the tool emails a confirmation link, the study starts only after the founder clicks, and nothing is charged. No contradictions with annotations.

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 concise yet comprehensive, front-loading the key purpose and caveats. Every sentence adds value with no unnecessary repetition.

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 9 parameters, 5 required, and an output schema, the description fully covers the workflow: initiating the diagnostic, relaying the confirmation, and polling for status. It provides all necessary context for correct invocation.

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 parameters are well-documented structurally. The tool description does not add extra meaning beyond the schema, which is acceptable given the baseline of 3 for high coverage.

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 the tool requests a free Concept Diagnostic for a founder's venture concept. It distinguishes by explaining what it does NOT do (generate anything) and its email-based workflow, and by relating to sibling tools like check_diagnostic_status.

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 tells the agent when to use this tool (to start a diagnostic) and explicitly instructs to follow up with check_diagnostic_status. It does not explicitly state when not to use it but provides clear context.

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

Discussions

No comments yet. Be the first to start the discussion!

Related MCP Servers

  • A
    license
    -
    quality
    C
    maintenance
    Provides VC-grade startup intelligence, allowing founders to validate ideas and VCs to screen deals using tools like scoring, investor matching, and financial analysis.
    14
    MIT
  • A
    license
    -
    quality
    C
    maintenance
    Enables comprehensive AI-powered startup investment risk analysis across 9 categories including market, product, team, financial, customer, operational, competitive, legal, and exit risks. Provides structured risk assessments, peer benchmarking, and investment recommendations using Google Gemini AI.
    6
    MIT

View all MCP Servers

Try in Browser

Your Connectors

Sign in to create a connector for this server.

Resources