You're viewing a demo portfolio

Join the waitlist
PRSM

cross_sell_reco

Active

Tool of gapup-mcp

declared in 0.2.0

Recommandations cross-sell — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Alan × Gapup Hub — 3 produits recommandés · Fit 'perfect' × 2 · ARR potentiel +€18k. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "account",
    "portfolio"
  ],
  "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."
    },
    "account": {
      "type": "object",
      "required": [
        "name",
        "arrEur",
        "currentProducts"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "size": {
          "enum": [
            "smb",
            "mid-market",
            "enterprise",
            "strategic"
          ],
          "type": "string"
        },
        "arrEur": {
          "type": "number",
          "minimum": 0
        },
        "usageSignals": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200
          },
          "maxItems": 5,
          "minItems": 0
        },
        "currentProducts": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 100
          },
          "maxItems": 5,
          "minItems": 1
        }
      }
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        }
      }
    },
    "portfolio": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "name",
          "category"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "minLength": 2
          },
          "category": {
            "type": "string",
            "maxLength": 100,
            "minLength": 2
          }
        }
      },
      "maxItems": 10,
      "minItems": 2
    }
  },
  "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 →