31 lines
916 B
JSON
31 lines
916 B
JSON
{
|
|
"schema_version": "1.0",
|
|
"name": "Dealspace",
|
|
"description": "M&A deal workflow platform",
|
|
"tools": [
|
|
{
|
|
"name": "join_waitlist",
|
|
"description": "Join the Dealspace 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 Dealspace 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"
|
|
}
|
|
]
|
|
}
|