You're viewing a demo portfolio

Join the waitlist
PRSM

supplier_esg_audit

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Audit ESG des fournisseurs — Gapup agent-payable C-suite expertise (SUSTAINABILITY). Returns a structured, audited deliverable. Reference case: TechCorp — Audit ESG fournisseurs 2025 (5 fournisseurs, €1.37M spend). Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "suppliers",
    "auditCriteria"
  ],
  "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
    },
    "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
        }
      }
    },
    "suppliers": {
      "type": "array",
      "items": {
        "type": "object",
        "required": [
          "name",
          "sector",
          "country",
          "annualSpendEur",
          "tier"
        ],
        "properties": {
          "name": {
            "type": "string",
            "maxLength": 120,
            "minLength": 2
          },
          "tier": {
            "enum": [
              "Tier 1",
              "Tier 2",
              "Tier 3"
            ],
            "type": "string"
          },
          "sector": {
            "type": "string",
            "maxLength": 120,
            "minLength": 2
          },
          "country": {
            "type": "string",
            "maxLength": 80,
            "minLength": 2
          },
          "knownIssues": {
            "type": "string",
            "maxLength": 400
          },
          "annualSpendEur": {
            "type": "number",
            "minimum": 0
          },
          "existingCertifications": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      },
      "maxItems": 20,
      "minItems": 1
    },
    "targetScore": {
      "type": "integer",
      "maximum": 100,
      "minimum": 0
    },
    "auditCriteria": {
      "type": "object",
      "required": [
        "environmental",
        "social",
        "governance",
        "supplyChain"
      ],
      "properties": {
        "social": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200,
            "minLength": 3
          },
          "maxItems": 8,
          "minItems": 2
        },
        "governance": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200,
            "minLength": 3
          },
          "maxItems": 8,
          "minItems": 2
        },
        "supplyChain": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200,
            "minLength": 3
          },
          "maxItems": 8,
          "minItems": 2
        },
        "environmental": {
          "type": "array",
          "items": {
            "type": "string",
            "maxLength": 200,
            "minLength": 3
          },
          "maxItems": 8,
          "minItems": 2
        }
      }
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.50.

Parent server

@gapup/mcp-knowledge

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

2/7 registries
View full server →
supplier_esg_audit — @gapup/mcp-knowledge — PRSM MCP