Skip to main content
Glama

Reach MCP — LinkedIn for AI agents

list_connections

Read-onlyIdempotent

List LinkedIn 1st-degree connections for an account (Voyager dash connections), paged with start/count — same payload as GET /api/linkedin/{account_id}/connections.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoPage size.
startNoPagination offset, 0-based.
account_idYesReach id of the LinkedIn account to act on, from list_accounts.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoRequested page size.
itemsNo
startNoOffset used for this request.
totalNoTotal connections reported by LinkedIn ``paging.total``.
next_startNoIf set, use as the ``start`` query param for the next page (Kanbox-style paging).

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observed

TDQS

A4.3/5.0
Behavior4/5

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

Annotations already declare readOnlyHint=true, idempotentHint=true, and destructiveHint=false, so the safety profile is covered. The description adds value by specifying the data source ('Voyager dash connections') and pagination mechanism, plus a direct API equivalence, which are behavioral details not present in annotations. It does not contradict any annotation.

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 a single sentence that packs in the core purpose, data source, pagination, and API equivalence without any fluff. It is front-loaded with the primary action and resource, and every phrase contributes to understanding. This is an exemplar of concise, efficient writing.

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?

The tool has an output schema (which covers return values), annotations cover safety and idempotence, and the description covers purpose, source, and pagination. For a simple read-only list operation, this is everything an agent needs to select and invoke the tool correctly. No important behavioral or usage context 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%, so the parameters (account_id, start, count) are already fully documented. The description only slightly enhances this by mentioning pagination with start/count, but it adds no new meaning beyond what the schema provides. The baseline of 3 is appropriate since the schema handles the heavy lifting.

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 ('List') and a precise resource ('LinkedIn 1st-degree connections for an account'), which clearly distinguishes it from sibling tools like invitation lists or conversation lists. It also adds a clarifying source ('Voyager dash connections') and an API equivalent, removing ambiguity about what kind of data is returned.

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 gives clear context on what the tool does and mentions pagination behavior (start/count), but it does not explicitly state when to use it over alternatives or when not to use it. The purpose is straightforward enough that a user would not confuse it with siblings like list_sent_invitations, but the lack of explicit exclusions prevents a higher score.

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.

Resources