Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
Abgeleitet aus den Transporten, die dieser Eintrag deklariert (stdio). Ein Client, der hier nicht steht, ist damit nicht ausgeschlossen — Forge kann ihn nur nicht bestätigen.
GOOGLE_TASKS_CLIENT_SECRETOAuth-AppoptionalVom Autor in der offiziellen MCP-Registry angegeben. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
Die Verifizierung bestätigt die Identität des Publishers (die Inhaberschaft am Repo), nicht die Sicherheit des Codes. Der Sicherheits-Scan deckt bekannte CVEs und verdächtige Installationsskripte ab.
Aus dem Quellcode gelesen, den npm tatsächlich ausliefert, zum Zeitpunkt des Scans. Das Paket wurde nie ausgeführt. Tools, die zur Laufzeit dynamisch registriert werden oder in gebündeltem beziehungsweise minifiziertem Code stecken, können übersehen werden — das hier ist also eine Untergrenze der Tool-Oberfläche, keine vollständige Erhebung.
google_tasks_list_tasklistsKeine Beschreibung veröffentlichtDieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.
google_tasks_get_tasklistFetch metadata for a single Google Task list by ID.
Args:
- tasklist_id (string): ID of the task list (from google_tasks_list_tasklists)
- response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns the task list's id, title, and last-updated time.
Error Handling:
- Ret…Fetch metadata for a single Google Task list by ID. Args: - tasklist_id (string): ID of the task list (from google_tasks_list_tasklists) - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns the task list's id, title, and last-updated time. Error Handling: - Ret…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
google_tasks_create_tasklistCreate a new Google Task list (a new top-level container, e.g. "Work" or "Groceries").
Args:
- title (string): Title for the new list
- response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns the newly created task list's id and title. Use the returned id as tasklist_…Create a new Google Task list (a new top-level container, e.g. "Work" or "Groceries"). Args: - title (string): Title for the new list - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns the newly created task list's id and title. Use the returned id as tasklist_…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
google_tasks_update_tasklistRename an existing Google Task list.
Args:
- tasklist_id (string): ID of the task list to rename
- title (string): New title
- response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns the updated task list.
Error Handling:
- Returns "Error: Not found (404)" if taskl…Rename an existing Google Task list. Args: - tasklist_id (string): ID of the task list to rename - title (string): New title - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns the updated task list. Error Handling: - Returns "Error: Not found (404)" if taskl…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
google_tasks_delete_tasklistprivilegiertPermanently delete a Google Task list AND all tasks in it. This cannot be undone and cannot target the '@default' list.
Args:
- tasklist_id (string): ID of the task list to delete (must not be '@default')
Returns a confirmation message.
Error Handling:
- Returns "Error: Invalid request (400)"…Permanently delete a Google Task list AND all tasks in it. This cannot be undone and cannot target the '@default' list. Args: - tasklist_id (string): ID of the task list to delete (must not be '@default') Returns a confirmation message. Error Handling: - Returns "Error: Invalid request (400)"…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
google_tasks_list_tasksKeine Beschreibung veröffentlichtDieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.
google_tasks_get_taskFetch full details for a single task by ID.
Args:
- tasklist_id (string): ID of the task list, or '@default' (default: '@default')
- task_id (string): ID of the task (from google_tasks_list_tasks)
- response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns the task's t…Fetch full details for a single task by ID. Args: - tasklist_id (string): ID of the task list, or '@default' (default: '@default') - task_id (string): ID of the task (from google_tasks_list_tasks) - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns the task's t…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
google_tasks_create_taskKeine Beschreibung veröffentlichtDieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.
google_tasks_update_taskKeine Beschreibung veröffentlichtDieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.
google_tasks_complete_taskMark a task as completed.
Args:
- tasklist_id (string): ID of the task list, or '@default' (default: '@default')
- task_id (string): ID of the task to complete
- response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns the updated task with status='completed' and a co…Mark a task as completed. Args: - tasklist_id (string): ID of the task list, or '@default' (default: '@default') - task_id (string): ID of the task to complete - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns the updated task with status='completed' and a co…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
google_tasks_reopen_taskMark a completed task as not-done (status back to 'needsAction').
Args:
- tasklist_id (string): ID of the task list, or '@default' (default: '@default')
- task_id (string): ID of the task to reopen
- response_format ('markdown' | 'json'): Output format (default: 'markdown')
Returns the updated…Mark a completed task as not-done (status back to 'needsAction'). Args: - tasklist_id (string): ID of the task list, or '@default' (default: '@default') - task_id (string): ID of the task to reopen - response_format ('markdown' | 'json'): Output format (default: 'markdown') Returns the updated…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
google_tasks_delete_taskprivilegiertPermanently delete a single task. This cannot be undone.
Args:
- tasklist_id (string): ID of the task list, or '@default' (default: '@default')
- task_id (string): ID of the task to delete
Returns a confirmation message.
Don't use when: You want to remove all completed tasks at once — use goog…Permanently delete a single task. This cannot be undone. Args: - tasklist_id (string): ID of the task list, or '@default' (default: '@default') - task_id (string): ID of the task to delete Returns a confirmation message. Don't use when: You want to remove all completed tasks at once — use goog…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
google_tasks_move_taskprivilegiertKeine Beschreibung veröffentlichtDieses Tool hat keine Beschreibung veröffentlicht. Forge erfindet keine.
google_tasks_clear_completed_tasksClear all completed tasks from a task list. Cleared tasks are hidden from the default view
(they become 'hidden' and won't reappear unless show_hidden=true is passed to google_tasks_list_tasks).
This does not delete incomplete tasks.
Args:
- tasklist_id (string): ID of the task list, or '@default…Clear all completed tasks from a task list. Cleared tasks are hidden from the default view (they become 'hidden' and won't reappear unless show_hidden=true is passed to google_tasks_list_tasks). This does not delete incomplete tasks. Args: - tasklist_id (string): ID of the task list, or '@default…
Für dieses Tool wurde kein Eingabeschema veröffentlicht.
9 von 14 Tools haben eine Beschreibung veröffentlicht.
Tool-Namen und -Beschreibungen stammen vom Publisher und werden wortgetreu als inerter Text angezeigt. Es sind die Zeichenketten, die ein MCP-Client an ein Modell übergibt, deshalb prüft Forge sie auf Prompt-Injection-Muster — jeder Befund erscheint oben beim Sicherheits-Scan. „Privilegiert“ ist ein Schlagwort-Treffer im Tool-Namen, keine Prüfung dessen, was das Tool tut: ein harmlos klingender Name kann trotzdem alles tun.
Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
Verlinkte Namen öffnen den Forge-Index aller Einträge, bei denen dieses Tool beobachtet wurde. Alle indexierten Tools durchsuchen.
Der Durchlauf endete an der Grenze von 60 Paketen. Der Rest des Baums wurde nie aufgelöst.
36 weitere aufgelöste Pakete werden hier nicht gezeichnet (Anzeigegrenze: 24). Jede Abhängigkeit mit einem Sicherheitshinweis wird unabhängig von der Grenze gezeichnet. Vollständiges Inventar (CycloneDX-SBOM)
55 deklarierte Abhängigkeiten sind nie im Baum gelandet. Sie fehlen in Forges Auflösung, nicht im Paket.
+43 weitere nicht aufgeführt. Die Zählungen nach Grund oben erfassen sie alle.
Nicht verfolgt: peerDependencies. Dieser Baum erfasst nur Laufzeitabhängigkeiten; was jene mitbringen, wurde nie aufgelöst.