You're viewing a demo portfolio

Join the waitlist
PRSM

champion_mapping

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Cartographie du champion — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Spendesk × Decathlon (deal €120k/an) — Champion identifié : CFO Group · Plan 6 semaines multi-touch. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "deal",
    "knownContacts",
    "sellerContext"
  ],
  "properties": {
    "deal": {
      "type": "object",
      "required": [
        "companyName",
        "sector",
        "dealSizeEur",
        "stage"
      ],
      "properties": {
        "stage": {
          "type": "string",
          "maxLength": 60,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        },
        "companyName": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "dealSizeEur": {
          "type": "number",
          "minimum": 0
        }
      }
    },
    "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."
    },
    "knownContacts": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "name",
          "title",
          "department",
          "engagementLevel"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 100,
            "minLength": 2
          },
          "notes": {
            "type": "string",
            "maxLength": 300
          },
          "title": {
            "type": "string",
            "maxLength": 100,
            "minLength": 2
          },
          "department": {
            "type": "string",
            "maxLength": 60,
            "minLength": 2
          },
          "engagementLevel": {
            "enum": [
              "none",
              "low",
              "medium",
              "high"
            ],
            "type": "string"
          }
        }
      },
      "maxItems": 10,
      "minItems": 1
    },
    "sellerContext": {
      "type": "object",
      "required": [
        "ourProductName",
        "mainValueProp"
      ],
      "properties": {
        "mainValueProp": {
          "type": "string",
          "maxLength": 300,
          "minLength": 10
        },
        "ourProductName": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        },
        "dealVelocityDays": {
          "type": "number",
          "minimum": 0
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →
champion_mapping — @gapup/mcp-knowledge — PRSM MCP