You're viewing a demo portfolio

Join the waitlist
PRSM

content_engine

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Moteur de contenu — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Notion — content engine 2026 (productivity B2B). Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "brand",
    "cluster",
    "months",
    "maxArticlesPerMonth"
  ],
  "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."
    },
    "brand": {
      "type": "object",
      "required": [
        "name",
        "voiceAttributes",
        "audienceLabel"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "audienceLabel": {
          "type": "string",
          "maxLength": 200,
          "minLength": 5
        },
        "voiceAttributes": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 40,
            "minLength": 2
          },
          "maxItems": 5,
          "minItems": 2
        }
      }
    },
    "months": {
      "type": "integer",
      "maximum": 12,
      "minimum": 3
    },
    "cluster": {
      "type": "object",
      "required": [
        "topic",
        "primaryIntent"
      ],
      "properties": {
        "topic": {
          "type": "string",
          "maxLength": 200,
          "minLength": 3
        },
        "geography": {
          "type": "string",
          "maxLength": 80
        },
        "primaryIntent": {
          "enum": [
            "informational",
            "commercial",
            "transactional",
            "navigational"
          ],
          "type": "string"
        }
      }
    },
    "maxArticlesPerMonth": {
      "type": "integer",
      "maximum": 80,
      "minimum": 5
    }
  },
  "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 →