# Snowboard Detune Zone Calculator AI Agent Connect

> Calculate optimal edge detuning parameters to prevent edge catches during park riding.

## Overview
- **Category:** utility
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_wirjtaEHDeW6s8X0Vgp1pnmbjZvhzmCCDFvczU6p/ai-agent-connect
- **Tags:** snowboarding, park-riding, edge-detuning, safety, freestyle

## Description

This MCP server provides precision tools for snowboarders to determine the ideal detuning zone. By analyzing board length, riding style, and feature types, it calculates the exact start point, length, and bevel angle needed to minimize edge catch risk. Use `get_detune_zone_parameters` to find your specific configuration, `analyze_contact_risk` to evaluate catch probability, and `validate_setup_safety` to ensure your setup is stable for your board length.

## Tools

### analyze_contact_risk
Evaluates the risk of edge catch based on board geometry and feature type

### get_bevel_presets
Retrieves standard bevel angles used in the industry for different riding disciplines

### get_detune_zone_parameters
Calculates the specific detuning configuration for a given board and riding setup

### validate_setup_safety
Checks if the calculated detuning parameters are safe and logical

## Prompt Examples

**Prompt:** 
```
What are the detune parameters for a 155cm board for jibbing on rails?
```

**Response:** 
```
For a 155cm board focused on jibbing on rails, the detune start point is 12cm from the tip, the detune length is 15cm, and the bevel angle is 2.5 degrees.
```

**Prompt:** 
```
How much risk of catching an edge is there on a box with a 150cm board and 120cm effective edge?
```

**Response:** 
```
The catch risk score is 0.45, and it is recommended to extend the detune zone by an additional 3cm to mitigate risk.
```

**Prompt:** 
```
What bevel angles are available for a freestyle riding style?
```

**Response:** 
```
For freestyle, the available bevel angles are 1.0, 1.5, and 2.0 degrees, with 1.5 degrees being the default.
```

## Frequently Asked Questions

**How do I use this to prepare for a rail session?**
You can use `get_detune_zone_parameters` with the feature type set to 'rail' to get the specific bevel and length recommended for sliding rails.

**Can I check if my detuning is safe for my board?**
Yes, use the `validate_setup_safety` tool to verify that your detuning parameters are logical and won't compromise your board's stability.

**What is the difference between jib and freestyle detuning?**
Jib style focuses on sliding, requiring more aggressive detuning, while freestyle balances edge hold for jumps with slide capability.
