Skip to main content
Glama

LinkedIn MCP Server (Salesbot)

search_google_xray

Google X-Ray search for public LinkedIn profiles via Google operators (site:linkedin.com/in). Useful when you don't want to consume LinkedIn search limits, and it CAN target a specific person (put the name/company in keywords). Found profiles are saved into your contacts (in a 'Google X-Ray' list, deduplicated by profile URL). Returns JSON { found, saved, rejected_low_quality, contacts, … } where each item in contacts has contact_id, full_name, profile_url (note: this tool returns contacts/profile_url, unlike search_linkedin_people which returns results/linkedin_url). Saved leads are UNVERIFIED cached snippets — run enrich_contacts before trusting the current company. To move them into the CRM, add them to a campaign with add_contacts_to_campaign (auto-creates CRM leads) or use a CRM tool like set_deal_stage.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax results (1-100, default 10)
jobTitleYesJob title to search for
keywordsNoAdditional keywords to include in search. Optional.
locationNoLocation filter (e.g. 'Praha', 'Brno'). Optional.
excludeWordsNoWords to exclude from search. Optional.

Schema Changelog

Changes observed during successful MCP inspections. Dates show when Glama detected each change.

  1. First observed

TDQS

A4.9/5.0
Behavior5/5

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

Annotations declare readOnlyHint=false, destructiveHint=false, so the description adds critical behavior beyond that: found profiles are saved into contacts, deduplicated by profile URL, and leads are UNVERIFIED cached snippets. It also reveals the JSON return shape, including rejected_low_quality, giving the agent a realistic model of side effects and data trust.

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 dense but every sentence serves a purpose: purpose, usage scenario, targeting trick, side-effect, return format, sibling comparison, data quality warning, and follow-up actions. It is front-loaded with the core purpose and does not waste words on redundant filler.

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?

With no output schema, the description thoroughly explains the return JSON and key contact fields. It also covers side effects, data freshness, and downstream CRM steps, making it nearly self-sufficient for an agent to correctly invoke and interpret the tool. The only minor gaps like pagination or error handling are not critical for a search tool.

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?

Input schema covers all 5 parameters, so baseline is 3. The description provides a meaningful semantic addition by explaining that 'put the name/company in `keywords`' lets the tool target a specific person. This goes beyond the schema's generic 'Additional keywords' wording. Other parameters rely on the schema, which is acceptable at 100% coverage.

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 states a specific verb and resource: 'Google X-Ray search for public LinkedIn profiles via Google operators (site:linkedin.com/in).' It clearly distinguishes itself from search_linkedin_people by naming the different return fields (contacts/profile_url vs results/linkedin_url), so an agent can tell them apart.

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 explicitly says when this is useful: 'when you don't want to consume LinkedIn search limits.' It also provides a concrete alternative for CRM follow-up: 'add_contacts_to_campaign ... or use a CRM tool like set_deal_stage.' The sibling comparison with search_linkedin_people adds clarity for choosing the right search tool.

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.

TDQS

A4.2/5.0
Disambiguation4/5

Most tools have distinct purposes, but there is some overlap among search tools (search_job_postings, search_google_xray, search_linkedin_people, search_web) and messaging tools (send_connection_request, send_linkedin_message, reply_to_chat). However, detailed descriptions clarify the differences.

Naming Consistency5/5

All tools follow a consistent verb_noun snake_case pattern (e.g., add_contacts_to_campaign, list_campaigns). No mixing of conventions.

Tool Count3/5

48 tools is high but justifiable given the broad domain (LinkedIn outreach, CRM, campaigns, job postings, etc.). However, some tools could be consolidated (e.g., multiple search tools).

Completeness5/5

The tool set covers the entire workflow: searching, connecting, messaging, campaign management, CRM operations (fields, stages, tasks, notes), job postings, and posting. No obvious gaps.