Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_payslips_pay_items_list

Read-onlyIdempotent

List pay items for a given payslip by supplying its payslip ID. Retrieve paginated earnings and deductions to review payroll details without altering records.

Instructions

🟢 READ-ONLY · Pay Items · GET /payslips/{payslip_id}/pay-items/

List pay items

Endpoint for retrieving a list of pay items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
page_sizeNoNumber of results to return per page.
payslip_idYes

Schema Changelog

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

  1. First observedv2.0.0

TDQS

C2.9/5.0
Behavior2/5

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

The description repeats the read-only nature already declared in annotations but adds no extra behavioral context such as pagination behavior, response structure, required permissions, or ordering. The HTTP GET and path are already implied by the tool name and schema, so no new operational insight 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.

Conciseness3/5

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

The description is appropriately short and front-loaded with the read-only and endpoint context. However, the final two lines are largely redundant: 'List pay items' and 'Endpoint for retrieving a list of pay items' add little beyond each other, wasting space in a definition that should be information-dense.

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 read-only list endpoint with annotations covering safety, the description is minimally sufficient. However, with no output schema, it does not describe what fields a pay item contains or how pagination results are returned, leaving some ambiguity for an agent deciding whether this tool returns the needed data.

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?

Page and page_size are already described in the schema, so the description does not need to restate them. It does add mild meaning by showing payslip_id as the parent resource in the path, but it does not explain payslip_id format or the relationship beyond what the schema and tool name convey.

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 clearly states a specific verb and resource: 'List pay items' and 'Endpoint for retrieving a list of pay items.' This distinguishes it from single-item retrieve operations, even though it does not explicitly name sibling tools. The path pattern reinforces that it targets the pay-items subresource of a payslip.

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 explicit when-to-use or when-not-to-use guidance and does not mention alternatives such as wafeq_payslips_pay_items_retrieve for a single item. Usage must be inferred from the word 'list' and the URL structure, providing minimal directional help.

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