Skip to main content
Glama

Litescrape

Bing Search

bing_search
Read-only

Fetch a Bing web search results page as JSON: organic_results plus the modules Bing served (answer_box, knowledge_graph, copilot_answer, ads, related_questions, inline_videos, top_stories and more). Free without an API key: 50 calls per network per day.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSearch query; Bing operators are preserved
ccNoTwo-letter country code; conflicts with mkt
latNoLatitude; supply together with lon
lonNoLongitude; supply together with lat
mktNoMarket such as en-US; conflicts with cc
firstNoOne-based organic result offset for pagination; default 1
deviceNoLayout to request; default desktop
filtersNoNative Bing display or date filters
locationNoCity-level search origin
safeSearchNoDefault moderate
result_groupsNoReturn only these top-level result groups, e.g. ["organic_results", "knowledge_graph"]; omit for the complete response. search_metadata is always kept

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.4/5.0
Behavior5/5

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

Beyond the readOnlyHint annotation, the description discloses the response composition (organic_results plus answer_box, knowledge_graph, copilot_answer, ads, related_questions, inline_videos, top_stories), the JSON format, and the operational constraints: free, no API key, and a daily rate limit. This adds meaningful behavioral context that annotations alone do not provide.

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 only two sentences, with the core action and output shape front-loaded. Every sentence earns its place: the first defines the tool's purpose and response, and the second adds the important quota and API-key caveat.

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 11 parameters and no output schema, the rich parameter schema plus the description's module list and quota note make the tool adequately invocable. A little more detail about pagination behavior or result-group semantics would make it fully complete for such a parameter-heavy tool, but the existing context is strong.

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?

All 11 parameters already have schema descriptions, so the baseline is 3. The description adds value by enumerating plausible values for the result_groups parameter, such as organic_results, knowledge_graph, and top_stories, which is helpful for constructing calls even though most parameters are not individually discussed in the description.

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?

Opens with a specific verb and object ('Fetch a Bing web search results page as JSON') and enumerates the returned modules, which clearly separates it from sibling tools like google_search or duckduckgo_search. The Bing resource is unambiguous and the description distinguishes this tool from generic search alternatives.

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 gives practical selection context by noting that the tool is free, requires no API key, and has a daily quota of 50 calls. However, it does not explicitly contrast this tool with sibling search tools or state when to prefer it over google_search or duckduckgo_search, so the usage guidance is mostly implied.

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

Try in Browser

Glama MCP Gateway

Add one secure layer between your agents and this server.