Skip to main content
Glama

Rechnungslotse: deutsche E-Rechnung

Noch nicht abgerechnete Leistungen (Konto nötig)

leistungen_offen
Read-only

Zeigt, was erfasst und noch nicht in Rechnung gestellt ist – einzeln oder als Summe je Kunde. Für „was habe ich diesen Monat noch nicht abgerechnet?" und als Vorschau vor dem Monatsabschluss. Die Summen sind auf den Cent dieselben wie auf der späteren Rechnung.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
bisNoSpätestes Leistungsdatum, JJJJ-MM-TT.
vonNoFrühestes Leistungsdatum, JJJJ-MM-TT.
kunde_idNoNur die Leistungen dieses Kunden.
gruppiertNotrue = Summe je Kunde (die Monatsabschluss-Sicht), false = Einzelposten.

Schema Changelog

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

  1. First observed

TDQS

A4.2/5.0
Behavior4/5

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

The readOnlyHint annotation already indicates a read-only operation, and the description reinforces this with 'Zeigt' and 'Vorschau'. It also discloses that grouped sums match later invoices to the cent, which is useful behavioral information.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and focused, using three short sentences to convey purpose, use cases, and an important accuracy guarantee. There is no redundant or irrelevant 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 simple read-only query with optional filters, the description provides enough context about output shape (individual items or per-customer sums) and accuracy. It does not mention defaults for omitted von/bis parameters or ordering, but this is minor given the tool's straightforward nature.

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 already provides 100% parameter coverage with concise descriptions. The description restates the grouping semantics ('einzeln oder als Summe je Kunde') but does not add substantial extra detail beyond the schema, such as defaults or validation rules for the optional date range.

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 tool's purpose: showing recorded but not yet invoiced services, either individually or aggregated per client. The title and description make it easy to distinguish from sibling tools like offene_posten or leistungen_abrechnen.

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

Usage Guidelines4/5

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

The description explicitly gives use cases: checking what has not yet been invoiced in the current month and as a preview before monthly closing. It does not name sibling alternatives explicitly, but the intended scenarios are clear enough.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.

Resources