Skip to main content
Glama
Eddym06

Chrome Devtools Advanced MCP

by Eddym06

delete_cookie

Delete a specific browser cookie by name, optionally specifying domain and path, to manage sessions or clear stored data.

Instructions

Delete a specific cookie by name. Use get_cookies first to find exact name and domain.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameYesCookie name to delete
pathNoCookie path/
tabIdNoTab ID (optional)
domainNoCookie domain (optional, uses current domain if not specified)
Behavior2/5

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

With no annotations, the description must disclose behavioral details. It only states the deletion action and hints at the need for exact name/domain, but does not address side effects, permissions, reversibility, or behavior on missing cookies. This is insufficient for a mutation tool with zero annotation coverage.

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 two sentences, front-loaded with the primary action, and contains no fluff. Every word contributes to understanding the tool's purpose or usage.

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 simple deletion tool with complete schema documentation, the description covers the core task and prereq. It lacks return value details, but given the simplicity and no output schema, the description is reasonably complete. The lack of annotations and mutation context prevents a higher score.

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?

Schema coverage is 100%, providing a baseline of 3. The description adds value by emphasizing that get_cookies should be used to retrieve the exact name and domain, which implies that cookie matching requires precise values—this goes beyond the schema's basic parameter descriptions.

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 states 'Delete a specific cookie by name' with a clear verb and resource, and the qualifier 'specific' distinguishes it from clear_cookies. This makes the tool's 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 provides explicit guidance to use get_cookies first to find the exact name and domain, setting up a correct usage workflow. It does not explicitly mention when not to use it or alternatives, but the context is clear.

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/Eddym06/chrome-devTools-advanced-mcp'

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