CSS Box Shadow Generator
Generate CSS box-shadow properties
API Documentation
Request Endpoint
POST /en/api/tools/box-shadow-generator
Request Parameters
| Parameter Name | Type | Required | Description |
|---|---|---|---|
| horizontal | range | Yes | - |
| vertical | range | Yes | - |
| blur | range | Yes | - |
| spread | range | Yes | - |
| color | color | Yes | - |
| opacity | range | Yes | - |
| inset | checkbox | No | - |
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-box-shadow-generator": {
"name": "box-shadow-generator",
"description": "Generate CSS box-shadow properties",
"baseUrl": "https://elysiatools.com/mcp/sse?toolId=box-shadow-generator",
"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]