Skip to main content
Glama

browser-automation

session_delete

V1 Session Delete

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
sessionIdNo

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

D1.5/5.0
Behavior1/5

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

No annotations exist, so the description must carry the full burden of behavioral disclosure. It only repeats the destructive action implied by the name and does not mention irreversibility, side effects, current-session versus specified-session scope, or error behavior.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness2/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is only four words long, but this is under-specification rather than conciseness. There is no sentence structure or contextual detail that earns its place as a useful tool definition.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness1/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a destructive action with one optional parameter and no output schema, the description should clarify the scope of deletion, the role of sessionId, and what happens when it is omitted. None of this is present, so the tool is not safely callable based on the description.

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

Parameters1/5

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

The schema has one optional sessionId parameter with a default of null and 0% description coverage. The description never mentions sessionId, so the agent cannot tell whether omitting it deletes the current session or whether a specific session must be supplied.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose2/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description 'V1 Session Delete' is essentially a versioned restatement of the tool name. It does not state in a sentence what the tool does, nor does it distinguish itself from session_create or session_list beyond the delete verb.

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 usage context is provided. There is no indication of when to call this tool, what prerequisites exist, or how it relates to sibling tools such as session_create and session_list.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.