Skip to main content
Glama
HR-Partner

HR Partner MCP Server

Official
by HR-Partner

Get Employee Details

get_employee

Retrieve complete employee details by entering an Employee Code. Includes contact info, addresses, tags, and custom fields. Use list_employees to find codes first.

Instructions

Get full details for a single employee by Employee Code, including contact details, addresses, tags, and any custom fields configured for the company. Use list_employees first to find employee codes.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
codeYesThe unique Employee Code (e.g. 'BLENA' or 'EMP001')
Behavior2/5

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

No annotations are provided, so the description must carry the full burden of behavioral disclosure. It states output contents but does not address permissions, side effects, error behavior, or any caveats. 'Get' implies read-only, but there is minimal behavioral context beyond that implication.

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 sentences with no wasted words. It front-loads the purpose in the first sentence and provides the usage hint in the second, making it easy to scan and understand.

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

Completeness4/5

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

For a simple single-parameter tool without an output schema, the description adequately covers the purpose and the contents of the returned data. It could be more explicit about the exact return structure or error scenarios, but the listed detail categories soften this gap.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters4/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema already documents the single 'code' parameter clearly with examples. The description adds valuable context by indicating the code comes from list_employees, which aids correct invocation beyond what the schema provides. Coverage is 100%, so the description meaningfully supplements it.

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's purpose: 'Get full details for a single employee by Employee Code', specifying the resource (employee) and the key identifier. It also lists what details are included (contact details, addresses, tags, custom fields), and the verb 'get' distinguishes it from list_employees and other sibling tools.

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 explicitly instructs to 'Use list_employees first to find employee codes', providing a clear workflow and a named prerequisite tool. It does not explicitly state when not to use this tool or name other alternatives, but the prerequisite guidance gives solid context for correct usage.

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/HR-Partner/hrpartner-mcp'

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