term_sheet_negotiation
ActiveTool of @gapup/mcp-knowledge
Négociation term sheet — Gapup agent-payable C-suite expertise (FUNDRAISING). Returns a structured, audited deliverable. Reference case: Agicap Série C €50M — 8 clauses analysées · 3 rouges · Score fondateur 62/100 → plan pour 81. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"company",
"round",
"termSheetClauses"
],
"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."
},
"round": {
"type": "object",
"required": [
"stage",
"amountMEur",
"leadInvestor"
],
"properties": {
"stage": {
"type": "string",
"maxLength": 50,
"minLength": 2
},
"amountMEur": {
"type": "number",
"minimum": 0
},
"leadInvestor": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"preMoneyValuation": {
"type": "number",
"minimum": 0
}
}
},
"company": {
"type": "object",
"required": [
"name",
"sector"
],
"properties": {
"name": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"sector": {
"type": "string",
"maxLength": 100,
"minLength": 2
}
}
},
"termSheetClauses": {
"type": "array",
"items": {
"type": "object",
"required": [
"clause",
"currentText"
],
"properties": {
"clause": {
"type": "string",
"maxLength": 100,
"minLength": 2
},
"currentText": {
"type": "string",
"maxLength": 500,
"minLength": 5
}
}
},
"maxItems": 15,
"minItems": 3
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
@gapup/mcp-knowledge
https://github.com/getgapup/gapup-mcp
2/7 registries