Clay
OfficialThe Clay MCP Server enables AI assistants to interact with your Clay contact management system for comprehensive contact search, management, and relationship tracking.
Contact Search & Discovery: Search contacts by job title, company, location, skills, keywords, interaction history, or relationship strength. Retrieve detailed contact information including emails, phone numbers, social links, and notes. Exclude previously shown results when requesting more contacts.
Statistics & Analytics: Generate numerical statistics and percentages about your network (e.g., "how many contacts work at X company" or "what percentage are engineers"). Aggregate and analyze contact distribution across companies, locations, or job titles.
Interaction Tracking: Search past interactions to identify frequently contacted people, recently added contacts, and strongest connections based on relevance scores. Sort by interaction frequency, recency, or alphabetically.
Contact Management: View detailed contact information, create new contacts with comprehensive details (name, email, phone, job title, company, birthday, LinkedIn, website), and add notes to existing contacts for follow-ups and reminders.
Group Management: Retrieve all contact groups, create new groups, update group names, and add or remove multiple contacts from groups in bulk.
Notes & Events: Access notes created within specific date ranges and fetch meetings/events scheduled within specified time periods.
Advanced Filtering: Use complex queries with AND/OR logic, date-based filtering (specific dates, ranges, relative dates like "last week"), and multiple criteria including location, job title, company name, and keyword extraction for skills, interests, and expertise.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@ClayWho in my network works at Google as a Product Manager?"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Mesh MCP Server
A simple Model Context Protocol (MCP) server for Mesh.
Demo Video
Related MCP server: Google Contacts MCP Server
Getting Started
Via Mesh (Preferred)
Visit Settings > Integrations > MCP Server for one-click connections to ChatGPT, Claude, and Smithery.
Followed the guided login flow to connect your account.
Custom
Tell your favorite agent or bot to connect https://mcp.me.sh/mcp via OAuth.
Features
Contact Search: Find contacts by job title, company, location, or specific keywords.
Interaction Search: Retrieve past interactions based on various criteria.
Contact Statistics: Obtain numerical statistics and percentages related to your contacts.
Detailed Contact Info: Access comprehensive information for a specific contact by ID.
Add New Contact: Create new contacts with details like name, phone, email, and more.
Add Contact Note: Create a note associated with a specific contact.
Retrieve Groups: Get all user-defined groups or lists.
Create New Group: Create a new group or list.
Update Group: Update a group's title or modify its members.
Retrieve Notes: Get notes created within a specified date range.
Retrieve Events: Fetch meetings and events scheduled within a specified date range.
Examples
"Who in my network works at Google as a Product Manager?"
"Who have I emailed the most this year?"
"How many of my contacts are based in New York?"
"Who is John Smith?"
"Add a new contact named Jane Doe, who is a Designer at Figma."
"Save a note for John Smith: 'Follow up about the Q2 report.'"
"Create a group called 'Investors 2025.'"
"Add Jane Doe and John Smith to the Investors 2025 group."
"What notes did I take last week?"
"What meetings do I have scheduled for tomorrow?"
More information
Learn more and reach out at the Mesh Library.
Available Tools
11 toolsaggregateContactsA
Get numerical statistics and counts ONLY. Returns numbers and percentages, never specific contacts. For counting questions like "how many work at Google?" or "what % are engineers?". Use search endpoint instead for any "who" questions or to get actual contact details.
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | No | If the query refers to a company or acronym of companies, list company names as they would on a LinkedIn profile. | |
| job_title | No | If the query refers to a job title, position, or industry, list relevant job titles as they would be on a LinkedIn profile. Examples: Developer should return positions such as 'Software Engineer', 'Full Stack Developer', 'Data Scientist', etc. Banker should return positions such as 'Financial Analyst', 'Investment Banker', 'Credit Analyst', etc. Healthcare industry should return positions such as 'Registered Nurse', 'Physician', 'Medical Director', etc. Legal industry should return positions such as 'Attorney', 'Legal Counsel', 'Paralegal', etc. | |
| location | No | If the query refers to a location (city, state, country, region) where people are located or based, list the locations as they would appear on a LinkedIn profile. For example, if someone asks about "people in New York", return "New York City Metropolitan Area" or if they ask about "contacts in California", return "San Francisco Bay Area", "Greater Los Angeles Area", etc. | |
| query | Yes | The raw search query from the user. This field is required and should contain all the key details extracted from the user's prompt to enable effective database searching and aggregation. For example, if the user asks 'how many people work at Google', preserve both the company filter 'Google' and the fact that they want a count. If they ask 'what are the most common job titles in my network', preserve that they want job titles aggregated and ranked by frequency. The query should maintain any conditions (OR, AND) and aggregation needs to properly build the elasticsearch query. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly states what the tool returns ('numbers and percentages, never specific contacts') and what it doesn't return. However, it doesn't mention potential limitations like rate limits, authentication requirements, or error conditions that would be helpful for a tool performing database aggregation operations.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is perfectly concise and well-structured: three sentences that each earn their place. The first sentence states the core purpose, the second provides concrete examples, and the third gives explicit usage boundaries with the alternative tool. No wasted words, front-loaded with the most important information.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with no annotations and no output schema, the description does an excellent job of explaining what the tool does and when to use it. However, it doesn't describe the output format beyond 'numbers and percentages' - no mention of specific return structure, data types, or error responses. Given the complexity of aggregation operations, more output details would be helpful.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all parameters thoroughly. The description doesn't add any additional parameter semantics beyond what's in the schema descriptions. It mentions 'query' field usage indirectly through examples but doesn't provide additional context about how parameters interact or are processed.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Get numerical statistics and counts ONLY' with specific examples like 'how many work at Google?' and 'what % are engineers?'. It explicitly distinguishes from sibling tools by contrasting with 'search endpoint' for 'who' questions or contact details, making the distinction from searchContacts and getContact very clear.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use this tool versus alternatives: 'Use search endpoint instead for any "who" questions or to get actual contact details.' It gives clear examples of appropriate use cases (counting questions, percentage queries) and explicitly names the alternative tool (search endpoint/searchContacts).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
createContactA
Create a new contact record in Clay. This endpoint should only be used when you need to create a completely new contact, not for adding contacts to groups.
| Name | Required | Description | Default |
|---|---|---|---|
| birthday | No | The birthday of the contact. Use the format YYYY-MM-DD, if no year is specified use 0, month and day are required. | |
| No | The email of the contact. | ||
| first_name | No | The first name of the contact. | |
| last_name | No | The last name of the contact. | |
| No | The LinkedIn handle of the contact. | ||
| organization | No | The organization of the contact. | |
| phone | No | The phone number of the contact. | |
| title | No | The job title of the contact. | |
| website | No | The website of the contact. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states this is a creation operation, implying mutation, but doesn't mention authentication requirements, rate limits, error handling, or what happens on success/failure. For a mutation tool with zero annotation coverage, this leaves significant gaps in understanding how the tool behaves beyond its basic purpose.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is perfectly concise with two clear sentences that each earn their place. The first sentence states the core purpose, and the second provides important usage guidance. There's zero wasted language or redundancy, making it easy for an agent to parse quickly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given this is a mutation tool with no annotations and no output schema, the description provides adequate basic context about purpose and usage boundaries. However, it lacks information about what happens after creation (return values, success indicators) and doesn't address behavioral aspects like permissions or side effects, which would be important for a creation operation.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all 9 parameters thoroughly. The description adds no parameter-specific information beyond what's in the schema. According to the rules, when schema coverage is high (>80%), the baseline score is 3 even with no param info in the description, which applies here.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Create a new contact record') and resource ('in Clay'), making the purpose immediately understandable. It distinguishes this tool from sibling tools like 'createGroup' or 'createNote' by specifying it's for contacts. However, it doesn't explicitly differentiate from 'updateGroup' or other contact-related tools beyond the basic scope.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use this tool ('when you need to create a completely new contact') and when not to use it ('not for adding contacts to groups'). This helps the agent avoid misusing it for group operations. However, it doesn't mention alternatives like 'searchContacts' for finding existing contacts or clarify relationships with other contact tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
createGroupB
Create a group or list for the user. If a group with the same name already exists, it will not create a duplicate unless explicitly requested to ignore the check.
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | The name of the group to create. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden. It discloses a key behavioral trait: the duplicate-check logic and optional override. However, it lacks details on permissions, rate limits, error handling, or what the response looks like (since no output schema exists).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is two sentences with zero waste—each sentence adds value (purpose and behavioral nuance). It's appropriately sized and front-loaded with the core purpose, though it could be slightly more structured (e.g., bullet points for behaviors).
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (a write operation with behavioral nuance), no annotations, and no output schema, the description is moderately complete. It covers the core purpose and a key behavior but misses details like response format, error cases, or authentication requirements, leaving gaps for an agent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents the 'title' parameter. The description adds no additional parameter semantics beyond what's in the schema (e.g., format constraints, examples). The baseline of 3 is appropriate when the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Create a group or list') and the resource ('for the user'), making the purpose unambiguous. It doesn't explicitly distinguish from siblings like 'updateGroup' or 'getGroups', but the verb 'create' inherently differentiates it from read/update operations.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage context through the duplicate-check behavior ('If a group with the same name already exists...'), suggesting it's for creating new groups. However, it doesn't explicitly state when to use this versus alternatives like 'updateGroup' or provide prerequisites (e.g., authentication needs).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
createNoteA
Create a note for a contact. Only use this when the user explicitly asks to create, add, or save a note.
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | The ID of the contact to add the note to. | |
| content | Yes | The content of the note. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. While it implies a write operation ('Create'), it doesn't address permissions, error handling, rate limits, or what happens on success/failure. For a mutation tool with zero annotation coverage, this leaves significant gaps in understanding its behavior.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is extremely concise with two sentences that each serve a clear purpose: stating the tool's function and providing usage guidelines. There's no wasted language, and it's effectively front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (a simple creation operation with 2 parameters), 100% schema coverage, and no output schema, the description is minimally adequate. It covers purpose and usage but lacks behavioral details that would be helpful for a mutation tool without annotations.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, with both parameters ('contact_id' and 'content') fully documented in the schema. The description doesn't add any additional meaning or context beyond what the schema provides, so it meets the baseline score for high schema coverage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Create a note') and target resource ('for a contact'), making the purpose unambiguous. However, it doesn't differentiate from sibling tools like 'getNotes' or 'searchInteractions' beyond the creation aspect, which prevents a perfect score.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage guidance: 'Only use this when the user explicitly asks to create, add, or save a note.' This clearly defines when to invoke the tool versus alternatives, offering strong operational constraints.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
getContactB
Get details for a contact by id, including emails, social links, phone numbers, and notes.
| Name | Required | Description | Default |
|---|---|---|---|
| contact_id | Yes | The ID of the contact to get details for. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden. It states it 'gets details' which implies a read-only operation, but doesn't disclose behavioral traits such as authentication requirements, rate limits, error handling (e.g., what happens if the contact_id is invalid), or whether the data is real-time or cached. This is a significant gap for a tool with no annotation coverage.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that front-loads the core purpose ('Get details for a contact by id') and adds useful specifics ('including emails, social links, phone numbers, and notes'). There is no wasted verbiage, and every word earns its place in clarifying the tool's function.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (a read operation with one parameter), lack of annotations, and no output schema, the description is incomplete. It doesn't explain what the return values look like (e.g., structure of the contact details), error conditions, or any prerequisites. For a tool with no structured support, more context is needed to be fully helpful.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with the parameter 'contact_id' clearly documented as 'The ID of the contact to get details for.' The description adds no additional meaning beyond this, such as format examples or constraints. With high schema coverage, the baseline score of 3 is appropriate as the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the verb ('Get details') and resource ('for a contact'), specifying what information is retrieved (emails, social links, phone numbers, notes). It distinguishes from siblings like searchContacts (which finds contacts) and createContact (which creates new ones), but doesn't explicitly contrast with getNotes or getEvents which retrieve related but different data.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description implies usage when you need details for a specific contact by ID, suggesting an alternative to searchContacts for when you already have the ID. However, it doesn't explicitly state when NOT to use it or provide clear alternatives among siblings like getNotes (which might retrieve notes for a contact) or getEvents (which might retrieve events for a contact).
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
getEventsA
Use this tool ONLY to fetch meetings/events in a date range (e.g. "what meetings next week?", "show calendar for tomorrow"). DO NOT use for counting meetings, analyzing patterns, or finding frequent participants.
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Use Date Math with now +/- time intervals. Supported units: d (days), w (weeks), M (months), y (years), h (hours), m (minutes), s (seconds). Examples: now-1d (yesterday), now+2w (2 weeks ahead), now/M (start of month), now+1M/M (start of next month). | |
| start | Yes | Use Date Math with now +/- time intervals. Supported units: d (days), w (weeks), M (months), y (years), h (hours), m (minutes), s (seconds). Examples: now-1d (yesterday), now+2w (2 weeks ahead), now/M (start of month), now+1M/M (start of next month). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly indicates this is a read operation ('fetch'), but doesn't specify authentication requirements, rate limits, pagination behavior, or what happens if no events are found. It adds some context about date range usage but lacks comprehensive behavioral details.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is perfectly concise with two sentences that each earn their place. The first sentence establishes the core purpose and usage context, while the second provides critical exclusion criteria. There's zero wasted language and it's effectively front-loaded.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a read-only tool with 2 parameters and no output schema, the description provides good purpose and usage guidance but lacks information about return format, error conditions, or authentication requirements. The absence of annotations means the description should do more to compensate, particularly regarding behavioral transparency.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema description coverage is 100%, with both parameters thoroughly documented in the input schema. The description doesn't add any parameter-specific information beyond what's already in the schema descriptions. It mentions date range context but doesn't provide additional syntax or format details.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with specific verb ('fetch') and resource ('meetings/events'), and distinguishes it from sibling tools by specifying it's for fetching events rather than contacts, groups, notes, or interactions. It explicitly differentiates from counting, analyzing, or finding patterns.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage guidelines with clear 'when to use' examples (e.g., 'what meetings next week?', 'show calendar for tomorrow') and explicit 'when not to use' exclusions (counting meetings, analyzing patterns, finding frequent participants). It effectively distinguishes this tool from potential alternatives.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
getGroupsC
Get all groups or lists for the user.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | The maximum number of groups to return. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
No annotations are provided, so the description carries the full burden of behavioral disclosure. It states the tool retrieves data, implying it's read-only, but doesn't clarify aspects like authentication requirements, rate limits, pagination behavior (beyond the 'limit' parameter), or error handling. For a tool with no annotation coverage, this is a significant gap in transparency.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is a single, efficient sentence that directly states the tool's purpose without unnecessary words. It is front-loaded and wastes no space, making it easy for an agent to parse quickly. This exemplifies good conciseness in tool descriptions.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the lack of annotations and output schema, the description is incomplete for effective tool use. It doesn't explain what 'groups or lists' entail, how results are structured, or any behavioral traits like side effects. For a retrieval tool with no structured support, more context is needed to guide the agent adequately.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The input schema has 100% description coverage, with the 'limit' parameter clearly documented in the schema. The description adds no additional parameter information beyond what the schema provides, such as default values or usage examples. Given the high schema coverage, a baseline score of 3 is appropriate, as the description doesn't enhance parameter understanding.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the action ('Get') and resource ('all groups or lists for the user'), making the purpose understandable. It distinguishes from siblings like 'createGroup' or 'updateGroup' by focusing on retrieval rather than modification. However, it doesn't specify whether this returns personal groups, shared groups, or both, which could be more precise.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides no guidance on when to use this tool versus alternatives. It doesn't mention siblings like 'searchContacts' or 'aggregateContacts' that might be relevant for group-related queries, nor does it specify prerequisites such as authentication or context. This leaves the agent without clear usage direction.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
getNotesA
Use ONLY when the user explicitly mentions "note" or "notes" to retrieve notes between two dates (e.g. "what notes from last week?"). Returns notes by creation date only - does NOT search note content or filter by other criteria. NEVER use this tool for finding contacts or any other purpose besides retrieving notes. This tool is strictly prohibited from being used unless "note" or "notes" are explicitly mentioned in the query.
| Name | Required | Description | Default |
|---|---|---|---|
| end | Yes | Use Date Math with now +/- time intervals. Supported units: d (days), w (weeks), M (months), y (years), h (hours), m (minutes), s (seconds). Examples: now-1d (yesterday), now+2w (2 weeks ahead), now/M (start of month), now+1M/M (start of next month). | |
| start | Yes | Use Date Math with now +/- time intervals. Supported units: d (days), w (weeks), M (months), y (years), h (hours), m (minutes), s (seconds). Examples: now-1d (yesterday), now+2w (2 weeks ahead), now/M (start of month), now+1M/M (start of next month). |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: the tool returns notes by creation date only (not content search), has strict usage constraints, and implies read-only operation through 'retrieve.' However, it doesn't mention potential limitations like rate limits, pagination, or authentication requirements, leaving some behavioral aspects uncovered.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded with the core purpose and usage rules. Every sentence serves a clear purpose: establishing usage constraints, describing functionality, and prohibiting misuse. While slightly repetitive with the 'note/notes' emphasis, it maintains efficiency without wasted words.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's moderate complexity (2 required parameters, no output schema, no annotations), the description provides good contextual coverage. It explains what the tool does, when to use it, and behavioral constraints. The main gap is the lack of output format details (since no output schema exists), but the description compensates well with clear functional boundaries and usage rules.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, providing detailed format examples for both parameters. The description adds minimal parameter semantics beyond the schema, only mentioning 'between two dates' which is already implied by the parameter names. The baseline score of 3 is appropriate since the schema does the heavy lifting, though the description doesn't add meaningful additional context about parameter usage.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'retrieve notes between two dates' with specific verb+resource. It explicitly distinguishes from sibling tools by stating it 'does NOT search note content or filter by other criteria' and contrasts with tools like getContact, searchContacts, etc. The distinction from content search and other entity types is well-defined.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit usage rules: 'Use ONLY when the user explicitly mentions "note" or "notes"' and 'NEVER use this tool for finding contacts or any other purpose.' It gives concrete examples ('e.g. "what notes from last week?"') and clear prohibitions. The guidance is comprehensive with specific when/when-not conditions.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
searchContactsA
Search for contacts and return matching people. Use for questions about specific contacts or "who" questions (e.g. "Who did I meet most?" or "who works as an engineer?"). Returns actual contact records for queries needing specific people.
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | No | If the query refers to a company or acronym of companies, list company names as they would on a LinkedIn profile. | |
| exclude_contact_ids | No | Used to exclude previously returned contact IDs when the user asks for more results (e.g. "who else" or "show me more"). You should pass all contact IDs from previous searchContacts responses to ensure new results are shown. | |
| job_title | No | If the query refers to a job title, position, or industry, list relevant job titles as they would be on a LinkedIn profile. Examples: Developer should return positions such as 'Software Engineer', 'Full Stack Developer', 'Data Scientist', etc. Banker should return positions such as 'Financial Analyst', 'Investment Banker', 'Credit Analyst', etc. Healthcare industry should return positions such as 'Registered Nurse', 'Physician', 'Medical Director', etc. Legal industry should return positions such as 'Attorney', 'Legal Counsel', 'Paralegal', etc. | |
| keywords | No | Extract and list specific keywords related to professional expertise, skills, interests, or hobbies that the user is searching for. For example, if someone asks for 'people who know about machine learning or play tennis', the keywords would be ['machine learning', 'tennis']. Do not include job titles or company names here as those have dedicated fields. Focus on capturing domain expertise, technical skills, personal interests, and hobby-related terms that help identify relevant contacts. | |
| limit | No | The number of contacts to return if the user asks for an amount. | |
| location | No | If the query refers to a location (city, state, country, region) where people are located or based, list the locations as they would appear on a LinkedIn profile. For example, if someone asks about "people in New York", return "New York City Metropolitan Area" or if they ask about "contacts in California", return "San Francisco Bay Area", "Greater Los Angeles Area", etc. | |
| query | Yes | The raw search query from the user. Must preserve exact intent and details to enable accurate searching, including: relationship qualifiers, interaction metrics, relationship strength, names, companies, locations, dates (specific dates, date ranges, or relative dates like "last week" are required if mentioned by user), job titles, skills, and logical conditions (OR/AND). | |
| sort_instructions | No | How would you like the results sorted? For example: "most recent contacts" will sort by last interaction date, "closest connections" will sort by interaction count, and "alphabetical" will sort by name. If no sort preference is given, this can be left empty. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. While it mentions what the tool returns ('actual contact records'), it lacks critical behavioral details: whether this is a read-only operation, how results are paginated (though limit parameter exists), error conditions, authentication requirements, or rate limits. For a search tool with 8 parameters, this is insufficient.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized with three sentences that each serve distinct purposes: stating the core function, providing usage examples, and specifying return type. It's front-loaded with the main purpose and avoids unnecessary elaboration. Minor improvement could be made by combining the second and third sentences.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with 8 parameters, no annotations, and no output schema, the description is incomplete. While it covers purpose and usage well, it lacks critical behavioral context about how the search works, what 'actual contact records' contain, error handling, and performance characteristics. The absence of output schema means the description should ideally explain return format, which it doesn't.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema already documents all 8 parameters thoroughly. The description doesn't add any parameter-specific information beyond what's in the schema. However, it does provide context about the overall search intent ('who' questions), which gives semantic meaning to the parameter usage collectively.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose with specific verbs ('search for contacts and return matching people') and distinguishes it from siblings by specifying it's for 'who' questions and returning 'actual contact records'. It differentiates from tools like getContact (single contact) and searchInteractions (interactions rather than people).
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides explicit guidance on when to use this tool: 'for questions about specific contacts or "who" questions' with concrete examples ('Who did I meet most?' or 'who works as an engineer?'). It also specifies the return type ('actual contact records for queries needing specific people'), helping differentiate from other contact-related tools.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
searchInteractionsA
Search for interactions and return matching interactions. Use for questions about specific interactions, "who" questions (e.g. "Who did I meet most?"), finding best friends based on relevance score, or finding recently added/created contacts. Returns actual contact records for queries needing specific interactions.
| Name | Required | Description | Default |
|---|---|---|---|
| company_name | No | If the query refers to a company or acronym of companies, list company names as they would on a LinkedIn profile. | |
| exclude_contact_ids | No | Used to exclude previously returned contact IDs when the user asks for more results (e.g. "who else" or "show me more"). You should pass all contact IDs from previous searchContacts responses to ensure new results are shown. | |
| job_title | No | If the query refers to a job title, position, or industry, list relevant job titles as they would be on a LinkedIn profile. Examples: Developer should return positions such as 'Software Engineer', 'Full Stack Developer', 'Data Scientist', etc. Banker should return positions such as 'Financial Analyst', 'Investment Banker', 'Credit Analyst', etc. Healthcare industry should return positions such as 'Registered Nurse', 'Physician', 'Medical Director', etc. Legal industry should return positions such as 'Attorney', 'Legal Counsel', 'Paralegal', etc. | |
| keywords | No | Extract and list specific keywords related to professional expertise, skills, interests, or hobbies that the user is searching for. For example, if someone asks for 'people who know about machine learning or play tennis', the keywords would be ['machine learning', 'tennis']. Do not include job titles or company names here as those have dedicated fields. Focus on capturing domain expertise, technical skills, personal interests, and hobby-related terms that help identify relevant contacts. | |
| limit | No | The number of contacts to return if the user asks for an amount. | |
| location | No | If the query refers to a location (city, state, country, region) where people are located or based, list the locations as they would appear on a LinkedIn profile. For example, if someone asks about "people in New York", return "New York City Metropolitan Area" or if they ask about "contacts in California", return "San Francisco Bay Area", "Greater Los Angeles Area", etc. | |
| query | Yes | The raw search query from the user. Must preserve exact intent and details to enable accurate searching, including: relationship qualifiers, interaction metrics, relationship strength, names, companies, locations, dates (specific dates, date ranges, or relative dates like "last week" are required if mentioned by user), job titles, skills, and logical conditions (OR/AND). | |
| sort_instructions | No | How would you like the results sorted? For example: "most recent contacts" will sort by last interaction date, "closest connections" will sort by interaction count, and "alphabetical" will sort by name. If no sort preference is given, this can be left empty. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It states the tool returns 'actual contact records' and mentions 'relevance score' for ranking, which adds useful context. However, it doesn't describe important behavioral aspects like pagination, rate limits, error conditions, or whether this is a read-only operation (implied by 'search' but not explicit).
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately concise with two sentences. The first sentence states the core purpose, and the second provides usage examples and clarifies the return type. Every sentence adds value, though the second sentence could be slightly more structured by separating use cases more clearly.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a search tool with 8 parameters, 100% schema coverage, and no output schema, the description provides adequate context about purpose and usage. However, it lacks details about the return format (beyond 'actual contact records'), result limitations, or how the search algorithm works. Given the complexity of the parameter schema, more behavioral context would be beneficial.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has 100% description coverage, so parameters are well-documented in the schema itself. The description doesn't add any specific parameter information beyond what's in the schema, but it does provide context about what types of queries the tool handles (e.g., 'who' questions, finding best friends), which helps understand how to use the parameters effectively.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Search for interactions and return matching interactions.' It specifies the verb ('search') and resource ('interactions'), and provides concrete use cases like answering 'who' questions or finding best friends. However, it doesn't explicitly differentiate from the sibling 'searchContacts' tool, which appears to be a related search function.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear guidance on when to use this tool: 'for questions about specific interactions, "who" questions, finding best friends based on relevance score, or finding recently added/created contacts.' It gives specific scenarios but doesn't explicitly state when NOT to use it or mention alternatives like 'searchContacts' for comparison, which would be needed for a perfect score.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
updateGroupA
Update a group or list. Use this to update the group title and/or modify its members. When adding or removing contacts, provide ALL contact IDs to add/remove in a single call - do not make multiple calls for individual contacts.
| Name | Required | Description | Default |
|---|---|---|---|
| add_contact_ids | No | A list of contact IDs that should be added to this group. Each ID should be a number representing an existing contact in your network. You can provide multiple IDs to add several contacts at once. | |
| group_id | Yes | The ID of the group or list to update. | |
| remove_contact_ids | No | A list of contact IDs that should be removed from this group. Each ID should be a number representing an existing contact in your network. You can provide multiple IDs to remove several contacts at once. | |
| title | No | The new name of the group if the user wants to rename it. |
TDQS
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations provided, the description carries the full burden of behavioral disclosure. It clearly indicates this is a mutation tool ('Update'), which implies it modifies data. It adds useful context about batch operations for contacts, warning against multiple calls. However, it lacks details on permissions needed, error handling (e.g., invalid IDs), rate limits, or whether changes are reversible. For a mutation tool with zero annotation coverage, this leaves gaps in behavioral understanding.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is appropriately sized and front-loaded: it starts with the core purpose, then adds a critical usage guideline. Both sentences earn their place by providing essential information without redundancy. No wasted words or unnecessary details.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
Given the tool's complexity (mutation with 4 parameters), no annotations, and no output schema, the description is moderately complete. It covers the purpose and a key behavioral guideline but misses details like response format, error cases, or prerequisites. For a mutation tool, more context would be helpful, but it's adequate as a minimum viable description.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
Schema description coverage is 100%, so the schema fully documents all parameters (group_id, title, add_contact_ids, remove_contact_ids). The description adds minimal value beyond the schema, only implying that title and members can be updated. It doesn't provide additional semantics like format examples or constraints not in the schema. Baseline 3 is appropriate when the schema does the heavy lifting.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description clearly states the tool's purpose: 'Update a group or list' with specific actions 'update the group title and/or modify its members.' It distinguishes from siblings like createGroup (creation vs. update) and getGroups (read vs. update). However, it doesn't explicitly contrast with all possible alternatives like modifyGroup if such existed.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
The description provides clear usage guidance: 'When adding or removing contacts, provide ALL contact IDs to add/remove in a single call - do not make multiple calls for individual contacts.' This is explicit about how to use the tool effectively. However, it doesn't specify when to use this tool versus alternatives like createGroup for new groups or getGroups for viewing, nor does it mention prerequisites like needing an existing group_id.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Tool Schema Changelog
Recent tool additions, removals, and schema changes observed during successful MCP inspections. Dates show when Glama detected each change.
11 tool updates
v1.0.0- First observed
aggregateContacts - First observed
createContact - First observed
createGroup - First observed
createNote - First observed
getContact - First observed
getEvents - First observed
getGroups - First observed
getNotes - First observed
searchContacts - First observed
searchInteractions - First observed
updateGroup
TDQS
Most tools have distinct purposes, but there is notable overlap between searchContacts and searchInteractions, as both can return contact records for 'who' questions, which could cause confusion. Additionally, aggregateContacts and getEvents have restrictive descriptions that might lead to misselection if an agent misinterprets the query.
Tool names follow a consistent verb_noun pattern throughout, such as createContact, getContact, searchContacts, and updateGroup. All names use camelCase uniformly, making them predictable and easy to understand.
With 11 tools, the count is well-scoped for a contact management server, covering core operations like CRUD for contacts, groups, notes, and events, as well as search and aggregation functions. Each tool appears to serve a specific purpose without redundancy.
The tool set provides comprehensive coverage for contact management, including CRUD operations for contacts, groups, and notes, plus search and event retrieval. Minor gaps include the lack of update/delete operations for contacts and notes, which agents might need to work around, but core workflows are well-supported.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Search, read, and write your Apple Notes from ChatGPT/Claude via a local Mac agent + MCP relay.
An AI-first personal CRM you run in natural language: contacts, reminders, notes, and more.
MCP connector for iMessage & Contacts via a local Mac agent + Vercel relay
- TaprootOAuthcom.taproothq
Persistent memory layer for AI tools. Save and recall notes across Claude and other MCP clients.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol server that enables semantic search and RAG over your Apple Notes, allowing AI assistants like Claude to search and reference your notes during conversations.43310MIT
- AlicenseNot gradedqualityDmaintenanceA Model Context Protocol (MCP) server that integrates Google Contacts with Claude, enabling contact management directly from your AI assistant.83MIT
- AlicenseNot gradedqualityCmaintenanceA collection of MCP servers for Apple macOS apps (Mail, Contacts, Notes, Memory, Messages, Calendar, Reminders) enabling AI assistants to read, search, create, and update data via JXA, SQLite, and EventKit.24MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that gives AI assistants access to your Apple Notes, Reminders, and Contacts — with optional BERT-powered semantic search.2-
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/mesh/mesh-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server