Skip to main content
Glama

contacts_discover

Read-only

Discover available Google Contacts operations by listing them. Use this first to see all contacts tools, then call the one you need.

Instructions

List the available contacts operations. Operational contacts tools are hidden until discovered — call this first, then call the tool you need by name. Operations: search, get, list, create, update, delete, groups_list, group_members, group_create, contact_groups_batch_get, contact_groups_delete, contact_groups_members_modify, contact_groups_update, other_contacts_copy_other_contact_to_my_contacts_group, other_contacts_list, other_contacts_search, people_batch_create_contacts, people_batch_delete_contacts, people_batch_update_contacts, people_delete_contact_photo, people_list_directory_people, people_search_directory_people, people_update_contact_photo.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryNoKeyword to filter the returned operations
Behavior5/5

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

The description goes beyond the readOnlyHint annotation by revealing that operational contacts tools are hidden until discovered and enumerating all operation names. This adds valuable behavioral context about the discovery workflow, which is not available from the annotations alone.

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 efficient: it states the core purpose in the first sentence, gives a clear usage instruction, and then lists operations. The list is necessary content for a discovery tool and adds no wasted words.

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

Completeness5/5

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

The tool is simple and the description covers everything needed: what it does, when to call it, and what operations are available. No output schema exists, but the enumeration of operations provides sufficient context about the expected output (the list of names).

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 fully documents the single optional 'query' parameter with a clear description. The tool description adds no additional parameter-level semantics, but schema coverage is 100%, so baseline 3 is appropriate.

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 clearly states the tool lists available contacts operations, using the specific verb 'list' and resource 'contacts operations'. It also distinguishes from sibling discovery tools by being contacts-specific and explains the hidden-tools mechanism, making the purpose unmistakable.

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

Usage Guidelines5/5

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

The description explicitly instructs 'call this first, then call the tool you need by name', providing clear when-to-use guidance. This is a definitive usage directive that positions the tool as the entry point for all contacts operations, and there is no ambiguity about its role.

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/bakissation/mcp-google-multi'

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