Chunk #587
Aus: Tools (Index: 4)
129
Tokens
Synced
Status
Taxonomie
| Kategorie | Tools |
|---|---|
| Pfad | Tools > Task-Management Tools > Task Creation |
| Heading-Pfad | Tools > MCP-Tasks Tools > Task-Management Tools > tasks_create |
Entities
| Name | Typ |
|---|---|
| tasks_create | COMMAND |
| title | CONFIG |
| description | CONFIG |
| type | CONFIG |
| parent_task_id | CONFIG |
| due_date | CONFIG |
Keywords
Inhalt
Erstellt einen neuen Task.
| Parameter | Typ | Required | Beschreibung |
|---|---|---|---|
| title | string | Ja | Aufgabentitel |
| description | string | Nein | Ausführliche Beschreibung |
| type | string | Nein | human_task, ai_task (default), mixed |
| parent_task_id | int | Nein | ID des Parent-Tasks |
| due_date | string | Nein | Fälligkeitsdatum (ISO 8601) |
# Beispiel
tasks_create(
title="Code Review für API",
description="Prüfe die neuen Endpunkte",
type="ai_task"
)
# Response
{
"success": true,
"task": {"id": 45, "title": "...", ...},
"message": "Task #45 created"
}Clean Content
Erstellt einen neuen Task.
ParameterTypRequiredBeschreibung
titlestringJaAufgabentitel
descriptionstringNeinAusführliche Beschreibung
typestringNeinhuman_task, ai_task (default), mixed
parent_task_idintNeinID des Parent-Tasks
due_datestringNeinFälligkeitsdatum (ISO 8601)
```
`# Beispiel
tasks_create(
title="Code Review für API",
description="Prüfe die neuen Endpunkte",
type="ai_task"
)
# Response
{
"success": true,
"task": {"id": 45, "title": "...", ...},
"message": "Task #45 created"
}`
```
Metadaten
| Analysiert am | 20.12.2025 12:45:42 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | b9152df5-286f-4548-a18a-1137e15ef165 |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:40 |