Skip to main content
Glama

firecrawlsearchagent_firecrawl_web_search

Perform precise web searches with advanced filtering, incorporating Google search operators and time-based parameters for accurate, time-sensitive results using Firecrawl.

Instructions

Execute a web search query with advanced filtering using Firecrawl. MANDATORY: Use time_filter parameter for ANY time-sensitive requests (recent, today, past week, etc.). Supports Google search operators in search_term. Examples: For 'recent coinbase listings' use search_term='coinbase listings' + time_filter='qdr:w'. For 'today's bitcoin news' use search_term='bitcoin news' + time_filter='qdr:d'. For site-specific searches use search_term='site:coinbase.com announcements'

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoNumber of results to return. Set based on user request: '5 results'→5, '10 items'→10, etc. Default is 10.
search_termYesSearch query WITHOUT time words. Remove 'recent', 'today', 'past week' from query - use time_filter instead. Supports operators: OR, AND, site:domain.com, quotes. Examples: 'coinbase listings' (not 'recent coinbase listings'), 'site:coinbase.com announcements', 'bitcoin OR ethereum price'.
time_filterNoREQUIRED for time-sensitive queries. Map: 'recent/past week'→'qdr:w', 'today/past day'→'qdr:d', 'past hour'→'qdr:h', 'past month'→'qdr:m', 'past year'→'qdr:y'. Always use when user mentions time periods.
Behavior4/5

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

With no annotations provided, the description carries the full burden of behavioral disclosure. It effectively describes key behaviors: the mandatory use of time_filter for time-sensitive queries, support for Google search operators, and provides concrete examples of how to map user requests to parameters. However, it lacks details on rate limits, authentication needs, or error handling, which would be useful for a web search tool.

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 well-structured and concise: it starts with the core purpose, immediately states a mandatory requirement (time_filter), explains parameter usage with clear examples, and uses bullet-like examples for common scenarios. Every sentence adds practical value without redundancy, making it easy for an agent to parse and apply.

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 tool's complexity (3 parameters, no annotations, no output schema), the description is largely complete: it covers purpose, usage guidelines, and parameter semantics effectively. However, it lacks information on output format (e.g., what the search results look like) and any behavioral constraints like rate limits or error cases, which would be helpful for a web search tool with no output schema.

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

Parameters4/5

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

The schema description coverage is 100%, so the baseline is 3. The description adds significant value beyond the schema by explaining the rationale behind parameter usage: it clarifies why time words should be removed from search_term and moved to time_filter, provides mapping examples for time_filter values, and emphasizes the mandatory nature of time_filter for time-sensitive queries. This enhances understanding but doesn't fully detail all parameter interactions.

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: 'Execute a web search query with advanced filtering using Firecrawl.' It specifies the verb ('execute'), resource ('web search query'), and differentiator ('advanced filtering using Firecrawl'), distinguishing it from sibling tools like exasearchagent_exa_web_search or firecrawlsearchagent_firecrawl_extract_web_data by focusing on search rather than extraction or question-answering.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

The description provides explicit usage guidelines: it mandates using time_filter for time-sensitive requests, gives examples of when to use specific time_filter values (e.g., 'today's bitcoin news' → 'qdr:d'), and implicitly distinguishes from alternatives by specifying support for Google search operators, which may not be available in other search tools. It also clarifies to remove time words from search_term, guiding proper parameter usage.

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

Related 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/heurist-network/heurist-mesh-mcp-server'

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