Skip to main content
Glama
tajchert

wfirma-mcp

by tajchert

list_expenses

Read-onlyIdempotent

View the current page of saved booked expenses or expense drafts from wFirma.

Instructions

Read the saved booked-expense or expense-draft view. Current page only; check complete.

Filters and booked-expense details are not validated. Currency display text is retained.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
draftsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
rowsYes
modelYes
periodYes
filtersYes
completeYesTrue only when all rows of the filtered table are returned
warningsYes
table_urlYes
company_idYes
paginationYes
returned_countYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.3.0

TDQS

B3.2/5.0
Behavior4/5

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

Annotations already establish read-only, idempotent, open-world, and non-destructive behavior. The description adds useful operational details beyond that: it is scoped to the current page, filters and booked-expense details are not validated, and currency display text is retained.

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 short, front-loaded with the verb and resource, and separates the caveats into a second paragraph. However, 'Current page only; check complete' is cryptic and reduces the clarity that the concise structure otherwise provides.

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 read tool with one optional parameter, an output schema, and strong annotations, the core purpose and caveats are present. The main gaps are the implicit drafts parameter mapping and the ambiguous 'check complete' phrase, making the description adequate but not fully self-sufficient.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The only parameter, drafts, has no schema description and the description never explicitly maps it to the 'expense-draft view' or states what true/false does. It hints at two views but leaves the agent to infer how the boolean selects between them.

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 uses a clear verb ('Read') and identifies the resource ('saved booked-expense or expense-draft view'). It distinguishes this expense-focused tool from siblings like list_invoices and list_declarations, though the phrase 'Current page only; check complete' is ambiguous.

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 explicit guidance about when to use this tool versus its siblings. 'Current page only' and the caveats describe limitations, not selection criteria, so an agent cannot tell when to prefer list_expenses over related list tools.

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