youfiliate_get_preferences
ActiveTool of youfiliate-mcp
declared in 1.27.0
Get your current smart link preferences/defaults. Returns default settings applied to newly created smart links. Does NOT create or modify any data.
Parameters schema
{
"type": "object",
"$defs": {
"ResponseFormat": {
"enum": [
"markdown",
"json"
],
"type": "string",
"title": "ResponseFormat",
"description": "Output format for tool responses."
},
"GetPreferencesInput": {
"type": "object",
"title": "GetPreferencesInput",
"properties": {
"response_format": {
"$ref": "#/$defs/ResponseFormat",
"default": "markdown",
"description": "Output format: 'markdown' or 'json'"
}
},
"description": "Input for getting user preferences.",
"additionalProperties": false
}
},
"title": "youfiliate_get_preferencesArguments",
"required": [
"params"
],
"properties": {
"params": {
"$ref": "#/$defs/GetPreferencesInput"
}
}
}Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries