Skip to main content
Glama
nabheet

google-services-mcp

by nabheet

List tasks

google_tasks_list

Retrieve tasks from a Google Tasks list, using the default list when no specific task list is given.

Instructions

List tasks in a task list (default list if not specified).

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
accountNoAccount nickname to use.
tasklistIdNoTask list ID (default @default).
Behavior2/5

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

With no annotations provided, the description carries full burden for behavioral disclosure. It does not mention the read-only nature, return format, pagination, or authentication requirements, leaving the agent with limited understanding of side effects and outputs.

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

Conciseness5/5

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

The description is a single concise sentence that front-loads the main action. Every word earns its place without unnecessary detail.

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

Completeness3/5

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

This is a simple tool with two optional parameters and no output schema. The description covers the core function and default behavior, but lacks details about the result structure or any limitations, making it minimally adequate.

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?

The input schema already provides descriptions for both parameters with 100% coverage. The description's note about default list mirrors the schema's default annotation, so it adds little new semantic value.

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

Purpose4/5

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

The description clearly states the tool lists tasks within a task list, and mentions the default list behavior. It does not explicitly contrast with sibling tools like google_tasks_list_lists, but the verb-resource combination is specific enough.

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

Usage Guidelines3/5

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

The description implies usage context: listing tasks in a specific list, with an optional default list. However, it provides no guidance on when to prefer this over alternatives or any exclusions, which is a gap for a tool with many siblings.

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/nabheet/google-services-mcp'

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