contract_risk_scanner
ActiveTool of gapup-mcp
Scanner de risques contractuels — Gapup agent-payable C-suite expertise (RISK). Returns a structured, audited deliverable. Reference case: Salesforce MSA — revue d'un client SaaS B2B EMEA. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"contractContext",
"contractText"
],
"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
},
"contractText": {
"type": "string",
"maxLength": 100000,
"minLength": 500
},
"contractContext": {
"type": "object",
"required": [
"ourRole",
"contractType",
"counterparty"
],
"properties": {
"ourRole": {
"enum": [
"buyer",
"seller"
],
"type": "string"
},
"dealSize": {
"type": "string",
"maxLength": 200
},
"contractType": {
"enum": [
"MSA",
"DPA",
"NDA",
"EULA",
"vendor",
"other"
],
"type": "string"
},
"counterparty": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 120,
"minLength": 2
}
}
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries