Skip to main content
Glama
redesignhealth

Google Workspace MCP Server

get_task_list

Retrieve details of a specific Google Task list, including its title, ID, and last updated time, using the user's Google email and task list ID.

Instructions

Get details of a specific task list.

Args: user_google_email (str): The user's Google email address. Required. task_list_id (str): The ID of the task list to retrieve.

Returns: str: Task list details including title, ID, and last updated time.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
task_list_idYes
user_google_emailYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior3/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Since no annotations are provided, the description carries full burden. It discloses that the tool returns a string containing title, ID, and last updated time, which is useful context. However, it does not mention error behavior, authentication requirements, or whether tasks in the list are included. It adds some transparency but not exhaustive.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description uses a clear docstring format with a one-line summary followed by Args and Returns sections. It is concise and front-loaded. The only minor redundancy is marking 'Required' when the schema already lists the params as required, but this is not intrusive.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

The tool is a simple 2-parameter read operation. The input schema fully specifies required params, the output schema likely defines return structure, and the description confirms return contents. It does not mention how to obtain task_list_id or that this returns only list metadata, but for its simplicity it is sufficiently complete.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema description coverage is 0%, so the description must explain parameters. It does so: 'user_google_email: The user's Google email address' clarifies whose email is needed, and 'task_list_id: The ID of the task list to retrieve' defines the identifier. However, these are fairly close to the parameter names and do not specify formats or how to obtain the values.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'Get details of a specific task list' clearly identifies the action (get) and resource (task list), and the specificity of 'a specific task list' distinguishes it from list_task_lists (which retrieves multiple) and create/update/delete. It also clarifies it is not about individual tasks (get_task).

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description does not provide any guidance on when to use this tool versus sibling tools like list_task_lists or get_task. It neither states prerequisites (e.g., need task_list_id from list_task_lists) nor mentions alternatives. The required parameters are implied but not framed as usage guidance.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/redesignhealth/google-mcp-unofficial'

If you have feedback or need assistance with the MCP directory API, please join our Discord server