pixlpal.com
PixlPal — AI-assisted photo editing. The AI never generates the photo, it only applies filters.
First seen 2026-09-07 · Last seen 2026-09-14 · Source: webmcp.com
Answer 2 · Act 7 · Transact 0 · Score: Not yet scored
Tool inspector
segment
Find a subject in the open photo by referring expression and create a mask. Use this for discrete nameable objects (a dress, a person, a car). For tonal or positional areas (bright sky, the top of the frame) prefer create_mask. For 'make the grass pop' prefer hsl_mixer, not segmentation. Returns a maskId you then pass to set_operations via `mask`, or to invert_mask to select everything else. Runs fully on-device; no pixels leave the device. If segmentation fails, fall back to a global edit and say so.
Input schema
| Property | Type | Required | Description |
|---|---|---|---|
prompt |
string | yes | Referring expression, e.g. "the red dress" or "the sky". |
Raw JSON schema
{
"type": "object",
"properties": {
"prompt": {
"type": "string",
"minLength": 1,
"description": "Referring expression, e.g. \"the red dress\" or \"the sky\"."
}
},
"required": [
"prompt"
],
"additionalProperties": false
}
Similar websites
tracinginsights.com
Analyze Formula 1 racing data with interactive charts for lap times, live telemetry, timing data and race performance. Explore and Compare drivers across multip…
fiveminutebrief.ai
panoptik-studio.vercel.app
Browser-native demo video editor where humans and AI agents co-edit on the same canvas via WebMCP. No uploads, no server.
webroom.openai.chatgpt.site
A private, browser-based photo editor with precise manual controls and agent-ready WebMCP tools.