You're viewing a demo portfolio

Join the waitlist
PRSM

internal_communication

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Communication interne — Gapup agent-payable C-suite expertise (CHRO). Returns a structured, audited deliverable. Reference case: Cas démo — Communication interne. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "context",
    "audienceSegments"
  ],
  "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
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "fte",
        "stage"
      ],
      "properties": {
        "fte": {
          "type": "integer",
          "minimum": 0
        },
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "stage": {
          "type": "string",
          "maxLength": 40,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 80,
          "minLength": 2
        },
        "nbSites": {
          "type": "integer",
          "minimum": 0
        },
        "geographies": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 60,
            "minLength": 2
          },
          "maxItems": 10,
          "minItems": 1
        }
      }
    },
    "context": {
      "type": "object",
      "required": [
        "currentMaturity",
        "knownGaps",
        "voiceTone"
      ],
      "properties": {
        "knownGaps": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200,
            "minLength": 5
          },
          "maxItems": 8,
          "minItems": 1
        },
        "voiceTone": {
          "type": "string",
          "maxLength": 200,
          "minLength": 5
        },
        "currentMaturity": {
          "type": "string"
        },
        "upcomingChanges": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200,
            "minLength": 5
          },
          "maxItems": 8
        }
      }
    },
    "audienceSegments": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "name",
          "size"
        ],
        "properties": {
          "name": {
            "type": "string"
          },
          "size": {
            "type": "integer",
            "minimum": 0
          },
          "notes": {
            "type": "string",
            "maxLength": 200
          }
        }
      },
      "maxItems": 8,
      "minItems": 2
    }
  },
  "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 →
internal_communication — @gapup/mcp-knowledge — PRSM MCP