youfiliate_get_smart_link
ActiveTool of youfiliate-mcp
Get full details of a single smart link by ID. Returns all configuration including geo rules, deep link config, and click stats. Does NOT modify the link. Common errors: - Smart link not found: check the ID or use `youfiliate_list_smart_links`.
Parameters schema
{
"type": "object",
"$defs": {
"ResponseFormat": {
"enum": [
"markdown",
"json"
],
"type": "string",
"title": "ResponseFormat",
"description": "Output format for tool responses."
},
"GetSmartLinkInput": {
"type": "object",
"title": "GetSmartLinkInput",
"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"
},
"response_format": {
"$ref": "#/$defs/ResponseFormat",
"default": "markdown",
"description": "Output format: 'markdown' or 'json'"
}
},
"description": "Input for getting a single smart link.",
"additionalProperties": false
}
},
"title": "youfiliate_get_smart_linkArguments",
"required": [
"params"
],
"properties": {
"params": {
"$ref": "#/$defs/GetSmartLinkInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries