Suche nach Tutorial Statistikwerten SELECT
Tool-Name
tool
select_tutorial_objekt_werte
Parameter
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
detailgrad |
string |
Nein | Kommagetrennt, z.B. stammdaten,texte |
ID |
integer |
Nein | Element-ID (optional) |
objekt_ID |
string |
Nein | Statistik Objekt ID |
suchtyp |
string |
Nein |
Fixer Suchtyp: tutorial_objekt_werte Standard: tutorial_objekt_werte |
titel |
string |
Nein | Suche nach Titel des Statistikwerts |
Input Schema
json
{
"type": "object",
"properties": {
"ID": {
"type": "integer",
"description": "Element-ID (optional)"
},
"detailgrad": {
"type": "string",
"description": "Kommagetrennt, z.B. stammdaten,texte"
},
"objekt_ID": {
"type": "string",
"description": "Statistik Objekt ID"
},
"titel": {
"type": "string",
"description": "Suche nach Titel des Statistikwerts"
},
"suchtyp": {
"type": "string",
"description": "Fixer Suchtyp: tutorial_objekt_werte",
"default": "tutorial_objekt_werte"
}
}
}
Beispiel-Aufruf
json
{
"tool": "select_tutorial_objekt_werte",
"arguments": {
"detailgrad": "...",
"ID": 1,
"objekt_ID": "...",
"suchtyp": "tutorial_objekt_werte",
"titel": "..."
}
}