Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_quotes_line_items_retrieve

Read-onlyIdempotent

Fetch a single quote line item by quote and line item IDs. Returns detailed line item data from a Wafeq quote for review or integration.

Instructions

🟢 READ-ONLY · Quote Line Items · GET /quotes/{quote_id}/line-items/{id}/

Retrieve quote line item

Endpoint for retrieving a single quote line item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
quote_idYes

Schema Changelog

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

  1. First observedv2.0.0

TDQS

A3.6/5.0
Behavior3/5

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

Annotations already cover readOnlyHint, idempotentHint, and destructiveHint=false. The description repeats READ-ONLY and adds the GET method and path, but it does not add new behavioral context such as error behavior, authentication needs, or response shape. This is adequate because the annotations carry the safety profile.

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 a compact READ-ONLY and endpoint header. However, the two sentences after the header—'Retrieve quote line item' and 'Endpoint for retrieving a single quote line item'—are redundant and could be merged into one sentence.

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 two-parameter read-only retrieval tool with strong annotations, the description is mostly complete: it names the resource, the single-object scope, and the full path. It does not describe the return object, but with no output schema and a simple retrieve operation, this is a minor gap.

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 0%, so the description carries the burden. The endpoint path clarifies that quote_id is the parent quote and id is the line item identifier, and the parameter names are self-explanatory. However, no formats, constraints, or additional semantics are provided, leaving only minimal compensation for the schema gap.

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 states the action ('Retrieve') and the resource ('quote line item'), and the explicit endpoint path reinforces the scope. The word 'single' distinguishes it from wafeq_quotes_line_items_list, and the retrieve verb separates it from create/update/destroy siblings.

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?

The description implies the appropriate use case: fetching one specific quote line item by quote_id and id. However, it does not explicitly mention alternatives such as the list endpoint for retrieving all line items or update/destroy for mutations, so the guidance remains implicit rather than explicit.

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