Skip to main content
Glama
freema

Firefox DevTools MCP

by freema

get_firefox_output

Retrieve recent Firefox output including logs, warnings, crashes, and stack traces. Filter by lines, grep pattern, or time range to focus on specific content.

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
linesNoNumber of recent log lines to return (default: 100, max: 10000)
grepNoFilter log lines containing this string (case-insensitive)
sinceNoOnly show logs written in the last N seconds
Behavior2/5

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

No annotations exist, and the description does not disclose behavioral details such as whether reading is destructive, if output is buffered or cleared, or any permissions required. It only states it returns recent output.

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, front-loaded with the action and resource. It is efficient without redundancy, though the second sentence is somewhat generic.

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

Completeness3/5

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

Given no output schema, the description does not explain the format of the returned output (e.g., array of strings). It mentions 'capture file' but omits details about default behavior or edge cases, making it minimally adequate.

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%, and the description adds context like 'recent output' and 'filters,' which aligns with the 'lines', 'grep', and 'since' parameters. However, it adds minimal semantic value beyond the schema descriptions.

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

Purpose4/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 including stdout/stderr, MOZ_LOG, warnings, crashes, and stack traces. This distinguishes it from sibling tools like list_console_messages or get_firefox_info, though explicit differentiation is absent.

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?

The description only generically advises 'Use filters to focus on specific content.' It does not specify when to use this tool vs. alternatives (e.g., list_console_messages) or note any prerequisites or limitations.

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