Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
Inferred from the transports this listing declares (stdio). A client not listed here hasn’t been ruled out — it just isn’t something Forge can confirm.
GOOGLE_TASKS_CLIENT_SECRETOAuth appoptionalDeclared by the author in the official MCP registry. Forge does not store, broker, or ever see these values — the config below is scaffolded with placeholders you fill in locally.
Verification confirms publisher identity (repo ownership), not code safety. The security scan covers known CVEs and suspicious install scripts.
Read out of the source npm actually ships, at scan time. The package was never executed. Tools registered dynamically at runtime, or hidden inside bundled or minified code, can be missed — so this is a floor on the tool surface, not a complete census of it.
google_tasks_list_tasklistsNo description publishedThis tool published no description. Forge does not invent one.
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 input schema was published for this tool.
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 input schema was published for this tool.
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 input schema was published for this tool.
google_tasks_delete_tasklistprivilegedPermanently 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 input schema was published for this tool.
google_tasks_list_tasksNo description publishedThis tool published no description. Forge does not invent one.
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 input schema was published for this tool.
google_tasks_create_taskNo description publishedThis tool published no description. Forge does not invent one.
google_tasks_update_taskNo description publishedThis tool published no description. Forge does not invent one.
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 input schema was published for this tool.
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 input schema was published for this tool.
google_tasks_delete_taskprivilegedPermanently 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 input schema was published for this tool.
google_tasks_move_taskprivilegedNo description publishedThis tool published no description. Forge does not invent one.
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 input schema was published for this tool.
9 of 14 tools published a description.
Tool names and descriptions are written by the publisher and shown verbatim as inert text. They are the strings an MCP client passes to a model, so Forge scans them for prompt-injection patterns — any finding appears with the security scan above. “Privileged” is a keyword match on the tool name, not an audit of what the tool does: a benign-sounding name can still do anything.
Read/write Google Tasks: create, update, complete, delete, move tasks and lists, with due dates.
Linked names open Forge’s index of every entry observed exposing that tool. Browse all indexed tools.
The crawl stopped at the 60-package limit. The rest of the tree was never resolved.
36 more resolved packages are not drawn here (display cap: 24). Every dependency carrying an advisory is drawn regardless of the cap. Full inventory (CycloneDX SBOM)
55 declared dependencies never landed in the tree. They are missing from Forge's resolution, not from the package.
+43 more not listed. The counts by reason above cover all of them.
Not followed: peerDependencies. This tree covers runtime dependencies only, so anything those pull in was never resolved.