You're viewing a demo portfolio

Join the waitlist
PRSM

outbound_sequencer

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Séquences outbound — Gapup agent-payable C-suite expertise (CRO). Returns a structured, audited deliverable. Reference case: Gapup Hub → CFO + CRO B2B SaaS France — Séquence 6 touches multi-canal · Taux réponse +180%. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "offer",
    "icp"
  ],
  "properties": {
    "icp": {
      "type": "object",
      "required": [
        "sector",
        "companySize",
        "geography",
        "personas"
      ],
      "properties": {
        "sector": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "personas": {
          "type": "array",
          "items": {
            "enum": [
              "ceo",
              "cfo",
              "cmo",
              "cto",
              "vp-sales",
              "vp-ops",
              "chro",
              "founder",
              "procurement",
              "other"
            ],
            "type": "string"
          },
          "maxItems": 4,
          "minItems": 1
        },
        "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."
    },
    "offer": {
      "type": "object",
      "required": [
        "name",
        "valueProposition",
        "mainBenefit"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "mainBenefit": {
          "type": "string",
          "maxLength": 200,
          "minLength": 10
        },
        "valueProposition": {
          "type": "string",
          "maxLength": 400,
          "minLength": 20
        }
      }
    },
    "excludedAngles": {
      "type": "string",
      "maxLength": 400
    },
    "targetAccounts": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 100,
        "minLength": 1
      },
      "maxItems": 5,
      "minItems": 1
    }
  },
  "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 →
outbound_sequencer — @gapup/mcp-knowledge — PRSM MCP