Skip to main content
Glama
creator137

flru-mcp

by creator137

flru_login

Start a manual Playwright login session to persist browser storage and reuse the authenticated state on FL.ru.

Instructions

Starts a manual Playwright login session and persists browser storage state.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
headlessNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

B3.4/5.0
Behavior3/5

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

With no annotations, the description discloses key behaviors: it's manual (interactive) and persists browser storage state. However, it doesn't detail the flow, such as whether it blocks until login, how errors are handled, or where the state is stored, leaving gaps for an agent.

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 a single, front-loaded sentence that conveys both action and side effect without padding or redundancy.

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 tool is simple (one optional boolean param, no output schema), but the description omits context about the overall authentication flow, such as when to run it relative to other tools and what constitutes successful completion. Enough for basic understanding but not fully complete.

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?

Schema description coverage is 0% and the description never mentions the 'headless' parameter. The boolean parameter is left unexplained, forcing the agent to infer its meaning from the parameter name alone.

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 clearly states it starts a manual Playwright login session and persists browser storage state, with a specific verb and resource. It distinguishes itself from sibling tools like flru_auth_status by indicating it initiates a login rather than checking status.

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?

No guidance is provided on when to use this tool vs alternatives like flru_auth_status. It does not mention prerequisites (e.g., needing to run before other tools) or exclusion scenarios.

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