Suche nach Tutorialobjekten SELECT
Tool-Name
tool
select_tutorial_objekte
Parameter
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
detailgrad |
string |
Nein | Kommagetrennt, z.B. stammdaten,texte |
ID |
integer |
Nein | Element-ID (optional) |
onlinefreigabe_obj |
string |
Nein | 0 oder 1 |
seite |
string |
Nein | Seitennummer |
suchtyp |
string |
Nein |
Fixer Suchtyp: tutorial_objekte Standard: tutorial_objekte |
titel |
string |
Nein | Suche nach Objekttitel |
tutorial_ID |
string |
Nein | Suche Objekte zu einem Tutorial |
typ |
string |
Nein | 0 Seitentitel, 1 Text, 2 Code, 3 Bild, 4 Datei, 5 Statistik |
Input Schema
json
{
"type": "object",
"properties": {
"ID": {
"type": "integer",
"description": "Element-ID (optional)"
},
"detailgrad": {
"type": "string",
"description": "Kommagetrennt, z.B. stammdaten,texte"
},
"tutorial_ID": {
"type": "string",
"description": "Suche Objekte zu einem Tutorial"
},
"seite": {
"type": "string",
"description": "Seitennummer"
},
"typ": {
"type": "string",
"description": "0 Seitentitel, 1 Text, 2 Code, 3 Bild, 4 Datei, 5 Statistik"
},
"titel": {
"type": "string",
"description": "Suche nach Objekttitel"
},
"onlinefreigabe_obj": {
"type": "string",
"description": "0 oder 1"
},
"suchtyp": {
"type": "string",
"description": "Fixer Suchtyp: tutorial_objekte",
"default": "tutorial_objekte"
}
}
}
Beispiel-Aufruf
json
{
"tool": "select_tutorial_objekte",
"arguments": {
"detailgrad": "...",
"ID": 1,
"onlinefreigabe_obj": "...",
"seite": "...",
"suchtyp": "tutorial_objekte",
"titel": "...",
"tutorial_ID": "...",
"typ": "..."
}
}