Skip to main content
Glama
freema

Firefox DevTools MCP

by freema

get_firefox_output

Read-only

Retrieve Firefox stdout/stderr logs, warnings, crashes, and stack traces. Filter by text or time to pinpoint specific issues.

Instructions

Retrieve Firefox output (stdout/stderr including MOZ_LOG, warnings, crashes, stack traces). Returns recent output from the capture file. Use filters to focus on specific content.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
grepNoFilter log lines containing this string (case-insensitive)
linesNoNumber of recent log lines to return (default: 100, max: 10000)
sinceNoOnly show logs written in the last N seconds
Behavior3/5

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

Annotations already indicate readOnlyHint=true. The description adds that output is 'recent' and from a 'capture file', but does not clarify if the capture file must be started first or if there are side effects (though unlikely). No contradiction with annotations.

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 two sentences – the first clearly defines the tool's function, the second offers usage guidance. It is concise and front-loaded, though the second sentence could be more specific.

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 retrieval tool with no output schema, the description adequately explains what is returned (recent log lines) and the type of content. It could mention that capturing must be active, but overall it is sufficient given the tool's simplicity and sibling context.

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 description coverage is 100%, so parameters are well-documented structurally. The description only adds a generic 'use filters' note, adding no meaningful new meaning to the parameters 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 clearly states the tool retrieves Firefox output (stdout/stderr) including specific content types like MOZ_LOG, warnings, crashes, and stack traces. It also specifies it returns recent output from a capture file, making the purpose distinct from sibling tools like get_firefox_info.

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 provides minimal guidance: 'Use filters to focus on specific content.' It does not specify when to use this tool versus alternatives (e.g., get_firefox_info) or provide context about prerequisites like whether capturing must be active.

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/freema/firefox-devtools-mcp'

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