Skip to main content
Glama
Crawlora-org

Crawlora MCP

Official

datasets_facebook_pages_search

Search public Facebook Pages by keyword, category, or ID, then filter by contact details like email, phone, website, WhatsApp, likes, and refresh date to find matching business records.

Instructions

Search the Facebook Pages dataset. Searches public Facebook Page contact records stored in a search index — website, email, phone, WhatsApp, category and like count, discovered through business-search enumeration, domain-scoped scans, and Wikidata seeding, then hydrated from each Page's public About tab. Sort enum: relevance, likes_desc, likes_asc, hydrated_at_desc, hydrated_at_asc.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
qNoFull-text query over title and address, max 256 characters
pageNoPage number, defaults to 1
sortNoSort enum: relevance, likes_desc, likes_asc, hydrated_at_desc, hydrated_at_asc
page_idNoExact Facebook Page id filter, max 128 characters
categoryNoExact Page category filter (case-insensitive), max 128 characters
has_emailNoFilter by a public contact email
has_phoneNoFilter by at least one public phone number
max_likesNoMaximum Page like count
min_likesNoMinimum Page like count
page_sizeNoPage size, defaults to 20 and maxes at 100; page * page_size must be <= 10000
identifierNoExact Page username/identifier filter (case-insensitive), max 128 characters
has_websiteNoFilter by a linked website
has_whatsappNoFilter by a public WhatsApp contact
hydrated_afterNoRecords last refreshed on or after this date (RFC3339 or YYYY-MM-DD)
hydrated_beforeNoRecords last refreshed on or before this date (RFC3339 or YYYY-MM-DD)
discovery_sourceNoExact filter for how the Page was discovered (e.g. business_search, warc_domain_scan, wikidata), max 128 characters
Behavior3/5

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

No annotations are provided, so the description carries the behavioral disclosure burden. It does explain the data provenance (business-search enumeration, domain-scoped scans, Wikidata seeding, hydration from the About tab), which adds context about data freshness and scope. However, it doesn't disclose pagination limits (page_size * page must be <= 10000 is only in the schema), rate limits, or what the return shape looks like.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness4/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is compact and efficiently packs the dataset scope, field list, provenance, and sort options into two sentences. The sort enum is embedded a bit awkwardly but doesn't waste space. It is appropriately sized for a rich search tool.

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

Completeness3/5

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

The description covers the what and the data provenance well, and the schema covers all parameters. However, without annotations or an output schema, the description doesn't address result format, pagination behavior, or typical query patterns. For a 16-parameter search tool with no output schema, this is a moderate gap.

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

Parameters3/5

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

Schema description coverage is 100%, so the schema already documents all 16 parameters. The description mentions the key searchable fields (website, email, phone, WhatsApp, category, like count) and lists the sort enum, which reinforces the schema but doesn't add substantial new meaning. Baseline 3 is appropriate.

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 identifies the resource (Facebook Pages dataset) and the action (search), listing the fields available (website, email, phone, WhatsApp, category, like count). However, it doesn't explicitly distinguish this from the sibling tool datasets_facebook_pages_item or datasets_facebook_pages_facets, so an agent might not know which of the three Facebook Pages dataset tools to pick.

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 explains what the search covers but doesn't provide explicit when-to-use guidance vs alternatives like datasets_facebook_pages_item or datasets_facebook_pages_facets. The search semantics are implied by the name, and the sort enum is listed, but no exclusions or alternative-selection advice is given.

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/Crawlora-org/crawlora-mcp'

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