feat: add delete_circle tool (v0.7.2)
Implements `delete_circle(circle_id)` using the verified `adminwipefamily` endpoint. Protects the primary circle via `isFirstFamily` check. Probe circles family/23447370 and family/23447378 cleaned up during testing. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -24,7 +24,7 @@ und wird in Claude Desktop eingebunden.
|
||||
|
||||
## Aktueller Stand
|
||||
|
||||
### Implementierte Tools (v0.7.1)
|
||||
### Implementierte Tools (v0.7.2)
|
||||
|
||||
| Kategorie | Tools |
|
||||
|---|---|
|
||||
@@ -34,7 +34,7 @@ und wird in Claude Desktop eingebunden.
|
||||
| Kategorien | `create_category`, `delete_category` |
|
||||
| Aktivitäten | `like_post` |
|
||||
| Rezepte | `get_recipes`, `get_recipe`, `create_recipe`, `update_recipe`, `delete_recipe` |
|
||||
| Kreise | `create_circle`, `add_member_to_circle` |
|
||||
| Kreise | `create_circle`, `delete_circle`, `add_member_to_circle` |
|
||||
|
||||
## Roadmap
|
||||
|
||||
@@ -46,8 +46,9 @@ und wird in Claude Desktop eingebunden.
|
||||
- v0.6.0: Rezept-Box (get_recipes, get_recipe, create_recipe, delete_recipe) ✓
|
||||
- v0.6.1: update_recipe + Bugfix Zeilenumbrüche in create_recipe ✓
|
||||
- v0.7.0: create_circle + add_member_to_circle ✓
|
||||
- v0.7.1: get_lists scope fix + create_list circle_id + delete_list scope ✓ ← aktuell
|
||||
- v0.7.2: mpadditemtolist (Zutaten → Einkaufsliste)
|
||||
- v0.7.1: get_lists scope fix + create_list circle_id + delete_list scope ✓
|
||||
- v0.7.2: delete_circle ✓ ← aktuell
|
||||
- v0.7.3: mpadditemtolist (Zutaten → Einkaufsliste)
|
||||
- v0.5.3: update_list (Umbenennen, emoji/color ändern), Sharing-Verwaltung
|
||||
- v0.8.x: Erinnerungen + Wiederholungen (Premium-Account erforderlich)
|
||||
- v2.0: Schreibzugriff auf Wall-Posts (Erstellen, Kommentieren)
|
||||
@@ -147,6 +148,7 @@ Fehler bei falschen Parametern kommen nicht immer auf Top-Level:
|
||||
| `acccreatefamily` | `name` | liefert numerische Kreis-ID als String in `a00.r.r` |
|
||||
| `accinvite` | `familyId`, `identifier`, `role="Unknown"`, `firstname` | nur für neue FW-Accounts |
|
||||
| `accupdatefamily` | `name` | aktualisiert immer den PRIMARY Kreis (ignoriert `id`/`familyId`) |
|
||||
| `adminwipefamily` | `scope` | Kreis-metaId; löscht Kreis + alle Inhalte; `a00.r.r="true"` bei Erfolg |
|
||||
|
||||
### Self-Like-Restriction
|
||||
Eigene Posts können nicht geliked werden. API antwortet 200, macht aber nichts.
|
||||
|
||||
Reference in New Issue
Block a user