You're viewing a demo portfolio

Join the waitlist
PRSM

proposal_generator

Active

Tool of gapup-mcp

declared in 0.2.0

Générateur de propositions commerciales — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Spendesk × Gapup Hub — Proposition 7 sections · ROI 3Y €1.8M · Payback 4 mois. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "prospect",
    "offer"
  ],
  "properties": {
    "async": {
      "type": "boolean",
      "description": "If 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."
    },
    "offer": {
      "type": "object",
      "required": [
        "productName",
        "pricing",
        "mainBenefits",
        "useCase"
      ],
      "properties": {
        "pricing": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "useCase": {
          "type": "string",
          "maxLength": 300,
          "minLength": 10
        },
        "productName": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "mainBenefits": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200
          },
          "maxItems": 6,
          "minItems": 2
        }
      }
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        }
      }
    },
    "prospect": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "contactName",
        "contactTitle"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        },
        "contactName": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        },
        "contactTitle": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        }
      }
    },
    "dealContext": {
      "type": "object",
      "properties": {
        "budget": {
          "type": "string"
        },
        "competitors": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 100
          },
          "maxItems": 3,
          "minItems": 0
        },
        "decisionTimeline": {
          "type": "string"
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →
proposal_generator — gapup-mcp — PRSM MCP