w
This commit is contained in:
@@ -108,7 +108,8 @@ export function registerAvailabilityTools(server: McpServer): void {
|
||||
"find_meeting_time",
|
||||
{
|
||||
description: "Find common free time for multiple attendees."
|
||||
+ " Queries free/busy for all attendees and returns slots where everyone is available.",
|
||||
+ " Queries free/busy for all attendees"
|
||||
+ " and returns slots where everyone is available.",
|
||||
inputSchema: z.object({
|
||||
emails: z.string().describe(
|
||||
"Comma-separated email addresses of attendees",
|
||||
|
||||
Reference in New Issue
Block a user