tricomaClaw: Sessiontasks anzeigen SELECT
Tool-Name
tool
select_tricomaclaw_session_tasks
Parameter
| Parameter | Typ | Pflicht | Beschreibung |
|---|---|---|---|
detailgrad |
string |
Nein | Kommagetrennt, z.B. stammdaten,texte |
ID |
integer |
Nein | Element-ID (optional) |
session_ID |
string |
Nein | Filter auf Session |
status |
string |
Nein | offen/in_arbeit/erledigt/fehler |
suchtyp |
string |
Nein |
Fixer Suchtyp: tricomaclaw_session_tasks Standard: tricomaclaw_session_tasks |
Input Schema
json
{
"type": "object",
"properties": {
"ID": {
"type": "integer",
"description": "Element-ID (optional)"
},
"detailgrad": {
"type": "string",
"description": "Kommagetrennt, z.B. stammdaten,texte"
},
"session_ID": {
"type": "string",
"description": "Filter auf Session"
},
"status": {
"type": "string",
"description": "offen/in_arbeit/erledigt/fehler"
},
"suchtyp": {
"type": "string",
"description": "Fixer Suchtyp: tricomaclaw_session_tasks",
"default": "tricomaclaw_session_tasks"
}
}
}
Beispiel-Aufruf
json
{
"tool": "select_tricomaclaw_session_tasks",
"arguments": {
"detailgrad": "...",
"ID": 1,
"session_ID": "...",
"status": "...",
"suchtyp": "tricomaclaw_session_tasks"
}
}