Skip to main content
Glama
larsbaunwall

Unlinked

by larsbaunwall

Get recent LinkedIn changes

linkedin_get_recent_changes
Read-onlyIdempotent

Retrieve recent LinkedIn profile changes and new connections from the past 28 days. Poll incrementally by passing the previous response's timestamp to get only new updates.

Instructions

Get the user's LinkedIn data changes from the past 28 days (profile edits, new connections, etc.). Poll incrementally by passing the previous response's nextStartTime. If empty, run linkedin_check_access to verify consent.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
countNoEvents per page (1–50).
maxPagesNoMax pages of results to fetch (1–25). Each page holds ~10 records. Lower this to keep responses small.
startTimeNoOnly return changes at or after this Unix timestamp in milliseconds. Omit for the most recent changes. For polling, pass the previous response's nextStartTime.

Output Schema

TableJSON Schema
NameRequiredDescriptionDefault
eventsYesRecent change events on the member's LinkedIn data.
pageCountYesPages fetched.
truncatedYesTrue if more results exist beyond the page limit.
apiVersionYesLinkedIn API version used for the request.
nextStartTimeNoPass this back as startTime on the next call to continue polling without duplicates.
Behavior4/5

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

Annotations already indicate read-only, idempotent, non-destructive behavior. Description adds context about the 28-day window and polling mechanism, which is complementary and does not contradict annotations.

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 concise sentences with clear front-loading of purpose. No unnecessary words, every sentence adds value.

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 3 parameters, no required, and an output schema, the description is complete. It explains the 28-day window, polling, and fallback action, leaving no critical gaps for agent 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?

All three parameters have schema descriptions (100% coverage). Description adds value by explaining the polling usage of startTime and the meaning of the time window, enhancing understanding beyond schema.

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?

Description clearly states it retrieves user LinkedIn data changes from the past 28 days, with specific examples (profile edits, new connections). It distinguishes itself from sibling tools like linkedin_get_profile or linkedin_get_activity.

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?

Explicitly mentions incremental polling via nextStartTime and suggests running linkedin_check_access if empty. However, it does not explicitly state when not to use this tool or compare to alternatives beyond the polling hint.

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/larsbaunwall/Unlinked'

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