Skip to main content
Glama
ChimbuezeDavid

Universal LinkedIn MCP Server

get_profile_views

Retrieve private profile view analytics and viewer demographics to identify who has viewed your LinkedIn profile and understand your audience.

Instructions

Retrieve private profile view analytics and viewer demographics for your account.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault

No arguments

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
resultYes

Schema Changelog

Changes observed during successful MCP inspections.

  1. First observedv0.1.0

TDQS

A4.3/5.0
Behavior4/5

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

With no annotations, the description carries the full burden of behavioral disclosure. It clearly signals a read-only retrieval of private, account-scoped data, which covers the key safety and scope traits. It does not detail edge behavior such as empty analytics or authentication requirements, but for a simple no-argument getter this is sufficient.

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?

A single front-loaded sentence that names the action, the resource, and the scope with no filler. Every word contributes to understanding the tool.

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 zero parameters, an output schema that can define return values, and no annotations, the description provides the missing scope and privacy context. What remains is either captured by structured fields or not needed for correct invocation.

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?

The tool has zero parameters, so the schema already documents everything an agent could pass. The description adds no parameter details but reinforces account scoping, which is appropriate when there is nothing to document.

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 verb and resource: retrieving analytics and viewer demographics for private profile views. 'Private' and 'for your account' clearly differentiate it from viewing others' profiles or retrieving one's own profile data.

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 implies usage via 'private profile view analytics for your account,' suggesting it is for own-account insights. However, it does not explicitly say when to choose this over siblings like get_post_analytics or get_network_briefing, nor does it name alternatives.

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