AI Antifragile Decision Engine
Decisions under Taleb’s antifragile rules: downside-first, barbell, via negativa, optionality, skin-in-the-game.
API Documentation
Request Endpoint
POST /en/api/tools/ai-antifragile-decision
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| scenario | textarea | Yes | - |
| goal | textarea | No | - |
| constraints | textarea | No | - |
| alternatives | textarea | No | - |
| riskTolerance | select | No | - |
| language | select | No | - |
Response Format
data: {"chunk": "data: processed content 1", "type": "stream"}
data: {"chunk": "data: processed content 2", "type": "stream"}
data: {"type": "done"}
Stream:
Stream
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-ai-antifragile-decision": {
"name": "ai-antifragile-decision",
"description": "Decisions under Taleb’s antifragile rules: downside-first, barbell, via negativa, optionality, skin-in-the-game.",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=ai-antifragile-decision",
"command": "",
"args": [],
"env": {},
"isActive": true,
"type": "sse"
}
}
}
You can chain multiple tools, e.g.: `https://elysiatools.com/mcp/sse?toolId=png-to-webp,jpg-to-webp,gif-to-webp`, max 20 tools.
If you encounter any issues, please contact us at [email protected]