{
  "schema_version": "1.0",
  "name": "CogniSuite",
  "description": "M&A deal workflow platform",
  "tools": [
    {
      "name": "join_waitlist",
      "description": "Join the CogniSuite early access waitlist",
      "input_schema": {
        "type": "object",
        "properties": {
          "email": {"type": "string", "description": "Work email address"},
          "company": {"type": "string", "description": "Company or firm name"},
          "role": {"type": "string", "description": "Job title or role"}
        },
        "required": ["email"]
      }
    },
    {
      "name": "get_pricing",
      "description": "Get CogniSuite pricing information",
      "returns": "Pricing tiers and details"
    },
    {
      "name": "get_security_info",
      "description": "Get security and compliance information",
      "returns": "FIPS 140-3 compliance, encryption details, audit capabilities"
    }
  ]
}
