youfiliate_list_smart_links
ActiveTool of youfiliate-mcp
List your smart links with optional filtering, search, and pagination. Returns a paginated list of smart links. Use filters to narrow results. Does NOT create or modify any links. Args: params: Filters include health_status, search (title/URL), ordering, limit (1-100, default 20), and offset. Common errors: - No links found: you may not have created any links yet.
Parameters schema
{
"type": "object",
"$defs": {
"ResponseFormat": {
"enum": [
"markdown",
"json"
],
"type": "string",
"title": "ResponseFormat",
"description": "Output format for tool responses."
},
"ListSmartLinksInput": {
"type": "object",
"title": "ListSmartLinksInput",
"properties": {
"limit": {
"type": "integer",
"title": "Limit",
"default": 20,
"maximum": 100,
"minimum": 1,
"description": "Maximum results to return (1-100, default 20)"
},
"offset": {
"type": "integer",
"title": "Offset",
"default": 0,
"minimum": 0,
"description": "Number of results to skip for pagination (default 0)"
},
"search": {
"anyOf": [
{
"type": "string"
},
{
"type": "null"
}
],
"title": "Search",
"default": null,
"description": "Search by title or URL"
},
"ordering": {
"anyOf": [
{
"enum": [
"created_at",
"-created_at",
"total_clicks",
"-total_clicks",
"daily_clicks",
"-daily_clicks",
"weekly_clicks",
"-weekly_clicks",
"title",
"-title"
],
"type": "string"
},
{
"type": "null"
}
],
"title": "Ordering",
"default": null,
"description": "Sort field (e.g., '-created_at', 'total_clicks', '-total_clicks')"
},
"health_status": {
"anyOf": [
{
"enum": [
"healthy",
"broken",
"unknown"
],
"type": "string"
},
{
"type": "null"
}
],
"title": "Health Status",
"default": null,
"description": "Filter by health status"
},
"response_format": {
"$ref": "#/$defs/ResponseFormat",
"default": "markdown",
"description": "Output format: 'markdown' (default) or 'json'"
}
},
"description": "Input for listing smart links with optional filters.",
"additionalProperties": false
}
},
"title": "youfiliate_list_smart_linksArguments",
"required": [
"params"
],
"properties": {
"params": {
"$ref": "#/$defs/ListSmartLinksInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries