press_influencer
ActiveTool of @gapup/mcp-knowledge
Presse & influenceurs — Gapup agent-payable C-suite expertise (CMO). Returns a structured, audited deliverable. Reference case: Agicap (levée Série C €70M) — CP + 12 contacts presse Tier-1 · plan de diffusion 14 jours. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"announcement",
"targetAudience",
"targetMedia"
],
"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."
},
"budget": {
"type": "number",
"minimum": 0
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"targetMedia": {
"type": "array",
"items": {
"enum": [
"tech-press",
"financial-press",
"industry-press",
"generalist",
"podcasts",
"influencers-linkedin",
"influencers-instagram"
],
"type": "string"
},
"minItems": 1
},
"announcement": {
"type": "object",
"required": [
"topic",
"type"
],
"properties": {
"type": {
"enum": [
"funding",
"product-launch",
"milestone",
"report",
"executive-hire",
"partnership",
"other"
],
"type": "string"
},
"topic": {
"type": "string",
"maxLength": 300,
"minLength": 5
},
"embargo": {
"type": "string",
"maxLength": 30
}
}
},
"targetAudience": {
"type": "string",
"maxLength": 200,
"minLength": 5
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries