Tutorials einer App (IDs/Kurztexte) SELECT
Tool-Name
tool
select_tricomaaicon_tutorials_element_mcp
Parameter
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
app |
string |
Nein | technischer Name der App |
detailgrad |
string |
Nein | Kommagetrennt, z.B. stammdaten,texte |
ID |
integer |
Nein | Element-ID (optional) |
Suche |
string |
Nein | optionaler Suchbegriff |
suchtyp |
string |
Nein |
Fixer Suchtyp: tutorials_element_mcp Standard: tutorials_element_mcp |
Input Schema
json
{
"type": "object",
"properties": {
"ID": {
"type": "integer",
"description": "Element-ID (optional)"
},
"detailgrad": {
"type": "string",
"description": "Kommagetrennt, z.B. stammdaten,texte"
},
"app": {
"type": "string",
"description": "technischer Name der App"
},
"Suche": {
"type": "string",
"description": "optionaler Suchbegriff"
},
"suchtyp": {
"type": "string",
"description": "Fixer Suchtyp: tutorials_element_mcp",
"default": "tutorials_element_mcp"
}
}
}
Beispiel-Aufruf
json
{
"tool": "select_tricomaaicon_tutorials_element_mcp",
"arguments": {
"app": "...",
"detailgrad": "...",
"ID": 1,
"Suche": "...",
"suchtyp": "tutorials_element_mcp"
}
}