You're viewing a demo portfolio

Join the waitlist
PRSM

lead_magnets

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Aimants à leads — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Spendesk — Guide trésorerie startup SaaS B2B FR/EU (2024). Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "icp",
    "leadMagnet",
    "brand"
  ],
  "properties": {
    "icp": {
      "type": "object",
      "required": [
        "persona",
        "industry",
        "companySize",
        "mainPain",
        "geography"
      ],
      "properties": {
        "persona": {
          "type": "string",
          "maxLength": 300,
          "minLength": 10
        },
        "industry": {
          "type": "string",
          "maxLength": 150,
          "minLength": 3
        },
        "mainPain": {
          "type": "string",
          "maxLength": 300,
          "minLength": 10
        },
        "geography": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        },
        "companySize": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        }
      }
    },
    "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."
    },
    "brand": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "cta"
      ],
      "properties": {
        "cta": {
          "type": "string",
          "maxLength": 150,
          "minLength": 5
        },
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 150,
          "minLength": 3
        }
      }
    },
    "leadMagnet": {
      "type": "object",
      "required": [
        "topic",
        "format",
        "targetDownloads",
        "budget"
      ],
      "properties": {
        "topic": {
          "type": "string",
          "maxLength": 200,
          "minLength": 5
        },
        "budget": {
          "type": "string",
          "maxLength": 80,
          "minLength": 2
        },
        "format": {
          "enum": [
            "ebook",
            "benchmark",
            "calculatrice",
            "checklist",
            "template",
            "guide",
            "rapport-sectoriel",
            "mini-cours"
          ],
          "type": "string"
        },
        "targetDownloads": {
          "type": "string",
          "maxLength": 80,
          "minLength": 2
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →