reputation_engine
ActiveTool of gapup-mcp
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
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries