Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_bills_line_items_retrieve

Read-onlyIdempotent

Retrieve a specific line item from a Wafeq bill by providing the bill ID and line item ID. Access detailed bill line item data for verification or reconciliation.

Instructions

๐ŸŸข READ-ONLY ยท Bill Line Items ยท GET /bills/{bill_id}/line-items/{id}/

Retrieve bill line item

Endpoint for retrieving a single bill line item.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
idYes
bill_idYes

Schema Changelog

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

  1. First observedv2.0.0

TDQS

B3.4/5.0
Behavior3/5

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

Annotations already provide readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is fully covered by structured data. The description's '๐ŸŸข READ-ONLY' marker just repeats the annotation, and it only adds the transport detail (GET endpoint path). 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 definition is short and front-loaded with the READ-ONLY marker and endpoint path, which is good. However, 'Retrieve bill line item' and 'Endpoint for retrieving a single bill line item' are near-duplicates that restate the same idea, wasting one of the three lines.

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 two-parameter read-only retrieve with rich annotations and no nested objects, the description is largely sufficient: it conveys the operation, the endpoint, and the read-only nature. The main gap is the absence of any return-value description given there is no output schema, but this is minor for a conventional single-resource retrieve.

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 must compensate, and the URL template '/bills/{bill_id}/line-items/{id}/' does clarify the role of each parameter: bill_id scopes the parent bill and id identifies the specific line item. However, it does not explain ID formats, where to obtain them, or any constraints, leaving the agent partially informed.

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 states a specific verb and resource ('Retrieve bill line item') and includes the HTTP method plus endpoint path, so an agent can clearly tell this is the single-item GET operation. The word 'single' differentiates it from the list sibling, but no sibling is explicitly named, so differentiation relies on RESTful convention rather than direct statement.

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 context is implied rather than stated: an agent can infer this tool is for fetching one bill line item when both bill_id and id are known, given the endpoint template. However, there is no explicit when-to-use guidance, no mention of how this differs from wafeq_bills_line_items_list, and no exclusions or alternatives are named.

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