Skip to main content
Glama
GhazwaPasha

Google Workspace MCP Server

by GhazwaPasha

contacts_batch_delete

Delete multiple contacts in a single operation using their resource names. Streamlines bulk deletion, eliminating tedious one-by-one removal.

Instructions

Delete multiple contacts at once.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
resource_namesYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must carry the burden of behavioral disclosure. It only states 'Delete' without mentioning permanence, irreversibility, auth requirements, partial-failure behavior, or response implications. For a destructive operation, this is a significant gap.

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 is a single, front-loaded sentence with no wasted words. It is appropriately sized for such a simple tool, though it could include slightly more detail without harming conciseness.

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

Completeness2/5

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

A destructive batch delete operation with no annotations and zero parameter documentation is under-specified. Even though the output schema exists and the parameter count is low, the description fails to provide essential context such as the shape of resource_names or safety notes, making the tool risky to invoke correctly.

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

Parameters2/5

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

The schema description coverage is 0%, yet the description does not explain what 'resource_names' means (e.g., format like 'contacts/123' vs simple IDs). The parameter name provides a hint, but without additional detail, an agent may not know what values to pass.

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 'Delete multiple contacts at once' has a specific verb+resource and clearly distinguishes from the sibling tool 'contacts_delete' by emphasizing 'multiple' and 'at once.' It unambiguously states what the tool does.

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 use when deleting multiple contacts, but it does not explicitly contrast with 'contacts_delete' or provide when-not-to-use guidance. The batch context is implied but not formalized.

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/GhazwaPasha/Google-wrk-spc-mcp'

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