Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_employees_list

Read-onlyIdempotent

List employees from Wafeq with pagination and optional filters for country and creation or modification timestamps, enabling targeted workforce data retrieval.

Instructions

๐ŸŸข READ-ONLY ยท Employees ยท GET /employees/

List employees

Endpoint for retrieving a list of employees.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
countryNo
page_sizeNoNumber of results to return per page.
created_ts_afterNoThe timestamp in UTC when the employee was created
created_ts_beforeNoThe timestamp in UTC when the employee was created
modified_ts_afterNoThe timestamp in UTC when the employee was last modified
modified_ts_beforeNoThe timestamp in UTC when the employee was last modified

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observedv2.0.0

TDQS

B3.1/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, openWorldHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered. The description adds the endpoint path and a read-only marker, but nothing about pagination behavior, filtering semantics, default page size, or response payload. It does not contradict annotations.

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 and front-loaded, but it repeats itself: 'List employees' and 'Endpoint for retrieving a list of employees' say essentially the same thing. The first metadata line also partly duplicates the tool name and annotations, so not every sentence earns its place.

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 straightforward read-only list with strong annotations and a rich parameter schema, the description is mostly adequate, but it leaves gaps: no mention of how pagination/filters are intended to be used, no default behavior, and no explanation of the return shape (there is no output schema). It is usable but not complete enough to score higher.

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

Parameters3/5

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

Schema description coverage is high (86%), with page, page_size, created_ts_*, and modified_ts_* already documented in the schema. The description itself does not mention any parameters, so it adds no meaning beyond the schema; the baseline of 3 applies.

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 the action ('List employees', 'retrieving a list of employees') and the resource (employees), and includes the HTTP path 'GET /employees/'. It clearly identifies a collection/list operation, though it does not explicitly contrast with the sibling retrieve tool, so differentiation is only implicit.

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?

No guidance is given about when to choose this tool instead of wafeq_employees_retrieve or the employee write/update/delete tools. It provides no prerequisites, conditions, exclusions, or alternatives; the only context is a restatement of the list purpose.

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/ohneben/Wafeq-MCP'

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