Skip to main content
Glama
HasData

hasdata-mcp

Official

bing_serp: GET /

hasdata_bing_serp_getSearchResults

Fetch Bing search results with location targeting, filters, and pagination. Track organic rankings, featured snippets, and knowledge panels to audit visibility and train search agents.

Instructions

Get Bing Search Results

Fetches Bing SERPs for a query with geo targeting (location/lat/lon), market (mkt), country (cc), safesearch (off/moderate/strict), time/custom filters, device type, and pagination (first offset, count up to 50). Returns organic results (title, url, snippet, displayed url, position), related searches, answer boxes/knowledge panels, and pagination metadata. Use for SEO rank tracking, SERP feature monitoring, Bing-specific visibility audits, and training/eval data for search agents.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qYesSpecify the search term for which you want to scrape the SERP.
locationNoDefines the search’s origin location. For realistic results, set location at the city level. If omitted, the proxy’s location may be used.
latNoGPS latitude for the search origin.
lonNoGPS longitude for the search origin.
mktNoThe two-letter country code for the country to search from.
ccNoThe two-letter country code for the country to search from.
safeNoAdult Content Filtering option.
filtersNoAllows applying various filters to narrow search results, including date-based options: - `ex1:"ez1"` – past 24 hours - `ex1:"ez2"` – past week - `ex1:"ez3"` – past month For complex filters, run a Bing search and copy the filters parameter from the URL.
deviceTypeNoSpecify the device type for the search.
firstNoThis parameter specifies the number of search results to skip and is used for implementing pagination. For example, a value of 1 (default) indicates the first page of results, 11 refers to the second page, and 21 to the third page.
countNoNumber of results per page, ranging from 1 to 50.
Behavior4/5

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

Without annotations, the description carries full responsibility. It explains that the tool fetches SERPs, accepts various parameters (geo, market, safesearch, filters, device type, pagination), and returns organic results, related searches, and answer boxes. This provides sufficient behavioral insight without side effects or rate limits.

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 concise yet comprehensive, front-loading the core function and then listing capabilities in a structured list-like format. No redundant or vague statements; every sentence adds value.

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

Completeness5/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 description covers all essential aspects: input parameters, return types, and use cases. It even provides example filter syntax. This makes the tool easy to understand and use without additional documentation.

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?

Schema coverage is 100% with descriptions, but the description adds value by grouping parameters (e.g., 'geo targeting (location/lat/lon)') and explaining their purpose in context. It highlights key constraints like 'count up to 50' and 'first offset' for pagination, which aids understanding beyond the schema.

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 'Get Bing Search Results' and details the functionality: fetching SERPs with geo targeting, market, etc. It lists return types (organic results, related searches, answer boxes) and specifies use cases like SEO rank tracking. This distinguishes it from sibling tools focused on other platforms (e.g., Google, Amazon).

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

Usage Guidelines4/5

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

The description explicitly lists intended use cases: 'SEO rank tracking, SERP feature monitoring, Bing-specific visibility audits, and training/eval data for search agents.' It provides clear context but does not explicitly state when not to use or mention alternatives.

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/HasData/hasdata-mcp'

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