deal_structurer
ActiveTool of gapup-mcp
Structuration de deal — Gapup agent-payable C-suite expertise (CSO). Returns a structured, audited deliverable. Reference case: Agicap × Kyriba — Partenariat API Banking · 5 structures comparées · Term sheet 7 clauses · Score 83/100 JV. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"deal"
],
"properties": {
"deal": {
"type": "object",
"required": [
"partnerName",
"partnerProfile",
"objective"
],
"properties": {
"objective": {
"type": "string",
"maxLength": 300,
"minLength": 10
},
"constraints": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200
},
"maxItems": 5,
"minItems": 0
},
"partnerName": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"estimatedValue": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"partnerProfile": {
"type": "string",
"maxLength": 500,
"minLength": 10
}
}
},
"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"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries