Skip to main content
Glama
schmelli

Debeka MCP Server

by schmelli

Upload Documents to Debeka

debeka_upload_documents

Upload one or more PDF files to the Debeka Leistungsauftrag form for insurance claim submissions. Provide absolute file paths to add supporting documents to your claim.

Instructions

Uploads PDF documents to the Debeka form.

This tool uploads one or more PDF files to the Debeka Leistungsauftrag form. Make sure to call debeka_open_page and debeka_fill_credentials first.

Args:

  • file_paths (string[]): Array of absolute file paths to PDF documents

Returns: Success message listing uploaded files, or error details.

Example: file_paths=["/path/to/invoice1.pdf", "/path/to/invoice2.pdf"]

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
file_pathsYesArray of absolute file paths to PDF documents to upload

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.9/5.0
Behavior3/5

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

Annotations already indicate this is a write operation (readOnlyHint=false, idempotentHint=false). The description adds that the tool returns a success message listing uploaded files or error details, and implies state change by 'uploads.' It does not address failure modes, duplicate uploads, or file size limits, but it does not contradict the annotations.

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 well-organized into summary, args, returns, and example, with the key prerequisite called out early. The first two sentences are somewhat redundant ('Uploads PDF documents...' followed by 'This tool uploads...'), but overall it is compact and scannable.

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 single-parameter tool with strong schema coverage, the description is sufficient: it names the prerequisite tools, describes the input, and states expected return behavior. It does not detail every edge case or failure scenario, but nothing essential is missing for correct 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?

Schema description coverage is 100%, so the schema already documents file_paths as an array of absolute PDF file paths. The description mostly restates this and adds an example. That example is helpful but does not add significant new semantic meaning 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 clearly states a specific action (upload PDFs), the target resource (the Debeka Leistungsauftrag form), and the accepted input. This distinguishes it from sibling tools like debeka_fill_credentials or debeka_submit, which perform different steps in the same workflow.

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 gives explicit ordering guidance: 'Make sure to call debeka_open_page and debeka_fill_credentials first.' This is valuable workflow context. However, it does not mention when not to use this tool or name alternative approaches, so it stops short of a 5.

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

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/schmelli/debeka-mcp-server'

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