favicon
get_faviconfavicon Billing per call: 1 Credits.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| s | No |
get_faviconfavicon Billing per call: 1 Credits.
| Name | Required | Description | Default |
|---|---|---|---|
| s | No |
Changes observed during successful MCP inspections. Dates show when Glama detected each change.
Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?
With no annotations, the description carries the full burden of disclosure. It only mentions billing per call, not what the tool does, its return format, or any side effects. The agent is left completely in the dark.
Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.
Is the description appropriately sized, front-loaded, and free of redundancy?
The description is very short, but this is under-specification rather than conciseness. The word 'favicon' is uninformative, and while billing information is useful, it does not compensate for the missing functional description.
Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.
Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?
For a tool with one parameter, no annotations, and no output schema, the description is completely inadequate. It does not explain the tool's purpose, input, or output, leaving essential context entirely absent.
Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.
Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?
The schema has one parameter 's' with title 'url' but no description, and schema description coverage is 0%. The tool description adds no meaning beyond the title, failing to explain what the URL is used for or its format.
Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.
Does the description clearly state what the tool does and how it differs from similar tools?
The description is just 'favicon', which restates the title and doesn't use a verb or specify a resource. It fails to state what the tool actually does, such as retrieving a favicon for a URL.
Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.
Does the description explain when to use this tool, when not to, or what alternatives exist?
No guidance is provided on when to use this tool versus alternatives. There is no mention of the sibling tools or any context for appropriate usage.
Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.
Add one secure layer between your agents and this server.
Each tool targets a distinct purpose: web search, image search, and favicon retrieval. There is no real overlap or ambiguity between them.
The tool names mostly follow a consistent get_ prefix and snake_case style. However, get_api_v1_images and get_api_v1_web include the API version while get_favicon does not, creating a minor inconsistency.
Three tools is well-scoped for a search-focused server. Each tool covers a distinct and useful search-related capability without unnecessary bloat.
The server covers the core search domain with web search, image search, and favicon lookup. It could arguably include more search verticals like news or video, but the provided surface is functional and not severely incomplete.