Skip to main content
Glama
nick-choudhary

linkedin-sales-nav-mcp

Get Results Sample

get_results
Read-only

Pull a bounded sample of a saved LinkedIn Sales Navigator query's records into the conversation for analysis. For large sets, export results and analyze the file instead.

Instructions

Pull a bounded slice of a saved query's records into the conversation for analysis. Bounded on purpose — for large sets, prefer export_results and analyze the file with code rather than loading everything into context.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
limitNoMax records to return (1-200, default 25).
offsetNoRecords to skip (for paging through the sample).
url_or_hashYesThe query's url_hash or original search URL.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Install Server

TDQS

A4.5/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, and the description adds meaningful behavioral context: it is intentionally bounded and is not meant for large retrieval. It also clarifies the purpose of the data pull (analysis), which helps the agent set expectations.

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?

Two tight sentences with no filler. The primary purpose is front-loaded, and the design rationale plus routing to the sibling tool is delivered in the second sentence.

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?

For a read-only, bounded sample tool, the description covers purpose, scope, and the large-set alternative. The schema covers parameters and the output schema covers return shape, so nothing needed to call it correctly is missing.

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%, and the schema already fully documents url_or_hash, limit, and offset with ranges and defaults. The description's mention of 'bounded' aligns with the schema but adds no new parameter-level meaning beyond it.

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?

States a specific action ('Pull a bounded slice'), a specific resource ('a saved query's records'), and a clear intent ('into the conversation for analysis'). The phrase 'bounded slice' distinguishes it from the sibling export_results, which is designed for large sets.

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?

Explicitly says when to use this tool: for bounded in-context analysis. It also names the alternative for large sets ('prefer export_results') and explains why, preventing the agent from overloading context.

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

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/nick-choudhary/linkedin-sales-nav-mcp'

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