Skip to main content
Glama
jumodada

DrissionPage MCP Server

by jumodada

Navigate With HTTP Authentication

page_navigate_with_http_auth
Destructive

Navigate to a URL in an isolated tab, answer a single HTTP auth challenge with provided credentials, and retain the authenticated page until closure.

Instructions

Open an isolated Chromium context, answer a bounded HTTP auth challenge, clean Fetch handlers, and retain the isolated authenticated tab until it is closed.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
realmNoOptional exact HTTP authentication realm constraint.
timeoutNo
passwordYes
usernameYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior4/5

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

The description adds context beyond the annotations by stating the isolated context, bounded auth challenge, Fetch handler cleanup, and retention of the authenticated tab until closed. These behaviors are not visible in the annotations and provide useful expectations, but it does not describe failure behavior or session persistence details.

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 a single sentence that packs multiple behaviors and is mostly front-loaded. The phrase 'clean Fetch handlers' is cryptic and may confuse agents, but overall it is appropriately concise.

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 main operational aspects (isolated context, auth, retention) but omits details like what happens on auth failure, whether the tab is brought to focus, or how to close the context. Given the tool's complexity and the presence of an output schema, it is adequate but incomplete.

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 schema description coverage is only 20%, and the description does not explain the meanings of url, username, password, or timeout beyond what the schema already shows. The phrase 'bounded' could hint at the timeout parameter, but it is too vague to count as compensation, so parameter guidance is weak.

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 states the tool opens an isolated Chromium context and answers an HTTP auth challenge, which clearly identifies its purpose and distinguishes it from sibling navigation tools like page_navigate. However, 'open' is less specific than 'navigate' and the tool name is not restated, so it is clear but not perfectly explicit about URL navigation.

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?

The description does not explicitly state when to use this tool versus page_navigate or other navigation tools. It implies the need for HTTP authentication by mentioning the auth challenge, but it lacks an explicit alternative or exclusion, so guidance is minimal.

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/jumodada/Drissionpage-MCP-Server'

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