Skip to main content
Glama

Find People

find_people
Read-onlyIdempotent

Look up colleagues in the corporate address book by name, login, or email. Get full contact cards with title, department, and phones, plus SMTP addresses for email and events.

Instructions

Look someone up in the corporate address book.

A single match comes back with the full card — job title, department, office, phones. Several come back as a compact list, each with the exact SMTP address send_email and create_event want. has_more only means the page came back full: the directory reports no honest total.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNo
queryYesname, login, or part of an address.
offsetNoskip this many matches — how to reach the ones past `limit`.
detailsNoexpand the top matches with title/department/phones even when there are several (one lookup per expanded person). A single match is always expanded regardless.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior4/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and non-destructive, so the safety profile is covered. The description adds valuable non-obvious behavior: single match returns full card vs. compact list for multiple matches, and the has_more caveat that it only means the page is full, not an honest total. This exceeds the structured data.

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 two short paragraphs, front-loaded with the purpose. Every sentence earns its place: the first defines the action, the second explains single vs. multiple results and the SMTP address relevance, and the third clarifies has_more behavior. 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?

For a read-only lookup tool with an output schema and strong annotations, the description covers purpose, result format nuances, pagination caveat, and integration points with sibling tools. The output schema handles detailed return fields, so the description is complete for an agent to select and invoke correctly.

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?

Schema coverage is 75% (limit lacks a description), so the baseline is 3. The description does not add new parameter-level semantics beyond what the schema already provides for query, offset, and details. It indirectly references details expansion but does not explain parameter syntax or constraints further.

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 opens with a specific verb and resource: 'Look someone up in the corporate address book.' It clearly distinguishes this tool from siblings like find_emails or get_calendar_events by focusing on people lookup, and even mentions how results feed into send_email and create_event.

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?

The description implies when to use this tool: when you need to look up a person and obtain their SMTP address for other tools like send_email and create_event. It does not explicitly state when not to use it or name alternative people-search tools, but the context is clear enough among the given siblings.

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/mainpart/owa-mail-mcp'

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