Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_credit_notes_line_items_retrieve

Read-onlyIdempotent

Retrieve a single line item from a Wafeq credit note by providing the credit note ID and line item ID. Use this read-only endpoint to fetch exact details for review or reconciliation.

Instructions

๐ŸŸข READ-ONLY ยท Credit Note Line Items ยท GET /credit-notes/{credit_note_id}/line-items/{id}/

Retrieve credit note line item

Endpoint for retrieving a single credit note line item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
credit_note_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 declare readOnlyHint, idempotentHint, and destructiveHint=false, so safety is covered. The description adds the HTTP endpoint and resource scope, but no additional behavioral context beyond what annotations already provide.

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 the key endpoint, but the final two sentences ('Retrieve credit note line item' and 'Endpoint for retrieving a single credit note line item') are redundant. It could be trimmed to one clear statement.

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-by-identifier endpoint, the description is functionally complete: it names the resource, gives the endpoint pattern, and annotations cover the safe/idempotent behavior. The absence of an output schema and low complexity reduce the need for deeper return-value documentation.

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 coverage is 0%, so the description carries the burden. The endpoint template shows that credit_note_id identifies the parent credit note and id identifies the line item, which adds relational meaning beyond bare schema. Still, it provides no further parameter detail or examples.

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 states a specific verb ('Retrieve') and resource ('credit note line item'), and reinforces it with the endpoint pattern. The word 'single' distinguishes this from list, create, update, and destroy siblings in the same credit-note line-item family.

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?

Usage is implied by 'retrieving a single credit note line item,' so an agent can infer this is for targeted reads rather than listing or modifying. However, it does not explicitly mention alternatives such as the line-items list endpoint or any exclusions/prerequisites.

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