Skip to main content
Glama

fofa_icon_search

Read-onlyIdempotent

Identify internet assets by fetching a website's favicon, calculating its FOFA MurmurHash3, and searching for matching servers.

Instructions

Fetch a public website favicon safely, calculate its FOFA MurmurHash3 value, and search matching assets.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
fullNo
sizeNo
fieldsNo

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes
totalNo
fieldsYes
recordsYes
summaryYes
consumedNo
next_cursorNo
Install Server

TDQS

B3.2/5.0
Behavior4/5

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

The annotations already establish read-only, idempotent, open-world, and non-destructive behavior. The description adds useful context beyond those: it performs an outbound fetch of a public website favicon and computes a MurmurHash3 value before searching FOFA, which is behavior not shown in the schema or annotations.

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 a single, front-loaded sentence that lays out the full pipeline without fluff. Every phrase adds meaningful information, and the structure makes the operation sequence immediately understandable.

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

Completeness2/5

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

Although annotations cover safety and an output schema exists, the description leaves three of four parameters completely undefined and offers no guidance on edge cases like unreachable favicons or invalid URLs. For an agent to call this tool correctly, the optional parameters need semantic explanation.

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

Parameters2/5

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

Schema description coverage is 0%, and the description only implicitly clarifies the url parameter by mentioning a public website favicon. The parameters full, size, and fields receive no explanation at all, so the agent cannot confidently know what they control or how to set them.

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's workflow: fetch a public favicon, compute FOFA MurmurHash3, and search matching assets. It is specific about the resource and action, but it does not explicitly differentiate itself from sibling tools like fofa_search or fofa_search_next, so it stops short of a top score.

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?

No explicit guidance is given about when to use this tool versus fofa_search, fofa_search_next, or other siblings. The usage is only implied by the icon+hashing approach; there are no stated conditions, exclusions, or alternative suggestions.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/asaotomo/FofaMap'

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