Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_bills_list

Read-onlyIdempotent

Retrieve a paginated list of Wafeq bills and filter them by status, branch, contact, project, dates, or reference to locate the exact bill records you need.

Instructions

๐ŸŸข READ-ONLY ยท Bills ยท GET /bills/

List bills

Endpoint for retrieving a list of bills.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
branchNoThe unique identifier of the branch.
statusNoThe status of the bill.
contactNoThe unique identifier of the contact.
projectNoThe unique identifier of the project.
bill_dateNoBill date
page_sizeNoNumber of results to return per page.
referenceNoReference
external_idNoExternal identifier
bill_due_dateNoBill due date
created_ts_afterNoThe timestamp in UTC when the bill was created
created_ts_beforeNoThe timestamp in UTC when the bill was created
modified_ts_afterNoThe timestamp in UTC when the bill was last modified
modified_ts_beforeNoThe timestamp in UTC when the bill was last modified

Schema Changelog

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

  1. First observedv2.0.0

TDQS

C2.8/5.0
Behavior2/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the description's 'READ-ONLY' and 'retrieving' add no new behavioral information. It does not disclose pagination behavior, response shape, filtering semantics, or any side effects.

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 very short but repetitive: 'List bills' and 'Endpoint for retrieving a list of bills' say essentially the same thing. The front-loaded endpoint/read-only marker is useful, but the redundancy slightly reduces clarity.

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

Completeness2/5

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

With 14 optional parameters, no output schema, and no mention of default pagination, filter behavior, or how parameters combine, the description is too thin to fully guide an agent. The schema covers parameter names, but the endpoint semantics remain under-explained.

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?

The input schema covers 100% of parameters with descriptions, so the baseline is 3. The tool description itself adds no parameter-level meaning beyond the schema, but it does not need to because the schema is thorough.

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 the tool lists bills and is an endpoint for retrieving a list of bills. It is a specific verb+resource combination that distinguishes it from retrieve/create/update/delete bill tools, though it does not explicitly name any sibling alternative.

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?

There is no guidance on when to choose this over wafeq_bills_retrieve, wafeq_bills_create, or other list endpoints. The description merely states what it does, not the conditions or context in which it should be used.

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