Back to Search
neo_fab_image_validator
1.0.0Validates a 2D silhouette image for 3D extrusion.
$0.005 / call (Standard Tier)
Updated: Jun 11, 2026
Overview
Validates if a generated 2D raster silhouette image is mechanically suitable for vectorization and 3D extrusion.
Example Input
JSON payload sent to this tool:
{
"resource_uri": "neonia://resource/uuid"
}Example Output
Formatted JSON response returned by this tool:
{
"is_valid": true,
"reason": "The silhouette is well-connected with high contrast and clean edges."
}Setup Configuration
Add the following configuration to your MCP general settings or mcp_config.json:
{
"mcpServers": {
"neonia": {
"serverUrl": "https://mcp.neonia.io/mcp?tools=neo_fab_image_validator",
"headers": {
"Authorization": "Bearer API_KEY"
}
}
}
}