You're viewing a demo portfolio

Join the waitlist
PRSM

reputation_engine

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Moteur de réputation — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: PayShield SaaS — Monitoring réputation Q2 2026. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "brand",
    "keywords",
    "channels",
    "industry"
  ],
  "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": "string",
      "maxLength": 200,
      "minLength": 2
    },
    "channels": {
      "type": "array",
      "items": {
        "enum": [
          "twitter",
          "linkedin",
          "g2",
          "trustpilot",
          "news",
          "reddit",
          "glassdoor",
          "youtube",
          "instagram",
          "other"
        ],
        "type": "string"
      },
      "maxItems": 10,
      "minItems": 1
    },
    "industry": {
      "type": "string",
      "maxLength": 150,
      "minLength": 2
    },
    "keywords": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 100,
        "minLength": 2
      },
      "maxItems": 20,
      "minItems": 1
    },
    "historicalCrises": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 300,
        "minLength": 5
      },
      "maxItems": 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 →