Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_manual_journals_list

Read-onlyIdempotent

Retrieve a paginated list of manual journals from Wafeq. Filter by reference, date range, external ID, or creation/modified timestamps to locate specific entries.

Instructions

๐ŸŸข READ-ONLY ยท Manual Journals ยท GET /manual-journals/

List manual journals

Endpoint for retrieving a list of manual journals.

Input Schema

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

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

Annotations already declare readOnlyHint=true, idempotentHint=true, openWorldHint=true, and destructiveHint=false, covering the safety profile. The description redundantly repeats READ-ONLY and adds only the HTTP endpoint. It does not disclose pagination behavior, default page size, result ordering, or filter-combination semantics, so it adds modest context beyond annotations but no contradiction.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

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

The description states the same idea three times: the header line "๐ŸŸข READ-ONLY ยท Manual Journals ยท GET /manual-journals/", "List manual journals", and "Endpoint for retrieving a list of manual journals" are semantically redundant. A single sentence with the endpoint would have been tighter; the repetition wastes tokens without adding information.

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?

For a list tool with 10 filter parameters and no output schema, the description is too thin. It does not explain what fields a manual journal record contains, how filters combine, what the default page size is, or what the response shape looks like. With no output schema to fill that gap, the description leaves an agent guessing about return values and pagination behavior.

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 baseline of 3 applies. All 10 parameters (page, page_size, reference, date_after, date_before, external_id, and timestamp ranges) already have descriptions in the schema. The tool description adds zero parameter-level meaning, which is acceptable given full schema coverage.

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 a specific verb and resource: "List manual journals" and "retrieving a list of manual journals," with the endpoint path GET /manual-journals/ adding precision. It is clearly a list operation, distinguishable from siblings like wafeq_manual_journals_retrieve by the plural resource scope, but it does not explicitly differentiate itself from related list tools such as wafeq_journal_line_items_list.

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 on when to use this tool versus alternatives. There is no mention that wafeq_manual_journals_retrieve should be used for a single journal, that journal_line_items_list covers line-item details, or any conditions about filtering vs. pagination. The READ-ONLY marker implies safe usage but does not address selection criteria.

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