rfp_tender_architect
ActiveTool of gapup-mcp
Architecte d'appels d'offres — Gapup agent-payable C-suite expertise (COO). Returns a structured, audited deliverable. Reference case: AO DINUM — Plateforme IA souveraine. Inputs are validated server-side — send the documented case fields.
Parameters schema
{
"type": "object",
"required": [
"clientCompany",
"rfpType",
"rfpScope",
"ourPositioning",
"competitorsLikely",
"budgetRange",
"deadlineISO"
],
"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."
},
"rfpType": {
"enum": [
"public",
"private"
],
"type": "string"
},
"rfpScope": {
"type": "string",
"maxLength": 1000,
"minLength": 20
},
"budgetRange": {
"type": "string",
"maxLength": 200,
"minLength": 3
},
"deadlineISO": {
"type": "string",
"maxLength": 30,
"minLength": 8
},
"clientCompany": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"ourPositioning": {
"type": "string",
"maxLength": 800,
"minLength": 20
},
"compliancePoints": {
"type": "array",
"items": {
"type": "string",
"maxLength": 200,
"minLength": 2
},
"maxItems": 20,
"minItems": 0
},
"competitorsLikely": {
"type": "array",
"items": {
"type": "string",
"maxLength": 120,
"minLength": 2
},
"maxItems": 8,
"minItems": 1
}
},
"additionalProperties": true
}No endpoints wrapped at confidence ≥ 0.50.
Parent server
gapup-mcp
https://github.com/getgapup/gapup-mcp-public
2/7 registries