Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_employees_retrieve

Read-onlyIdempotent

Retrieve employee details from Wafeq by ID. Use this read-only endpoint to access specific employee information for verification or reporting.

Instructions

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

Retrieve employee

Endpoint for retrieving a single employee.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

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

  1. First observedv2.0.0

TDQS

A3.5/5.0
Behavior3/5

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

The description reinforces safety with 'READ-ONLY' and 'GET', and the annotations already declare readOnlyHint, idempotentHint, and destructiveHint=false. It adds the concrete path, but no additional behavioral context such as error behavior, authentication requirements, or rate limits; the annotations carry most of the transparency burden.

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 with the endpoint, but 'Retrieve employee' and 'Endpoint for retrieving a single employee' are near-duplicates, and the emoji header repeats annotation information. It is compact but contains redundancy rather than each sentence earning its place.

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

Completeness4/5

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

For a one-parameter read-only fetch, the endpoint, resource, and safety annotations give an agent enough to select and invoke it correctly. It lacks output/error notes and explicit routing to list, but these are minor for such a simple retrieve operation given no output schema.

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% and the description only echoes the id in the URL path without explaining the value's expected format, provenance, or why it identifies the employee. With low schema coverage, the description was expected to compensate, and it does not.

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 states a specific verb ('retrieve'), a resource ('employee'), and the exact endpoint (GET /employees/{id}/), and explicitly scopes it to a single employee. This clearly distinguishes it from list, update, and destroy siblings even without opening their schemas.

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?

'Retrieve a single employee' implies the tool is for fetching one record by ID, but it never states when to prefer this over employees_list, or when to avoid it. No alternatives or exclusions are named, so the agent must infer usage from the endpoint and sibling names.

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