Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_accounts_list

Read-onlyIdempotent

Retrieve paginated Wafeq accounts, filtering by classification, system status, external ID, creation/modified timestamps, or payment availability to locate the records you need.

Instructions

๐ŸŸข READ-ONLY ยท Accounts ยท GET /accounts/

List accounts

Endpoint for retrieving a list of accounts.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
is_systemNoFilter system accounts
page_sizeNoNumber of results to return per page.
external_idNoExternal identifier
classificationNoClassification
created_ts_afterNoThe timestamp in UTC when the account was created
created_ts_beforeNoThe timestamp in UTC when the account was created
modified_ts_afterNoThe timestamp in UTC when the account was last modified
is_payment_enabledNoIs payment enabled
modified_ts_beforeNoThe timestamp in UTC when the account 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
Behavior2/5

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

Annotations already declare readOnlyHint, openWorldHint, idempotentHint, and destructiveHint=false, and the description mostly repeats this as 'READ-ONLY'. It adds no additional behavioral context such as pagination behavior, filtering semantics, default page size, or what the response list contains.

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 and read-only indicator, which is good. However, 'List accounts' and 'Endpoint for retrieving a list of accounts' are redundant, so not every sentence 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?

For a simple list endpoint, the description combined with the schema covers the basic action and all filter parameters. It is missing guidance on pagination defaults, response format, and how this list relates to other account operations, but it is minimally adequate.

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 all 10 parameters are already documented in the schema. The description adds no parameter-specific meaning beyond what the schema provides, so the baseline of 3 is appropriate.

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 identifies the operation as listing/retrieving accounts, with the endpoint 'GET /accounts/' and the title 'List accounts'. It is distinguishable from siblings like wafeq_accounts_retrieve by the plural 'list' framing, though it does not explicitly contrast itself with any sibling.

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 about when to use this tool versus the many related account tools such as wafeq_accounts_retrieve, wafeq_accounts_create, or wafeq_accounts_update. The description simply states what it does and provides no selection criteria or exclusions.

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