youfiliate_update_preferences
ActiveTool of youfiliate-mcp
Update your smart link preferences/defaults. Changes apply to newly created links only — existing links are not affected. Does NOT delete any data. Common errors: - Invalid redirect_type: must be '301' or '302'.
Parameters schema
{
"type": "object",
"$defs": {
"ResponseFormat": {
"enum": [
"markdown",
"json"
],
"type": "string",
"title": "ResponseFormat",
"description": "Output format for tool responses."
},
"UpdatePreferencesInput": {
"type": "object",
"title": "UpdatePreferencesInput",
"properties": {
"response_format": {
"$ref": "#/$defs/ResponseFormat",
"default": "markdown",
"description": "Output format: 'markdown' or 'json'"
},
"default_redirect_type": {
"anyOf": [
{
"enum": [
"301",
"302"
],
"type": "string"
},
{
"type": "null"
}
],
"title": "Default Redirect Type",
"default": null,
"description": "Default redirect type for new smart links"
},
"default_geo_rules_enabled": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Default Geo Rules Enabled",
"default": null,
"description": "Whether geo-targeting is enabled by default for new links"
},
"default_deep_linking_enabled": {
"anyOf": [
{
"type": "boolean"
},
{
"type": "null"
}
],
"title": "Default Deep Linking Enabled",
"default": null,
"description": "Whether deep linking is enabled by default for new links"
}
},
"description": "Input for updating user preferences.",
"additionalProperties": false
}
},
"title": "youfiliate_update_preferencesArguments",
"required": [
"params"
],
"properties": {
"params": {
"$ref": "#/$defs/UpdatePreferencesInput"
}
}
}No endpoints wrapped at confidence ≥ 0.70.
Parent server
youfiliate-mcp
https://github.com/andrewmpierce/youfiliate-mcp
2/7 registries