Skip to main content
Glama
schmelli

Debeka MCP Server

by schmelli

Open Debeka Leistungsauftrag Page

debeka_open_page
Idempotent

Open the Debeka medical invoice submission form in a browser, with optional headless mode for automated processing.

Instructions

Opens the Debeka Leistungsauftrag form page in a browser.

This tool launches a Chromium browser and navigates to the Debeka form for submitting medical invoices.

Args:

  • headless (boolean): If true, runs browser without UI. Default: false (shows browser window)

Returns: Success message with page title, or error if page couldn't be loaded.

Example:

  • debeka_open_page with headless=false to see the browser

  • debeka_open_page with headless=true for automated processing

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headlessNoRun browser in headless mode (no UI). Default: false (shows browser)

Schema Changelog

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

  1. First observedv1.0.0

TDQS

A3.8/5.0
Behavior4/5

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

Beyond the annotations, the description discloses that the tool launches a Chromium browser, defaults to showing the UI, navigates to a specific form, and returns a success message with page title or an error. This is useful behavioral context not present in the annotation hints.

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

Conciseness3/5

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

The description is well-structured with sections and examples, but the opening sentence and the next sentence overlap ('Opens...' and 'launches... navigates...'). The Args section also duplicates the schema, making the description slightly less tight than it could be.

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 browser-opening tool, the description covers invocation behavior, return values, and example usage. It does not mention cleanup via debeka_close or the broader workflow, but the tool is simple enough that these are not critical gaps.

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 fully describes the headless parameter with its default and meaning. The description repeats essentially the same information without adding new semantic detail, so it earns the baseline for full schema coverage.

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?

Description states a specific verb ('Opens'), resource ('Debeka Leistungsauftrag form page'), and browser behavior ('launches a Chromium browser and navigates'). It clearly stands apart from siblings like debeka_submit, debeka_screenshot, and debeka_close.

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 gives parameter-level usage via examples ('headless=false to see the browser', 'headless=true for automated processing'), but it does not explain when to choose this tool over siblings or mention sequencing with tools like debeka_fill_credentials/debeka_submit. Usage context is implied, not explicit.

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