Skip to main content
Glama
sapn95

ebill-mcp

by sapn95

ebill_open

Opens a visible browser window at your e-banking login page, letting you log in manually. The window stays open for subsequent eBill actions.

Instructions

Open a visible browser window at your e-banking so YOU can log in. Returns as soon as the window is reachable; it stays open for later calls.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlNoe-banking entry page (defaults to EBILL_BANK_URL)
Behavior5/5

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

Despite no annotations, the description discloses key traits: window is visible (not headless), user must log in manually, the tool returns when the window is reachable (not after login), and the window persists for later calls. This covers side effects and timing well.

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, front-loaded with the action and purpose. No redundant words, every clause adds value.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness5/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a single-action tool with no output schema, the description explains purpose, user involvement, return timing, and persistence. It is sufficient for an agent to select and invoke it correctly.

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 only parameter (url) is fully described in the schema with its default. The description adds nothing beyond the schema, so baseline 3 is appropriate.

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 the tool opens a visible browser window at the e-banking URL for manual login. This distinguishes it from sibling bill-related tools, which perform data operations rather than user interaction.

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 implies use before other tools that require an authenticated session via 'it stays open for later calls.' It does not explicitly name alternatives or exclusions, but the context is clear that this is for initiating login.

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