Skip to main content
Glama
dipseth

google-workspace-unlimited

get_people_contact_group_members

Resolve a contact group or label name to its member email addresses. Type a label name to retrieve all emails in that group for batch operations.

Instructions

Resolve a contact group/label name to its member email addresses. Similar to Gmail's autocomplete - type a label name and get all emails in that group. Useful for batch operations: resolve label → get emails → perform actions on those emails.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
labelYes
user_google_emailNoUse 'me' or 'myself' for auto-resolution to authenticated user, or provide specific email address. If None, uses current authenticated user (auto-injected by middleware).

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
errorNoError message if operation failed
emailsNoList of email addresses belonging to members of the contact group
successNoWhether the operation completed successfully
label_nameNoName of the contact group/label that was queried
member_countNoNumber of unique email addresses found in the group
resourceNameNoResource name/ID of the contact group
Behavior2/5

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

No annotations provided, so description carries full burden. Description implies read-only ('get'), but does not disclose any side effects, permissions, or rate limits. Lacks explicit behavioral traits such as idempotency or authentication requirements.

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?

Two sentences with a third sentence for use-case context. Every sentence adds value, no filler. Front-loaded with the primary action.

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?

Output schema exists, so return format is covered. However, description lacks prerequisites (e.g., label must exist, case sensitivity), error cases, or any mention of the returned data structure. Adequate for a simple tool but incomplete for full context.

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?

Schema coverage is 50% (only user_google_email has a description). The description does not add meaning beyond the schema: it mentions 'type a label name' but label parameter is already a string. No additional guidance on format or usage for either parameter.

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?

Clearly states the action (resolve contact group/label name to member emails) and resource. Provides analogy to Gmail autocomplete, distinguishing from sibling tools like list_people_contact_labels. No ambiguity.

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

Usage Guidelines4/5

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

Explicitly describes usage context ('Useful for batch operations: resolve label → get emails → perform actions'). Provides workflow guidance though does not explicitly state when not to use or alternatives.

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/dipseth/google_workspace_fastmcp2'

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