Skip to main content
Glama
jcnh74

linkedin-profile-manager-mcp

by jcnh74

Export profile patch

export_profile_patch

Save the latest LinkedIn profile update plan as local Markdown and JSON files for review or archival.

Instructions

[risk: local-write] Writes files to the local data directory. Nothing is sent to LinkedIn. Save the most recent update plan as local Markdown + JSON files. Never pushes anywhere.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nameNoprofile-patch
Behavior4/5

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

With no annotations, the description discloses critical behavior: [risk: local-write], nothing sent to LinkedIn, never pushes. This is transparent about safety and scope, though it could mention file overwrite behavior.

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 extremely concise—three short sentences. It front-loads the risk warning and gets to the point without extraneous words.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

For a simple tool with one parameter and no output schema, the description covers purpose, behavior, and constraints. It may be missing context about dependency on generate_update_plan, but the sibling list provides that implicitly.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters2/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

The schema has one parameter 'name' with 0% description coverage. The description does not explain what the parameter controls (e.g., file name, path), leaving the agent to infer from the default value 'profile-patch'.

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 clearly states the tool writes files to the local data directory, saving an update plan as Markdown+JSON. It distinguishes from siblings like generate_update_plan by emphasizing local export and no external push.

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 says to save the most recent update plan locally and never push anywhere, implying local-only usage. However, it does not explicitly state when to use this versus generate_update_plan or other alternatives.

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/jcnh74/linkedin-profile-manager-mcp'

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