Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_items_list

Read-onlyIdempotent

Retrieve a paginated list of items from Wafeq, with optional filters by external ID and creation or modification timestamps.

Instructions

๐ŸŸข READ-ONLY ยท Items ยท GET /items/

List items

Endpoint for retrieving a list of items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
page_sizeNoNumber of results to return per page.
external_idNoExternal identifier
created_ts_afterNoThe timestamp in UTC when the item was created
created_ts_beforeNoThe timestamp in UTC when the item was created
modified_ts_afterNoThe timestamp in UTC when the item was last modified
modified_ts_beforeNoThe timestamp in UTC when the item 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.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint, so the safety profile is covered. The description adds the HTTP method and path, but discloses no additional behaviors such as pagination defaults, response shape, or filtering semantics beyond what the schema already provides.

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 READ-ONLY label and endpoint. However, 'List items' and 'Endpoint for retrieving a list of items' are redundant, so not every line 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?

This is a simple list endpoint with rich annotations and fully described parameters, so the basic invocation context is present. Missing context includes what the response looks like, whether pagination is required, and how this endpoint relates to sibling item tools.

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 100%, so the schema fully documents all seven parameters. The description adds no parameter-level information, but it does not need to since the schema already carries the burden.

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 names the verb ('List') and resource ('items'), and includes the endpoint path 'GET /items/'. It is unambiguous about what the tool does, though it does not explicitly contrast itself with wafeq_items_retrieve.

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 intended use is implied by 'List items' and 'Endpoint for retrieving a list of items'. There is no explicit guidance about when to use this over alternatives like wafeq_items_retrieve, nor any exclusions or prerequisites.

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