Skip to main content
POST
/
v1
/
integrations
/
connections
/
{connection_id}
/
test-mcp-call
Dashboard test surface: invoke an MCP tool by slug (FEATHER_MCP_CLIENT)
curl --request POST \
  --url https://api-sandbox.featherhq.com/v1/integrations/connections/{connection_id}/test-mcp-call \
  --header 'Content-Type: application/json' \
  --header 'x-api-key: <api-key>' \
  --data '
{
  "slug": "<string>",
  "input": {}
}
'
{
  "result": {}
}

Authorizations

x-api-key
string
header
required

Path Parameters

connection_id
string<uuid>
required

Body

application/json

Body for the dashboard FEATHER_MCP_CLIENT test surface (Step 8).

Lets an operator fire a real custom_mcp MCP tools/call from the Integrations page to confirm the customer-MCP invoke path end-to-end (decrypt creds → open MCP session → call_tool). It's the only non-agent way to exercise FEATHER_MCP_CLIENT. input matches the resolved tool's input_schema.

slug
string
required
input
Input · object

Response

Successful Response

Raw MCP tools/call result echoed back to the dashboard test surface.

result
Result · object
required