Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_projects_list

Read-onlyIdempotent

Retrieve a paginated list of projects from Wafeq. Specify page and page_size parameters to control which results are returned.

Instructions

๐ŸŸข READ-ONLY ยท Projects ยท GET /projects/

List projects

Endpoint for retrieving a list of projects.

Input Schema

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

Schema Changelog

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

  1. First observedv2.0.0

TDQS

A3.5/5.0
Behavior3/5

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

The annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, covering the safety profile. The description adds only the GET method and READ-ONLY label, but does not disclose pagination behavior, response shape, or ordering. With annotation coverage this is adequate but not rich.

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

Conciseness4/5

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

The description is short and front-loaded with the emoji, HTTP method, and resource. However, 'List projects' and 'Endpoint for retrieving a list of projects' are redundant, so not every sentence fully earns its place.

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

Completeness4/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 zero required parameters and fully documented optional pagination params, the description is nearly complete. It omits details like default page size or ordering, but these are not necessary for selecting or invoking the tool correctly. Annotations and schema cover the remaining context.

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 describes both parameters (page and page_size) with 100% coverage, and the description adds no parameter-level meaning. Under high schema coverage, the baseline of 3 applies.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly names the resource ('Projects'), the verb ('List'), and the HTTP method/path (GET /projects/). An agent can immediately distinguish this from sibling operations like wafeq_projects_retrieve because this is explicitly a collection-list endpoint.

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 when-to-use or when-not-to-use guidance is provided. The description only restates that the tool lists projects and does not mention that wafeq_projects_retrieve should be used for a single project, nor any context around pagination. This is essentially no guidance beyond the name.

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