vendor_management
ActiveTool of gapup-mcp
Gestion des fournisseurs — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: Qonto (12 fournisseurs · €2.4M/an) — €290k économies identifiées · 4 renegociations prioritaires. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"vendors",
"objectives"
],
"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."
},
"company": {
"type": "object",
"required": [
"name",
"sector",
"totalVendorSpendEur"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"totalVendorSpendEur": {
"type": "number",
"minimum": 0
}
}
},
"vendors": {
"type": "array",
"items": {
"type": "object",
"required": [
"name",
"category",
"annualSpendEur",
"criticalityLevel"
],
"properties": {
"name": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"category": {
"type": "string",
"maxLength": 60,
"minLength": 2
},
"singleSource": {
"type": "boolean"
},
"annualSpendEur": {
"type": "number",
"minimum": 0
},
"contractEndDate": {
"type": "string",
"maxLength": 20
},
"criticalityLevel": {
"enum": [
"critical",
"important",
"standard"
],
"type": "string"
},
"satisfactionScore": {
"type": "number",
"maximum": 10,
"minimum": 0
}
}
},
"maxItems": 20,
"minItems": 3
},
"objectives": {
"type": "object",
"properties": {
"complianceFocus": {
"type": "boolean"
},
"targetSavingsPct": {
"type": "number",
"maximum": 50,
"minimum": 0
},
"consolidationTarget": {
"type": "boolean"
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries