Skip to main content
Glama
dhanush-ts

HR-ASSIST

by dhanush-ts

get_all_meetings_for_employee

Retrieve the list of meetings scheduled for an employee by providing their employee ID. Access meeting details directly to support HR workflow automation.

Instructions

Get the list of meetings scheduled for an employee. :param employee_id: Employee ID :return: List of meetings

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
employee_idYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

With no annotations provided, the description carries the full burden of disclosing behavioral traits. It only says 'Get the list of meetings' and returns a list, but does not mention whether this includes past/future meetings, canceled meetings, ordering, pagination, or any side effects. The behavior is presumed read-only but never explicitly stated, and no additional context beyond the basic action is provided.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is short and structured with a param/return docstring format. It contains only the essential information and is easy to scan. The ':param' and ':return' lines are somewhat redundant with the schema and tool name, but they don't add significant clutter.

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

Completeness3/5

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

For a simple single-parameter read tool, the description is minimally viable. The output schema exists, so return values need not be detailed. However, the description omits important contextual details such as the scope of meetings (all time? upcoming only?), whether canceled meetings are included, and any filtering or sorting behavior. These are clear gaps given the sibling tools and potential ambiguity.

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

Parameters2/5

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

Schema description coverage is 0%, so the description must compensate. It adds a ':param employee_id: Employee ID' line, but this merely restates the schema's title 'Employee Id' and type 'string'. It doesn't specify the format, source (e.g., from get_employee_details), or any constraints (e.g., required, non-empty). The ':return: List of meetings' is generic. Thus the description provides minimal added meaning over 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 'Get the list of meetings scheduled for an employee' with a specific verb ('Get'), resource ('list of meetings'), and intended subject ('employee'). It is easily distinguished from sibling tools like schedule_meeting and cancel_meeting, which are write operations, while this is a read operation.

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 gives no guidance on when to use this tool versus alternatives, such as when to use schedule_meeting or cancel_meeting, nor does it mention any prerequisites or exclusions. Usage is only implied by the tool's name and action ('Get list of meetings'), which is not sufficient for an agent to choose it confidently among 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/dhanush-ts/HRMS-MCP'

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