Skip to main content
Glama
ironessi

browser-firefox-mcp

by ironessi

get_cookies

Retrieve all cookies from the Firefox browser, optionally filtering by domain patterns for session analysis and security testing.

Instructions

List all cookies, optionally filtered by domain patterns.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
domainsNoFilter by domain patterns
Behavior4/5

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

No annotations are provided, so the description carries the burden. 'List' clearly indicates a non-mutating read operation, but it doesn't explicitly guarantee no side effects or specify whether it returns only non-expired cookies. Still, the behavior is well implied for a simple list tool.

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?

One sentence, front-loaded with the action, and no unnecessary words. It conveys both the primary function and the optional filter efficiently.

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 one-optional-parameter tool with a clear sibling context, the description is adequate. It doesn't describe the return format, but the absence of an output schema makes that less critical. The description is complete enough for the tool's simplicity.

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

Parameters3/5

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

Schema coverage is 100% for the only parameter, and the description repeats the same 'domain patterns' filtering info without adding new semantics. No additional meaning is provided beyond the 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 'List all cookies' uses a specific verb and resource, clearly indicating the tool's action. The optional filter by domain patterns adds scope, distinguishing it from sibling tools like set_cookie and clear_cookies.

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 usage for reading cookies but does not explicitly state when to use it over alternatives. It doesn't mention when not to use it or reference sibling tools like set_cookie for writing operations.

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/ironessi/browser-firefox-mcp'

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