Chunk #593
Aus: Tools (Index: 10)
96
Tokens
Synced
Status
Taxonomie
| Kategorie | Tools |
|---|---|
| Pfad | Tools > Task-Management Tools > Task Statistics |
| Heading-Pfad | Tools > MCP-Tasks Tools > Task-Management Tools > tasks_statistics |
Entities
| Name | Typ |
|---|---|
| tasks_statistics | COMMAND |
| mistral | TECHNOLOGY |
| pending | CONCEPT |
| completed | CONCEPT |
| ai_task | CONCEPT |
| human_task | CONCEPT |
| total_input | CONCEPT |
| total_output | CONCEPT |
| total_cost_usd | CONCEPT |
Keywords
Inhalt
Holt Statistiken über alle Tasks.
# Beispiel
tasks_statistics()
# Response
{
"success": true,
"statistics": {
"by_status": {"pending": 25, "completed": 120, ...},
"by_type": {"ai_task": 100, "human_task": 45},
"tokens": {"total_input": 50000, "total_output": 120000, "total_cost_usd": 2.50},
"model_usage": [{"model": "mistral", "count": 80, "tokens": 100000}]
}
}
Clean Content
Holt Statistiken über alle Tasks.
```
`# Beispiel
tasks_statistics()
# Response
{
"success": true,
"statistics": {
"by_status": {"pending": 25, "completed": 120, ...},
"by_type": {"ai_task": 100, "human_task": 45},
"tokens": {"total_input": 50000, "total_output": 120000, "total_cost_usd": 2.50},
"model_usage": [{"model": "mistral", "count": 80, "tokens": 100000}]
}
}`
```
Metadaten
| Analysiert am | 20.12.2025 12:45:57 |
|---|---|
| Analyse-Modell | gemma3:4b-it-qat |
| Embedding-Modell | mxbai-embed-large |
| Qdrant-ID | 34ab9cc6-7927-44e6-a80a-9e7768649b61 |
| Erstellt | 20.12.2025 12:34:42 |
| Aktualisiert | 20.12.2025 12:53:40 |