Skip to main content
Glama
jus1-c

Forensics Utils MCP Server

by jus1-c

firefox_parse_favicons_tool

Parse Firefox favicon history from the favicons database to uncover visited sites and associated icons. Supports filtering by URL and including image previews for forensic analysis.

Instructions

Parse Firefox favicons from the favicons database. Typical profile path: "C:\Users<user>\AppData\Roaming\Mozilla\Firefox\Profiles<rand>.default-release".

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMaximum number of favicon records to return
icon_urlNoOptional exact favicon URL filter
page_urlNoOptional exact page URL filter
profile_pathYesAbsolute path to the Firefox profile directory
include_imageNoInclude favicon image previews as base64
max_image_bytesNoMaximum bytes to include per image preview

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Behavior2/5

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

No annotations are provided, so the description must convey behavioral context. It reveals the tool reads a database and gives a typical path, but it does not disclose return format, whether any write operations occur, potential side effects, or required permissions. The behavioral disclosure is minimal.

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 long. The first sentence states the core function, and the second sentence provides a concrete example path that is immediately useful. Every word earns its place with no redundancy.

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?

Given the output schema exists and the input schema covers all parameters, the description does not need to explain return values or parameter details. It provides sufficient context about the tool's domain (Firefox profiles) and the typical path, though it lacks deeper behavioral details and alternative guidance.

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 the schema fully documents all six parameters. The description adds no parameter-level detail beyond what the schema already provides, so the baseline score of 3 is appropriate.

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's purpose: 'Parse Firefox favicons from the favicons database.' The verb 'parse' and resource 'Firefox favicons' are specific, and the mention of 'Firefox' distinguishes it from the sibling chromium_parse_favicons_tool.

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 by providing a typical profile path, which is helpful for execution, but it does not explicitly state when to use this tool versus alternatives or mention any prerequisites or exclusions. The guidance is implicit rather than explicit.

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/jus1-c/forensics-utils-mcp-server'

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