You're viewing a demo portfolio

Join the waitlist
PRSM

knowledge_base_auto

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Base de connaissance automatique — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Klarna — knowledge base auto · Slack+Notion+Drive · 12 articles seed + structure 8 catégories. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "sources",
    "topPainPoints"
  ],
  "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."
    },
    "focus": {
      "type": "string",
      "maxLength": 400
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "fte"
      ],
      "properties": {
        "fte": {
          "type": "integer",
          "minimum": 1
        },
        "name": {
          "type": "string"
        },
        "sector": {
          "type": "string"
        }
      }
    },
    "sources": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "tool",
          "volumeApprox",
          "accessLevel"
        ],
        "properties": {
          "tool": {
            "type": "string"
          },
          "accessLevel": {
            "enum": [
              "read",
              "read-write"
            ],
            "type": "string"
          },
          "volumeApprox": {
            "type": "string"
          }
        }
      },
      "maxItems": 8,
      "minItems": 2
    },
    "topPainPoints": {
      "type": "string",
      "maxLength": 500,
      "minLength": 20
    }
  },
  "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 →