You're viewing a demo portfolio

Join the waitlist
PRSM

audit_pre_flight

Active

Tool of @gapup/mcp-knowledge

declared in 0.2.0

Pré-audit comptable — Gapup agent-payable C-suite expertise (CFO). Returns a structured, audited deliverable. Reference case: Spendesk — Pré-audit commissaire · Readiness 74/100 · 4 findings critiques · Checklist 18 docs. Inputs are validated server-side — send the documented case fields.

Parameters schema

{
  "type": "object",
  "required": [
    "company",
    "audit",
    "financials",
    "knownIssues",
    "systems"
  ],
  "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."
    },
    "audit": {
      "type": "object",
      "required": [
        "type"
      ],
      "properties": {
        "type": {
          "enum": [
            "statutory",
            "internal",
            "due-diligence",
            "ipo-readiness",
            "sox"
          ],
          "type": "string"
        },
        "scope": {
          "type": "string",
          "maxLength": 300,
          "minLength": 5
        },
        "auditor": {
          "type": "string",
          "maxLength": 100
        },
        "scheduledDate": {
          "type": "string"
        }
      }
    },
    "company": {
      "type": "object",
      "required": [
        "name",
        "sector",
        "stage"
      ],
      "properties": {
        "name": {
          "type": "string",
          "maxLength": 200,
          "minLength": 2
        },
        "stage": {
          "enum": [
            "pre-seed",
            "seed",
            "serie-a",
            "serie-b",
            "serie-c",
            "serie-d-plus",
            "profitable-sme",
            "enterprise"
          ],
          "type": "string"
        },
        "sector": {
          "type": "string",
          "maxLength": 100,
          "minLength": 2
        }
      }
    },
    "systems": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 100
      },
      "maxItems": 8,
      "minItems": 0
    },
    "financials": {
      "type": "object",
      "required": [
        "annualRevenueEur",
        "totalAssetsEur"
      ],
      "properties": {
        "totalAssetsEur": {
          "type": "number",
          "minimum": 0
        },
        "annualRevenueEur": {
          "type": "number",
          "minimum": 0
        },
        "closingDateLastYear": {
          "type": "string"
        }
      }
    },
    "knownIssues": {
      "type": "array",
      "items": {
        "type": "string",
        "maxLength": 300,
        "minLength": 5
      },
      "maxItems": 6,
      "minItems": 0
    }
  },
  "additionalProperties": true
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

@gapup/mcp-knowledge

https://github.com/getgapup/gapup-mcp

2/7 registries
View full server →