You're viewing a demo portfolio

Join the waitlist
PRSM

rse_policy_builder

Active

Tool of gapup-mcp

declared in 0.2.0

Architecte de politique RSE — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: TechCorp SAS — Politique RSE 2025-2028 (500 FTE, €60M CA, SaaS B2B France). Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "values",
    "ambitions",
    "targetStakeholders"
  ],
  "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": 500
    },
    "values": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 100,
        "minLength": 3
      },
      "maxItems": 10,
      "minItems": 2
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "fte",
        "revenueEur",
        "country"
      ],
      "properties": {
        "fte": {
          "type": "integer",
          "minimum": 1
        },
        "name": {
          "type": "string",
          "maxLength": 120,
          "minLength": 2
        },
        "sector": {
          "type": "string",
          "maxLength": 160,
          "minLength": 2
        },
        "country": {
          "type": "string",
          "maxLength": 80,
          "minLength": 2
        },
        "revenueEur": {
          "type": "number",
          "minimum": 0
        },
        "foundedYear": {
          "type": "integer",
          "maximum": 2100,
          "minimum": 1800
        }
      }
    },
    "ambitions": {
      "type": "string",
      "maxLength": 800,
      "minLength": 20
    },
    "targetLabels": {
      "type": "array",
      "items": {
        "enum": [
          "B-Corp",
          "EcoVadis Bronze",
          "EcoVadis Silver",
          "EcoVadis Gold",
          "EcoVadis Platinum",
          "Lucie 26000",
          "ISO 14001",
          "ISO 26000",
          "Entreprise à mission"
        ],
        "type": "string"
      }
    },
    "currentInitiatives": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 200,
        "minLength": 5
      },
      "maxItems": 10
    },
    "targetStakeholders": {
      "type": "array",
      "items": {
        "enum": [
          "clients",
          "employés",
          "investisseurs",
          "fournisseurs",
          "communauté",
          "régulateurs"
        ],
        "type": "string"
      },
      "maxItems": 6,
      "minItems": 1
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

gapup-mcp

https://github.com/getgapup/gapup-mcp-public

2/7 registries
View full server →