Skip to content

Perform healthcheck and sync tools

POST
/api/v1/workspaces/{workspace_id}/mcp_servers/{id}/perform_healthcheck

Performs a healthcheck on the MCP server.

workspace_id
required
integer

Workspace ID

id
required
integer

MCP Server ID

Successful

object
id
required
integer
Example
12345
name
required
string
Example
Shopify
url
required
string
Example
https://example.com
healthcheck_status
required
string
Allowed values: pending healthy unhealthy
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
nullable
Example
https://example.com/logo.png
oauth
required
boolean
start_oauth_flow_url
required
string
nullable
Example
https://example.com/oauth/start

Unauthorized

object
message
required
string
Example
Record not found

Forbidden

object
message
required
string
Example
Record not found

Not Found

object
message
required
string
Example
Record not found

Unprocessable 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."
]
}
}