Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_quotes_line_items_list

Read-onlyIdempotent

Retrieve all line items associated with a specific quote. Paginate through results to review or verify quote details.

Instructions

๐ŸŸข READ-ONLY ยท Quote Line Items ยท GET /quotes/{quote_id}/line-items/

List quote line items

Endpoint for retrieving a list of quote line items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
quote_idYes
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.8/5.0
Behavior3/5

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

Annotations already declare readOnlyHint, idempotentHint, openWorldHint, and destructiveHint=false, so the safety profile is covered. The description only repeats 'READ-ONLY' and adds an HTTP/path detail; it doesn't disclose pagination behavior, error cases, permissions, or response format. No contradiction with annotations.

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 first line is compact and informative, but the description contains redundancy: 'List quote line items' and 'Endpoint for retrieving a list of quote line items' say the same thing. The trailing restatement adds no new information.

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 straightforward read-only list operation, the necessary identifying information is present: resource, method, path, required quote_id, and pagination parameters. The lack of an output schema means the agent won't know the returned fields, but the description is otherwise adequate and annotations fill in the safety context.

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 endpoint pattern /quotes/{quote_id}/line-items/ reveals that quote_id is a path parameter, which is useful since the schema gives it no description. page and page_size are already described in the schema, so the description's added value is mainly for the required parameter.

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?

States a specific operation ('List') on a specific resource ('quote line items') and gives the endpoint path. The verb and resource make it distinguishable from the create/retrieve/update/destroy sibling tools for quote line items.

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 this tool is for retrieving all line items belonging to a quote, but it never states when to choose it over wafeq_quotes_line_items_retrieve, wafeq_invoices_line_items_list, or similar siblings. No exclusions or alternative routing are provided.

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