Execute an MCP surface tool (dashboard test)

Dashboard test endpoint. Authenticates with a Clerk session JWT and executes a named tool via the same path as production tools/call.

Authentication

AuthorizationBearer
API key or Clerk session token

Path parameters

productIdstringRequired
surfaceIdstringRequired

Request

This endpoint expects an object.
toolNamestringRequired
argumentsmap from strings to anyOptional

Response

Tool execution result
durationdouble
isErrorboolean
successboolean
textstring

Errors

400
Bad Request Error
401
Unauthorized Error
403
Forbidden Error
404
Not Found Error
500
Internal Server Error