Skip to main content
Glama
Ayush-og
by Ayush-og

add_employee

Add a new employee to the HRMS system by providing employee name, manager ID, and email. Creates a new record for HR operations.

Instructions

Add a new employee to the HRMS system.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
emailYes
emp_nameYes
manager_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

There are no annotations, so the description carries the full burden of behavioral disclosure. It only states the action 'add a new employee' and does not mention potential side effects, validation rules, errors, or required context such as checking if the manager_id exists.

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 a single, focused sentence that directly states the tool's purpose. It is appropriately concise, front-loaded, and contains no unnecessary words or repetition.

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

Completeness2/5

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

Although an output schema exists (reducing the need to describe return values), the description lacks important contextual information such as preconditions, error handling, and the significance of the required parameters. For a simple create tool, the description is adequate for basic intent but incomplete for robust agent decision-making.

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

Parameters1/5

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

The schema description coverage is 0% and the description does not explain any of the parameters. The meaning of 'manager_id' and 'email' is not clarified beyond its name, and 'emp_name' is only implicitly understood. The description adds no value to the schema.

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 a specific action ('Add a new employee') and resource ('HRMS system'), which distinguishes it from sibling tools that handle other domains like leave, meetings, tickets, and email. It is concise and unambiguous.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines2/5

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, nor does it mention any prerequisites or special conditions. The intended usage must be inferred entirely from the tool's name and one-line description.

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/Ayush-og/atliq-hrms-assist'

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