# Perfume Dilution Calculator AI Agent Connect

> Calculate exact carrier volumes and dilution ratios for perfume making.

## Overview
- **Category:** chemistry
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_HFVfMW2kKYzZRfiDVCAKG2aZYzUWJpnZmXuSayR5/ai-agent-connect
- **Tags:** perfume, dilution, fragrance, chemistry, calculation

## Description

A deterministic tool for perfumers to calculate the exact quantities of carrier fluids and fragrance oils required to reach specific concentration standards. Use `calculate_single_dilution` for individual oils, `calculate_blend_dilution` for mixing multiple oils, or `get_standard_concentration` to find industry ranges for Parfum, EDP, EDT, and Cologne.

## Tools

### get_standard_concentration
Provides the midpoint concentration values for the industry-standard perfume categories

### calculate_blend_dilution
Calculates dilution requirements when mixing multiple different fragrance oils into a single base

### calculate_single_dilution
Determines the amount of carrier needed to dilute a single fragrance oil to a target concentration

## Prompt Examples

**Prompt:** 
```
How much alcohol do I need to dilute 10g of oil to 20% concentration?
```

**Response:** 
```
To dilute 10g of oil to a 20% concentration using alcohol, you need 40.87 ml of carrier.
```

**Prompt:** 
```
What is the standard range for an Eau de Parfum (EDP)?
```

**Response:** 
```
The standard range for Eau de Parfum (EDP) is 15% to 20%, with a midpoint of 17.5%.
```

**Prompt:** 
```
I have 5g of oil A and 5g of oil B. How much oil carrier is needed for a 15% blend?
```

**Response:** 
```
For a 10g total oil blend at 15% concentration using carrier oil, you need 56.52 ml of carrier.
```

## Frequently Asked Questions

**How do I calculate the carrier needed for a single oil?**
Use the `calculate_single_dilution` tool by providing the oil weight in grams, your target concentration, and the carrier type (alcohol, oil, or water).

**Can I mix multiple oils at once?**
Yes, use `calculate_blend_dilution` to provide an array of weights for all oils in your blend to find the total carrier volume required.

**What are the standard perfume concentrations?**
You can use `get_standard_concentration` to retrieve the midpoint and range values for Parfum, EDP, EDT, and Cologne.
