You're viewing a demo portfolio

Join the waitlist
PRSM

discovery_prep

Active

Tool of gapup-mcp

declared in 0.2.0

Préparation discovery — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Discovery Salesforce × Airbus — VP Digital Marc Legrand · Signaux achat confirmés · +28 pts conversion demo. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "prospect",
    "contact",
    "ourOffer"
  ],
  "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."
    },
    "contact": {
      "type": "object",
      "required": [
        "name",
        "title"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        },
        "title": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        }
      }
    },
    "ourOffer": {
      "type": "string",
      "maxLength": 400,
      "minLength": 10
    },
    "prospect": {
      "type": "object",
      "required": [
        "name",
        "sector"
      ],
      "properties": {
        "url": {
          "type": "string",
          "format": "uri"
        },
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "size": {
          "enum": [
            "startup",
            "sme",
            "midmarket",
            "enterprise"
          ],
          "type": "string"
        },
        "sector": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        }
      }
    },
    "meetingGoal": {
      "type": "string",
      "maxLength": 300
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

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

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