Skip to main content
Glama

Belege auflisten

document_list
Read-only

Listet deine erzeugten Dokumente (Rechnung, Zahlungserinnerung, Mahnung, Gutschrift), neueste zuerst, gefiltert nach Art, Mandant, Empfänger oder Bezugsbeleg. Nächster Schritt: document_get liefert die vollständigen Belegdaten, document_create legt mit references einen Folgebeleg dazu an. EN: Lists the documents you created (invoice, payment reminder, dunning letter, credit note), newest first, filtered by type, client, recipient or referenced document. Next step: document_get returns the full payload, document_create creates a follow-up document via references.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoStandard 20, maximal 100. EN: default 20, maximum 100.
sinceNo
offsetNoVersatz für die Seitennavigation. Standard 0. EN: offset for pagination. Default 0.
reasoningNo
documentTypeNo
recipientQueryNoFreitext über Name, Firma oder Ort des Empfängers. EN: free text over the recipient name, company or city.
mandantennummerNo
referencesNumberNo
referencesDocumentIdNoNur Dokumente, die sich auf dieses FrankKi-Dokument beziehen (z. B. alle Mahnungen zu einer Rechnung). EN: only documents referring to this FrankKi document (for example every dunning letter for one invoice).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.1/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true and destructiveHint=false; the description adds useful behavioral detail: scope to the user's created documents, newest-first ordering, and filter dimensions. It does not mention pagination behavior or response shape, but for a read-only list operation that is a minor gap.

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

Conciseness4/5

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

The description is front-loaded with the core purpose and next-step routing, and it is not overly long. The German and English sections duplicate each other, which adds some redundancy, but it remains compact enough for an agent to parse quickly.

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 9-parameter read-only list tool with no output schema, the description covers the main scope, sort order, filters, and workflow links. It could be more complete by stating that it returns summaries (via the document_get hint) or describing the remaining parameters, but it is sufficiently complete for selection and basic invocation.

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?

With only 44% schema description coverage, the description helps by naming filter categories (type, client, recipient, referenced document) that map to documentType, mandantennummer, recipientQuery, and referencesDocumentId. However, it leaves several parameters (since, referencesNumber, reasoning) semantically uncovered and does not clarify the distinction between referencesNumber and referencesDocumentId.

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 names a specific verb ('Listet/Lists'), the resource ('deine erzeugten Dokumente / documents you created'), the concrete document types, and the ordering ('neueste zuerst'). It also names sibling tools document_get and document_create as next steps, so an agent can distinguish listing from fetching or creating.

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?

It gives clear context: use this tool to list/filter created documents, then follow up with document_get for full payloads or document_create for follow-up documents. It does not explicitly list exclusions or alternative list tools like letter_list, but the next-step routing provides adequate guidance.

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.