This commit is contained in:
2026-07-10 16:36:22 +03:00
parent 990a8d09b6
commit 17a6f91b3f
7 changed files with 56 additions and 219 deletions
+2 -1
View File
@@ -6,7 +6,8 @@ export function registerPeopleTools(server: McpServer): void {
server.registerTool(
"find_person",
{
description: "Search for people in the corporate directory",
description:
"Search for people in the corporate directory (Active Directory) by name, email, or keyword. Returns a list of Person objects with name, email, jobTitle, department, company, office, phones, manager, directReports, and more.",
inputSchema: z.object({
query: z.string().describe(
"Name, email address, or keyword to search for",