Maneta-Suchphrasen einer App SELECT
Tool-Name
tool
select_tricomaaicon_maneta_suchphrasen_element_mcp
Parameter
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
app |
string |
Nein | technischer Name der App (erforderlich) |
detailgrad |
string |
Nein | Kommagetrennt, z.B. stammdaten,texte |
ID |
integer |
Nein | Element-ID (optional) |
suchtyp |
string |
Nein |
Fixer Suchtyp: maneta_suchphrasen_element_mcp Standard: maneta_suchphrasen_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 (erforderlich)"
},
"suchtyp": {
"type": "string",
"description": "Fixer Suchtyp: maneta_suchphrasen_element_mcp",
"default": "maneta_suchphrasen_element_mcp"
}
}
}
Beispiel-Aufruf
json
{
"tool": "select_tricomaaicon_maneta_suchphrasen_element_mcp",
"arguments": {
"app": "...",
"detailgrad": "...",
"ID": 1,
"suchtyp": "maneta_suchphrasen_element_mcp"
}
}