You're viewing a demo portfolio

Join the waitlist
PRSM

youfiliate_check_link_health

Active

Tool of youfiliate-mcp

declared in 1.27.0

Trigger a health check for a specific smart link. Checks the default URL and all geo-rule URLs for availability. Returns the health status (healthy/broken/unknown). Rate limited to once per 5 minutes per link. Does NOT modify the link configuration. Common errors: - Rate limit: wait 5 minutes between health checks for the same link. - Smart link not found: check the ID.

Parameters schema

{
  "type": "object",
  "$defs": {
    "ResponseFormat": {
      "enum": [
        "markdown",
        "json"
      ],
      "type": "string",
      "title": "ResponseFormat",
      "description": "Output format for tool responses."
    },
    "CheckLinkHealthInput": {
      "type": "object",
      "title": "CheckLinkHealthInput",
      "required": [
        "id"
      ],
      "properties": {
        "id": {
          "type": "string",
          "title": "Id",
          "pattern": "^[0-9a-f]{8}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{4}-[0-9a-f]{12}$",
          "description": "Smart link UUID to check"
        },
        "response_format": {
          "$ref": "#/$defs/ResponseFormat",
          "default": "markdown",
          "description": "Output format: 'markdown' or 'json'"
        }
      },
      "description": "Input for triggering a health check on a smart link.",
      "additionalProperties": false
    }
  },
  "title": "youfiliate_check_link_healthArguments",
  "required": [
    "params"
  ],
  "properties": {
    "params": {
      "$ref": "#/$defs/CheckLinkHealthInput"
    }
  }
}

What this tool wraps· 0 endpoints

min confidence0.700.50

No endpoints wrapped at confidence ≥ 0.70.

Parent server

youfiliate-mcp

https://github.com/andrewmpierce/youfiliate-mcp

2/7 registries
View full server →
youfiliate_check_link_health — youfiliate-mcp — PRSM MCP