Skip to main content
Glama
sapn95

ebill-mcp

by sapn95

ebill_download_all

Download all available bill PDFs from the Swiss eBill portal to a specified directory, skipping files that already exist.

Instructions

Download every bill that has a document into output_dir, named _.pdf. Existing files are skipped, never overwritten.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
statusNo
output_dirYesabsolute directory to write into
Behavior4/5

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

With no annotations provided, the description carries the full burden and discloses key behaviors: filters to bills with documents, uses an output directory, names files deterministically, and skips existing files without overwriting.

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?

Two concise sentences that front-load the main action and include relevant details (naming, skip behavior) without any filler or repetition.

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?

The description covers the core behavior but lacks details on return values and does not clarify what the 'status' parameter controls, leaving some ambiguity for an AI agent.

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 description clarifies the output_dir usage and adds the naming convention, but it does not explain the 'status' parameter (open/done/all). With 50% schema coverage, it only partially compensates for the missing parameter documentation.

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?

Clearly states 'Download every bill that has a document into output_dir' with a specific naming convention ('<delivered>_<id>.pdf'), distinguishing it from sibling tools like ebill_download_bill that target a single bill.

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?

The description implies bulk usage ('every bill') but does not explicitly state when to use this tool versus alternatives, nor does it mention exclusions or alternative tools.

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/sapn95/ebill-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server