Aufbereitete Umsatzzahlen zu Produkten SELECT
Tool-Name
tool
select_booster
Parameter
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
detailgrad |
string |
Nein | Kommagetrennt, z.B. stammdaten,texte |
ID |
integer |
Nein | Element-ID (optional) |
produktid |
string |
Nein | Suche nach Produkt IDs |
suchtyp |
string |
Nein |
Fixer Suchtyp: booster Standard: booster |
Input Schema
json
{
"type": "object",
"properties": {
"ID": {
"type": "integer",
"description": "Element-ID (optional)"
},
"detailgrad": {
"type": "string",
"description": "Kommagetrennt, z.B. stammdaten,texte"
},
"produktid": {
"type": "string",
"description": "Suche nach Produkt IDs"
},
"suchtyp": {
"type": "string",
"description": "Fixer Suchtyp: booster",
"default": "booster"
}
}
}
Beispiel-Aufruf
json
{
"tool": "select_booster",
"arguments": {
"detailgrad": "...",
"ID": 1,
"produktid": "...",
"suchtyp": "booster"
}
}