AI Perspective Transformer
Transform negative situations into positive perspectives through creative reinterpretation
API Documentation
Request Endpoint
POST /en/api/tools/ai-perspective-transformer
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| situation | textarea | Yes | - |
| language | select | No | - |
| emotion | select | No | - |
| transformType | select | No | - |
| userAge | select | No | This helps provide age-appropriate responses |
Response Format
{
"result": "Processed text content",
"error": "Error message (optional)",
"message": "Notification message (optional)",
"metadata": {
"key": "value"
}
}
Text:
Text
AI MCP Documentation
Add this tool to your MCP server configuration:
{
"mcpServers": {
"elysiatools-ai-perspective-transformer": {
"name": "ai-perspective-transformer",
"description": "Transform negative situations into positive perspectives through creative reinterpretation",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=ai-perspective-transformer",
"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]