Skip to main content
Glama

authenticate

Opens a browser to the GUAP login page, waits for credentials, and saves session cookies for automatic use on subsequent requests.

Instructions

Authenticate with GUAP via browser automation. Opens a browser window, navigates to pro.guap.ru login page, waits for you to enter credentials, and saves session cookies. The cookies are saved to a file and will be used automatically for subsequent requests. Timeout is 120 seconds by default.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
timeoutNo
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 that the tool opens a browser window, navigates to a login page, waits for user credentials, saves session cookies to a file, and has a default timeout. This is substantial behavioral context beyond the schema.

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?

The description is three sentences: main action, process details, and cookie persistence/timeout. Every sentence adds value and is front-loaded with the primary purpose.

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?

The description covers the workflow (browser, navigation, wait, cookie save) and the default timeout. It lacks details on return values, error handling, or how to verify success, but the cookie-saving outcome is clear and the complexity is manageable.

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

Parameters4/5

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

The schema only lists a timeout parameter with a default of 120, but no units. The description adds that the timeout is in seconds and explicitly states '120 seconds by default', providing meaning beyond the raw 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 the verb 'Authenticate' and the target resource 'GUAP', and explains the browser automation process. It distinguishes itself from sibling data retrieval tools by being the authentication step.

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 implies that this tool should be run before subsequent requests, noting that cookies will be used automatically. However, it does not explicitly mention when to use vs alternatives like check_auth_status, nor does it state any exclusions.

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/ehlvg/mcp-guap'

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