Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
Dedotto dai trasporti dichiarati da questo annuncio (stdio). Un client che non compare qui non è escluso — semplicemente Forge non è in grado di confermarlo.
GOOGLE_TASKS_CLIENT_SECRETApp OAuthfacoltativaDichiarato dall’autore nel registro MCP ufficiale. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verifica conferma l’identità del publisher (la proprietà del repo), non la sicurezza del codice. L’analisi di sicurezza copre i CVE noti e gli script di installazione sospetti.
Letto dal codice che npm distribuisce davvero, al momento dell’analisi. Il pacchetto non è mai stato eseguito. Gli strumenti registrati dinamicamente a runtime, o nascosti in codice impacchettato o minificato, possono sfuggire — quindi questo è un limite inferiore della superficie di strumenti, non un censimento completo.
google_tasks_list_tasklistsNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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_…
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
google_tasks_delete_tasklistprivilegiatoPermanently 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)"…
Per questo strumento non è stato pubblicato alcuno schema di input.
google_tasks_list_tasksNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
google_tasks_create_taskNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
google_tasks_update_taskNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
google_tasks_delete_taskprivilegiatoPermanently 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…
Per questo strumento non è stato pubblicato alcuno schema di input.
google_tasks_move_taskprivilegiatoNessuna descrizione pubblicataQuesto strumento non ha pubblicato alcuna descrizione. Forge non se la inventa.
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…
Per questo strumento non è stato pubblicato alcuno schema di input.
9 strumenti su 14 hanno pubblicato una descrizione.
I nomi e le descrizioni degli strumenti sono scritti dal publisher e mostrati alla lettera come testo inerte. Sono le stringhe che un client MCP passa a un modello, quindi Forge vi cerca schemi di prompt injection — ogni rilievo compare insieme all’analisi di sicurezza qui sopra. «Privilegiato» è una corrispondenza di parola chiave sul nome dello strumento, non una verifica di ciò che fa: un nome innocuo può comunque fare qualsiasi cosa.
Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
I nomi collegati aprono l’indice Forge di tutte le voci osservate esporre quello strumento. Sfoglia tutti gli strumenti indicizzati.
La scansione si è fermata al limite di 60 pacchetti. Il resto dell'albero non è mai stato risolto.
Altri 36 pacchetti risolti non vengono disegnati qui (limite di visualizzazione: 24). Ogni dipendenza con un avviso di sicurezza viene disegnata comunque. Inventario completo (SBOM CycloneDX)
55 dipendenze dichiarate non sono mai arrivate nell'albero. Mancano dalla risoluzione di Forge, non dal pacchetto.
+43 altre non elencate. I conteggi per motivo qui sopra le comprendono tutte.
Non seguite: peerDependencies. Questo albero copre solo le dipendenze di runtime, quindi ciò che queste comportano non è mai stato risolto.