Capability Requests
Report a genuine platform capability gap so it can be built. LAST RESORT only.
⚡ Built-in — No Setup Required
This integration is built into the WebsitePublisher platform. All endpoints are available immediately — no API key needed.
Endpoints (1)
POST
submit-request
LAST RESORT. Call this ONLY after list_integrations and the documented endpoints genuinely have no fit for what you need — never as a shortcut around solvable work. Reports a missing platform capability so it can be built. You must show what you already tried.
| Field | Type | Required | Description |
|---|---|---|---|
requested_operation |
string | ✓ Yes | Short canonical verb-noun for the missing capability, e.g. "bulk-delete-products". Used for clustering — keep it terse and consistent. |
description |
string | ✓ Yes | What you were trying to accomplish and why the platform cannot do it today. |
attempted |
array | ✓ Yes | Tools/endpoints you already tried, e.g. ["list_integrations","order-management/create-order"]. Required — show you tried. |
why_insufficient |
string | ✓ Yes | Why those attempts did not work. |
suggested_shape |
string | No | Optional: what an endpoint/tool for this should look like. |
reported_by |
string | No | Optional: which AI client is reporting (claude/chatgpt/cursor/...). |
MCP Tool Names
When using this integration through an AI assistant (Claude, ChatGPT, Cursor, etc.), the endpoints are available as MCP tools:
| Endpoint | MCP Tool Name |
|---|---|
| submit-request | capability_requests_submit_request |
Website