Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_files_list

Read-onlyIdempotent

Retrieve a paginated list of files from Wafeq. Filter results by file size, creation or modification date, MIME type, or original filename to find specific documents.

Instructions

๐ŸŸข READ-ONLY ยท Files ยท GET /files/

List files

Endpoint for retrieving a list of files.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
mime_typeNo
page_sizeNoNumber of results to return per page.
file_size_maxNo
file_size_minNo
created_ts_afterNoThe timestamp in UTC when the file was created
created_ts_beforeNoThe timestamp in UTC when the file was created
modified_ts_afterNoThe timestamp in UTC when the file was last modified
original_filenameNo
modified_ts_beforeNoThe timestamp in UTC when the file 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.6/5.0
Behavior2/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. The description adds the HTTP endpoint and repeats READ-ONLY, but provides no further behavioral context such as pagination behavior, filtering effects, or response characteristics.

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 READ-ONLY and the endpoint, but it is repetitive: 'List files' and 'Endpoint for retrieving a list of files' say essentially the same thing. It is concise but contains redundancy.

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 endpoint with 10 optional filter parameters and no output schema, the description is too sparse. It does not explain how to use pagination, filtering by mime type, file size, creation/modification dates, or what the returned file objects look like.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The description adds no meaning for any of the 10 parameters. Schema coverage is only 60%, leaving parameters like mime_type, file_size_max, file_size_min, and original_filename undocumented in both schema and description, and the description does not mention filtering or pagination capabilities.

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 files and retrieves a list of files, with the endpoint 'GET /files/' and a READ-ONLY marker. This is clear and differentiates from file creation/update/destroy operations, though it does not explicitly name sibling alternatives like wafeq_files_retrieve.

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 such as wafeq_files_retrieve or wafeq_files_destroy. The only signal is the implicit 'list' versus 'retrieve' distinction, which is not stated explicitly.

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