Skip to main content
Glama
ohneben

ohneben's Wafeq MCP

wafeq_simplified_invoices_line_items_list

Read-onlyIdempotent

Retrieve simplified invoice line items by invoice ID to view all items on a specific invoice. Supports pagination for managing large result sets.

Instructions

๐ŸŸข READ-ONLY ยท Simplified Invoice Line Items ยท GET /simplified-invoices/{invoice_id}/line-items/

List simplified invoice line items

Endpoint for retrieving a list of simplified invoice line items.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
pageNoA page number within the paginated result set.
page_sizeNoNumber of results to return per page.
invoice_idYes

Schema Changelog

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

  1. First observedv2.0.0

TDQS

B3.3/5.0
Behavior3/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, destructiveHint=false, and the description restates READ-ONLY while adding the HTTP method and path. However, it does not mention pagination behavior, default page size, ordering, or authentication requirements. Since the safety profile is covered by annotations, this is adequate but not rich.

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 front-loaded with emoji, read-only status, and the endpoint path, which is good. However, the second and third lines are redundant, saying nearly the same thing in two different ways. The description is short but a single sentence would have been tighter.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness3/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple list endpoint, the description plus annotations and schema give the agent the core info: read-only nature, required invoice_id, and pagination parameters. There is no output schema and no statement about what fields are returned or how pagination behaves by default. This is minimally complete for invocation, with a few gaps.

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?

The schema documents page and page_size but not invoice_id, and the description adds no parameter explanations. The endpoint path 'simplified-invoices/{invoice_id}/line-items/' does make it clear that invoice_id is the required invoice identifier. With 67% schema coverage, the description contributes only marginal semantic value beyond the schema.

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 opens with 'Simplified Invoice Line Items' and states the action 'List' and 'retrieving a list', clearly identifying the resource. The word 'simplified' distinguishes it from the regular invoices line items sibling. An agent can tell exactly what this tool does.

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

Usage Guidelines2/5

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

There is no guidance on when to choose this over the many sibling line-items list endpoints, such as wafeq_invoices_line_items_list. The description only states the endpoint and resource, with no conditions, prerequisites, or exclusions. The agent is left to infer that this is for simplified invoices from the name alone.

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