competitor_profiles
ActiveTool of gapup-mcp
Profils concurrents — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Answers: What are the strengths, weaknesses and positioning of each of my competitors? · Give me a SWOT-style profile of a named competitor. Reference case: Notion — profils de 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
https://github.com/getgapup/gapup-mcp-public
2/7 registries