Skip to main content
Glama

web_session_list

List saved web-automation login profiles to verify which credentials persist on disk. Use it to check available login sessions before running web automation.

Instructions

Lists your web-automation login profiles: every SAVED login (persisted on disk, so web_login/web_navigate c...

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior3/5

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

With no annotations, the description carries the burden. It discloses that logins are persisted on disk and that the operation is a list (read-only), but does not explain return format, side effects, or whether profiles can be expired/invalid. The truncated clause may have added more, but based on visible text this is minimal.

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 front-loaded and efficient, beginning with the purpose. However, the text appears truncated mid-sentence, so the structure is incomplete and a full sentence is not presented.

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 zero-parameter list tool with no output schema, the description is largely complete: it states what is listed and that entries are saved on disk. The truncated mention of web_login/web_navigate slightly reduces completeness, and return details are not specified, but the tool is simple enough.

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 input schema is empty with zero parameters, so the baseline of 4 applies. There are no parameter semantics to document, and the description doesn't need to compensate for schema gaps.

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?

States 'Lists your web-automation login profiles' and scopes to 'every SAVED login (persisted on disk)', clearly distinguishing this from sibling actions like web_login or web_session_close. The verb 'Lists' plus the specific resource makes the purpose unambiguous.

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 references web_login/web_navigate as consumers of saved logins, implying when to use the list. However, it does not explicitly state exclusions or alternative tools, so it provides clear context but not full when-not-to-use guidance.

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/lanchuske/local-mcp-releases'

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