Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
Inferido de los transportes que declara este listado (stdio). Que un cliente no aparezca aquí no significa que se haya descartado: simplemente Forge no puede confirmarlo.
GOOGLE_TASKS_CLIENT_SECRETApp OAuthopcionalDeclarado por el autor en el registro oficial de MCP. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
La verificación confirma la identidad del publicador (la propiedad del repo), no la seguridad del código. El análisis de seguridad cubre los CVE conocidos y los scripts de instalación sospechosos.
Leído del código que npm publica realmente, en el momento del análisis. El paquete nunca se ejecutó. Las herramientas registradas dinámicamente en tiempo de ejecución, o escondidas en código empaquetado o minificado, pueden pasarse por alto — así que esto es un mínimo de la superficie de herramientas, no un censo completo.
google_tasks_list_tasklistsSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no 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…
No se publicó ningún esquema de entrada para esta herramienta.
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_…
No se publicó ningún esquema de entrada para esta herramienta.
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…
No se publicó ningún esquema de entrada para esta herramienta.
google_tasks_delete_tasklistprivilegiadaPermanently 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)"…
No se publicó ningún esquema de entrada para esta herramienta.
google_tasks_list_tasksSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no 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…
No se publicó ningún esquema de entrada para esta herramienta.
google_tasks_create_taskSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no se la inventa.
google_tasks_update_taskSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no 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…
No se publicó ningún esquema de entrada para esta herramienta.
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…
No se publicó ningún esquema de entrada para esta herramienta.
google_tasks_delete_taskprivilegiadaPermanently 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…
No se publicó ningún esquema de entrada para esta herramienta.
google_tasks_move_taskprivilegiadaSin descripción publicadaEsta herramienta no publicó ninguna descripción. Forge no 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…
No se publicó ningún esquema de entrada para esta herramienta.
9 de 14 herramientas publicaron una descripción.
Los nombres y descripciones de las herramientas los escribe el publicador y se muestran literalmente como texto inerte. Son las cadenas que un cliente MCP pasa al modelo, así que Forge las analiza en busca de patrones de inyección de prompts — cualquier hallazgo aparece junto al análisis de seguridad de arriba. «Privilegiada» es una coincidencia de palabra clave en el nombre de la herramienta, no una auditoría de lo que hace: un nombre inofensivo puede hacer cualquier cosa.
Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
Los nombres enlazados abren el índice de Forge con todas las entradas que se observó que exponen esa herramienta. Ver todas las herramientas indexadas.
El rastreo se detuvo en el límite de 60 paquetes. El resto del árbol nunca se resolvió.
Hay 36 paquetes resueltos más que no se dibujan aquí (límite de visualización: 24). Toda dependencia con avisos de seguridad se dibuja aunque se supere el límite. Inventario completo (SBOM CycloneDX)
55 dependencias declaradas nunca llegaron al árbol. Faltan en la resolución de Forge, no en el paquete.
+43 más sin listar. Los recuentos por motivo de arriba las incluyen todas.
No se siguen: peerDependencies. Este árbol cubre solo dependencias en tiempo de ejecución, así que lo que estas arrastren nunca se resolvió.