Perform healthcheck and sync tools
POST /api/v1/workspaces/{workspace_id}/mcp_servers/{id}/perform_healthcheck
POST
/api/v1/workspaces/{workspace_id}/mcp_servers/{id}/perform_healthcheck
Performs a healthcheck on the MCP server.
Authorizations
Section titled “Authorizations ”Parameters
Section titled “ Parameters ”Path Parameters
Section titled “Path Parameters ” workspace_id
required
integer
Workspace ID
id
required
integer
MCP Server ID
Responses
Section titled “ Responses ”Successful
object
id
required
integer
Example
12345 name
required
string
Example
Shopify url
required
string
Example
https://example.com healthcheck_status
required
string
Example
pending headers
required
object
key
additional properties
string
created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z tools
required
Array<object>
object
id
required
integer
Example
12345 name
required
string
Example
Shopify description
required
string
Example
Shopify API enabled
required
boolean
Example
true created_at
required
string format: date-time
Example
2023-08-23T10:30:00.000Z logo_url
required
string
Example
https://example.com/logo.png oauth
required
boolean
start_oauth_flow_url
required
string
Example
https://example.com/oauth/startUnauthorized
object
message
required
string
Example
Record not foundForbidden
object
message
required
string
Example
Record not foundNot Found
object
message
required
string
Example
Record not foundUnprocessable Entity
object
message
required
string
Example
Failed to save errors
required
object
key
additional properties
Array<string>
Example
{ "errors": { "username": [ "Username is required.", "Username must be unique." ], "email": [ "Invalid email format." ] }}