You're viewing a demo portfolio

Join the waitlist
PRSM

youfiliate_update_preferences

Active

Tool of youfiliate-mcp

declared in 1.27.0

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"
    }
  }
}

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_update_preferences — youfiliate-mcp — PRSM MCP