competitor_recommendations
ActiveTool of @gapup/mcp-knowledge
Recommandations concurrentielles — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: Given my competitors, what strategic actions should I take and in what order? · What should my 7/30/90/180-day competitive response plan look like? Reference case: Notion — actions face à ClickUp, Asana, Coda. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"selfCompany",
"competitors"
],
"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
},
"competitors": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"url"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
}
}
},
"maxItems": 10,
"minItems": 1
},
"selfCompany": {
"type": "object",
"required": [
"name",
"pitch"
],
"properties": {
"url": {
"type": "string",
"format": "uri"
},
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"pitch": {
"type": "string",
"maxLength": 400,
"minLength": 10
}
}
}
},
"additionalProperties": true
}Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries