Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_quotes_download_retrieve

Read-onlyIdempotent

Download a quote as a PDF by providing its ID. Returns base64-encoded PDF bytes, size, and content type without modifying any data.

Instructions

๐ŸŸข READ-ONLY ยท returns a PDF ยท Quotes ยท GET /quotes/{id}/download/

Download quote PDF

Endpoint for downloading a PDF of the quote.

Returns the document as base64-encoded PDF bytes plus its size and content type. Nothing is modified.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes

Schema Changelog

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

  1. First observedv2.0.0

TDQS

A4/5.0
Behavior4/5

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

Annotations already cover read-only, idempotent, and non-destructive behavior. The description adds value by specifying the response format: base64-encoded PDF bytes, size, and content type, and confirms 'Nothing is modified.' Error behavior and authentication requirements are not mentioned, but the annotation coverage lowers the burden.

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, but it is redundant: 'Download quote PDF' and 'Endpoint for downloading a PDF of the quote' convey the same information. The first summary line also partially repeats the endpoint and action.

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 one-parameter, read-only download tool with rich annotations and no output schema, the description adequately covers response format and safe behavior. It does not mention failure cases or file size limits, but these are not essential for basic invocation.

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

Parameters4/5

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

The input schema only defines 'id' as a required string, and schema description coverage is 0%. The description compensates by placing id in the URL path template /quotes/{id}/download/, making it clear that id identifies the quote whose PDF should be downloaded.

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 identifies the action ('Download quote PDF'), the resource (Quotes), and the endpoint (GET /quotes/{id}/download/). It also states the output is a PDF, which differentiates it from quote retrieval and other document-download sibling tools.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines3/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

It is clear this is for downloading a quote PDF, but it does not explicitly say when to use this tool versus alternatives such as wafeq_quotes_retrieve or the other download_retrieve endpoints. The usage is implied rather than stated.

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