Skip to main content
Glama

bp_narratif

Read-only

Business Plan narratif — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Stripe Series A 2012. Inputs are validated server-side — send the documented case fields.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
asyncNoIf true, returns a job_id immediately (<200ms) instead of waiting for the result. Poll the result with job_result(job_id). Use for slow tools to avoid client timeouts.
raiseYes
companyYes
keyMetricsYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. Changed8 schema fields changed
    • addedInput schema / properties / company / properties
      Added value: +{
      +  "countryHQ": {
      +    "maxLength": 60,
      +    "minLength": 2,
      +    "type": "string"
      +  },
      +  "foundedYear": {
      +    "maximum": 2030,
      +    "minimum": 1990,
      +    "type": "integer"
      +  },
      +  "name": {
      +    "maxLength": 120,
      +    "minLength": 2,
      +    "type": "string"
      +  },
      +  "pitch": {
      +    "maxLength": 800,
      +    "minLength": 20,
      +    "type": "string"
      +  },
      +  "stage": {
      +    "enum": [
      +      "pre-seed",
      +      "seed",
      +      "series-a",
      +      "series-b",
      +      "series-c",
      +      "growth"
      +    ],
      +    "type": "string"
      +  }
      +}
    • addedInput schema / properties / company / required
      Added value: +[
      +  "name",
      +  "pitch",
      +  "foundedYear",
      +  "stage",
      +  "countryHQ"
      +]
    • addedInput schema / properties / keyMetrics / items
      Added value: +{
      +  "maxLength": 80,
      +  "minLength": 2,
      +  "type": "string"
      +}
    • addedInput schema / properties / keyMetrics / maxItems
      Added value: +6
    • addedInput schema / properties / keyMetrics / minItems
      Added value: +2
    • addedInput schema / properties / raise / properties
      Added value: +{
      +  "investorAudience": {
      +    "enum": [
      +      "bank",
      +      "vc",
      +      "public-grant",
      +      "mixed"
      +    ],
      +    "type": "string"
      +  },
      +  "targetAmountEur": {
      +    "minimum": 50000,
      +    "type": "integer"
      +  },
      +  "timelineMonths": {
      +    "maximum": 24,
      +    "minimum": 1,
      +    "type": "integer"
      +  }
      +}
    • addedInput schema / properties / raise / required
      Added value: +[
      +  "targetAmountEur",
      +  "investorAudience",
      +  "timelineMonths"
      +]
    • addedInput schema / required
      Added value: +[
      +  "company",
      +  "raise",
      +  "keyMetrics"
      +]
  2. First observed

TDQS

C2.2/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, so the safety profile is known. The description adds some behavioral context with 'Inputs are validated server-side' and 'Reference case: Stripe Series A 2012,' but it does not disclose output format, cost, or delivery behavior. It provides modest value beyond the annotations.

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?

The description is short at three sentences, but the phrase 'Gapup agent-payable C-suite expertise (CFO)' is promotional and adds little functional value. The structure is front-loaded but not every sentence carries essential information.

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

Completeness2/5

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

Given the tool's complexity (nested objects, multiple enums) and lack of output schema, the description is insufficient. It does not explain what the 'structured, audited deliverable' contains, how to handle async responses, or how the Stripe reference applies. The description is too vague for an agent to confidently select and invoke this tool.

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

Parameters1/5

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

Schema description coverage is low (25%), and the description does not compensate. It only says 'send the documented case fields,' without explaining the meaning or expected format of company, raise, keyMetrics, or async. The parameter names are self-explanatory, but the description adds no semantic depth beyond the schema.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description says 'Business Plan narratif' and 'Returns a structured, audited deliverable,' but it never explicitly states that the tool generates a business plan narrative. It restates the tool's name and lacks a clear verb like 'generates' or 'creates,' making it vague and not distinguishing it from sibling tools such as ftg_business_plan.

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

Usage Guidelines2/5

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

The description provides no guidance on when to use this tool versus alternatives. The only operational note is 'Inputs are validated server-side,' which is about call mechanics, not usage context. No exclusions, alternative references, or use-case scenarios are given.

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