Skip to main content
Glama
lalithdabilpuram01

HRMS MCP Server

list_tickets

Retrieve tickets for an employee, optionally filtering by status.

Instructions

List tickets for an employee with optional status filter.
:param employee_id : employee_id 
:param status : status
: return : List of tickets

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
employee_idYes
statusYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes
Behavior2/5

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

No annotations are provided, so the description must disclose behavioral traits. It fails to mention that the tool likely reads data, any side effects, pagination, or limits. The contradiction between 'optional' and 'required' for status is a transparency issue.

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

Conciseness3/5

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

The description is short, but the docstring format redundantly restates parameter names and types already in the schema. One sentence effectively conveys the core purpose, but lacks structure.

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

Completeness1/5

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

Given the complexity (2 required params) and no output schema details provided, the description is incomplete. It does not explain return values, filtering behavior, or the status parameter's allowed values. The contradiction between 'optional' and required further reduces completeness.

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?

Schema coverage is 0%, so the description must compensate. It repeats parameter names without explanation (e.g., 'employee_id' not defined, 'status' values not listed). The claim that status is optional contradicts the schema, making parameter semantics confusing.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose4/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description states 'List tickets for an employee with optional status filter', clearly indicating the verb and resource. However, the contradiction with the schema (which requires status) slightly muddles the purpose.

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 like get_employee_details or create_ticket. No context on prerequisites or exclusions.

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/lalithdabilpuram01/HRMS_MCP_Server'

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