Skip to main content
Glama

get_meetings

Retrieve all meetings scheduled for an employee by providing their employee ID. Simplify HR scheduling and availability checks.

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?

There are no annotations, so the description must carry the behavioral transparency burden. However, it only states the basic action and return type, without disclosing any behavioral traits such as whether cancelled meetings are excluded, ordering, pagination, or required permissions. This leaves the agent guessing about important operational details.

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 concise and front-loaded with the primary purpose in the first sentence. It follows a standard docstring style with ':param' and ':return' lines that are brief and conventional. There is no wasted content or unnecessary elaboration.

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?

The tool is straightforward with a single parameter and an output schema (not shown, but indicated), which reduces the need for descriptions of return values. However, the lack of usage guidelines and behavioral transparency makes the description only minimally adequate for reliable agent decision-making.

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?

The schema has a single parameter 'employee_id' with no description (coverage 0%). The description merely repeats the parameter name as 'Employee ID' without adding format, constraints, or examples. It does not meaningfully compensate for the lack of schema documentation.

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 function: 'Get the list of meetings scheduled for an employee.' This uses a specific verb ('Get') and resource ('list of meetings') with a defined scope (per employee). It distinguishes itself from siblings like 'schedule_meeting' and 'cancel_meeting' by indicating it is a read-only retrieval operation.

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

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description implies usage by stating its purpose, but it does not explicitly say when to use this tool versus alternatives, nor does it mention any exclusions or prerequisites. For example, there is no note about whether to use this for future meetings only or for historical ones, and no mention of alternatives like 'schedule_meeting'.

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/Jayeshm93/HRMS-MCP'

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