Skip to main content
Glama
jamesdeane2

MCP IT Glue Server

by jamesdeane2

browser_keep_open

Set browser persistence after authentication. Enable it to keep the browser open and log in once for multiple IT Glue operations; disable it to close the browser after each authentication.

Instructions

Enable or disable browser persistence after authentication.

When enabled (True), the browser window stays open after capturing authentication tokens. This is useful when you have multiple operations that need authentication - you only need to log in once per session.

When disabled (False, the default), the browser closes automatically after each authentication capture.

Args: enabled: True to keep browser open after auth, False to close it

Returns: Confirmation of the new setting

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
enabledYes

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.2/5.0
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. It discloses the default (False) and the consequence of each setting ('browser closes automatically' vs 'stays open'). This is clear and adequate for the tool's simple state-change nature.

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-structured with an Args section and Returns note. Every sentence contributes useful information; it is slightly verbose but not padded. The key information is front-loaded.

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-boolean toggle, the description covers the parameter, usage rationale, default behavior, and return value. It could mention persistence across sessions or side effects, but those are not critical for correct invocation.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters5/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema only provides a boolean named 'enabled', but the description explains its meaning precisely: 'True to keep browser open after auth, False to close it'. This adds significant value beyond the schema.

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 clearly states the action ('Enable or disable browser persistence') and the resource (browser after authentication). It is distinguishable from most siblings, though it does not explicitly differentiate from the similar 'session_browser_keep_open' tool.

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?

It explains when to enable persistence ('multiple operations that need authentication') and notes the default behavior. It does not explicitly mention when not to use it or alternative tools, but the context is sufficient.

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

Deploy Server

Other Tools