Skip to content
verify mcp Beta VerifyMCP is currently in beta. If you notice any issues, email [email protected] and we’ll put it right.

io.github.linkedmash/linkedmash

REMOTE · MCP.LINKEDMASH.COM · SCANNED AUG 3

LinkedIn saved posts MCP server: search saves, draft, schedule, publish, and analyze content.

+5 this week 67 Trust /100
Trust breakdown (6 categories)

How this component scores in each security and reliability category. Every signal is checked automatically against the live server, and we only credit what we can confirm. How we score →

Endpoint Security63
Transport & Reachability100
Schema Quality & AI Usability62
  • AI-judged instruction clarity (excellent).Pass
  • Context-footprint check failed: tool/resource definitions use about 8683 tokens (~217/item across 40 items; 40 tools + 0 resources), over budget; trim descriptions and params. See how to fix → Fail
  • Usage-examples check failed: none of the tools include examples. See how to fix → Fail
Stability & Change Management27
  • Stability observed for 8 of 30 days with no destabilising changes; credit accrues until the full window elapses.Partial
Tool Coverage100
  • 100% of tools have a non-trivial description (not blank, and not just the tool's name).Pass
  • 100% of tool parameters carry a description.Pass
Capabilities100
  • Implements a supported MCP spec version (2025-11-25); the latest is 2026-07-28.Pass
Install

Add this component to your MCP client. Where a client-specific snippet is available, pick your client below and copy it straight into your config; otherwise use the connection detail shown.

remote · mcp.linkedmash.com

# add to Claude Code
claude mcp add --transport http linkedmash-linkedmash https://mcp.linkedmash.com/api/mcp
# ~/.codex/config.toml
[mcp_servers.linkedmash-linkedmash]
url = "https://mcp.linkedmash.com/api/mcp"
// opencode.json
{
  "$schema": "https://opencode.ai/config.json",
  "mcp": {
    "linkedmash-linkedmash": {
      "type": "remote",
      "url": "https://mcp.linkedmash.com/api/mcp",
      "enabled": true
    }
  }
}
# add to OpenClaw
openclaw mcp add linkedmash-linkedmash --url https://mcp.linkedmash.com/api/mcp --transport streamable-http
# ~/.hermes/config.yaml
mcp_servers:
  linkedmash-linkedmash:
    url: "https://mcp.linkedmash.com/api/mcp"
// mcp.json
{
  "mcpServers": {
    "linkedmash-linkedmash": {
      "type": "http",
      "url": "https://mcp.linkedmash.com/api/mcp"
    }
  }
}

The mcpServers block is a cross-client convention. Remote transports vary, so check your client's docs.

Changelog

Every change we have recorded for this component, newest first. Security-relevant changes are always shown. ▲ marks a change for the better, ▼ a change for the worse; unmarked changes are neutral.

  • 3 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 23 to 27. That category is still filling its 30-day observation window: 7 days of observed history at the previous scan, 8 at this one. The score rises as the window fills, whether or not the server changes.

  • 1 Aug 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 17 to 20. That category is still filling its 30-day observation window: 5 days of observed history at the previous scan, 6 at this one. The score rises as the window fills, whether or not the server changes.

  • 31 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 30 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 28 Jul 26 +1

    No change was recorded against any check on this day. Stability & Change Management went from 3 to 7. That category is still filling its 30-day observation window: 1 days of observed history at the previous scan, 2 at this one. The score rises as the window fills, whether or not the server changes.

  • 27 Jul 26 +1
    • We updated how we score, so this day's move reflects our rubric, not a change to the server See what changed → functional
  • 26 Jul 26 61

    First indexed and scored.

Diagnostics

Diagnostic detail from the automated scan of this channel: what the scanner observed at each step, so you can see exactly where a check passed or failed. It is informational only and never changes the trust score.

Captured 3 Aug 2026 · Probed https://mcp.linkedmash.com/api/mcp

TLS valid

Negotiated TLS 1.3 with TLS_AES_128_GCM_SHA256 .

Subject Issuer Valid from Valid until Key Signature Serial
CN=mcp.linkedmash.com CN=YR2,O=Let's Encrypt,C=US 2 Aug 2026 31 Oct 2026 RSA 2048 SHA256-RSA 65e882632e531580aa4184af3fa4f74d076
SANs: mcp.linkedmash.com
CN=YR2,O=Let's Encrypt,C=US (CA) CN=Root YR,O=ISRG,C=US 3 Sept 2025 2 Sept 2028 RSA 2048 SHA256-RSA 4ebd24947e24d394802d84a52fd5b319
CN=Root YR,O=ISRG,C=US (CA) CN=ISRG Root X1,O=Internet Security Research Group,C=US 13 May 2026 2 Sept 2032 RSA 4096 SHA256-RSA f24b6d17f9d9ad7cb1c9fea78782699f
DNSSEC insecure

Validation of mcp.linkedmash.com. Not signed

Zone DS Keys Algorithms Outcome
. trust_anchor 20326, 38696 8, 8 Verified
com. present 19718 13 Verified
linkedmash.com. absent Unsigned (proven) parent-signed NSEC/NSEC3 proves an unsigned delegation
Authentication No authorisation required

The endpoint answered without asking for a token. Anyone who knows the URL can reach it.

Result No authorisation required
HTTP status 200
Header Value
strict-transport-security max-age=63072000
Transports 2 probes
Transport URL Outcome Status Location
streamable-http https://mcp.linkedmash.com/api/mcp Verified 200
http (plaintext) http://mcp.linkedmash.com/api/mcp HTTPS enforced 308 https://mcp.linkedmash.com/api/mcp
MCP tools — 40 exposed · ~8,683 tokens

The tools this component advertises to a client, with an estimated token cost for each. Expand a tool to see its parameters and schema. The per-tool counts are indicative and are not scored directly; the schema's total context footprint is one signal in Schema Quality & AI Usability.

Tool Tokens
add_labels ~200

Add a label to a FEW explicitly chosen posts (specific post_ids the user picked or is looking at). Either label_id or label_name must be provided. NEVER use this to label 'all posts matching a filter' (a date range, an author, a tag, unread…) — fetched lists are ONE PAGE, so labeling their ids silently misses the rest; use tag_bookmarks_by_filter instead, which labels EVERY match server-side in one call and returns matched/tagged counts.

NameTypeReqDescription
label_idstringID of the existing label to add (use either label_id or label_name)
label_namestringName of the label to add (will create if doesn't exist, use either label_id or label_name)
post_idsarrayyesSpecific post IDs to label — a small, explicitly chosen set. For 'all posts matching a filter' use tag_bookmarks_by_filter instead (paginated ids cover only one page).

No output schema declared.

No examples provided.

archive_bookmarks_by_filter ~553

ARCHIVE all bookmarks matching a filter in ONE server-side call (reversible — archived posts stay recoverable in the app's Archive). Use for 'archive all posts <filter>' style requests, even phrased as 'fetch then archive'. BEFORE calling: tell the user what will be archived (use get_bookmark_count with the same filter) and get an explicit yes — then call with confirm=true. Returns matched/affected counts: ALWAYS report them; if 'truncated' is true, say it stopped at the cap.

NameTypeReqDescription
authorstringFilter by author name or ID. Use this parameter when the user wants to find posts by a specific author (e.g., 'Show posts by John Doe', 'Find posts from Suresh sambantham'). Supports fuzzy matching -…
bookmarked_fromstringFilter by bookmark date range (ISO date string)
bookmarked_tostringFilter by bookmark date range (ISO date string)
commentstringFilter by comment: 'only' returns just saved comments, 'exclude' returns only top-level posts. If the user didn't ask about saved comments, prefer 'none' (or omit) — 'none' applies no comment filter.…
confirmMUST be true, and ONLY after the user explicitly confirmed this destructive action in THIS conversation (you told them what will be affected and they said yes). Never set it on your own initiative.
hide_archivedHide archived bookmarks. Default true (archived excluded). Set false ONLY when the user explicitly asks to include archived posts — do not fill this in otherwise.
is_unread_onlybooleanFilter to ONLY unread bookmarks. OMIT unless the user explicitly asks for unread posts. Default false: read AND unread bookmarks are both included.
media_typestringOptional media-attachment filter. Accepted values: 'none', 'image', 'video', 'pdf'. When the user did NOT explicitly name a kind of media, pass 'none' (or omit the field) — 'none' means no media filt…
posted_fromstringFilter by post posting date range (ISO date string)
posted_tostringFilter by post posting date range (ISO date string)
qstringOptional keyword/text filter on post content to further narrow which posts are affected.
tagstringFilter by tag

No output schema declared.

No examples provided.

cancel_scheduled_post ~52

Cancel a scheduled post by its schedule id (from a get_queue entry). Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
schedule_idstringyesThe id of the scheduled post (from the queue entries)

No output schema declared.

No examples provided.

create_draft ~231

Create a new LinkedIn post draft in the user's Content Studio. Put the post body text in 'content'. Returns the created draft (with its id) which can later be scheduled or published. Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
contentstringyesThe body text of the LinkedIn post/draft
formatstringPost format. OMIT (or pass 'none') unless the user asked for a specific format — default is text.
media_mime_typestringMIME type of the attached media, e.g. image/png, video/mp4, application/pdf
media_urlstringPublic URL of an image/video/PDF to attach (host one with upload_media). Set post_type to match.
media_urlsarrayOptional array of media URLs to attach
post_typestringAttachment type — set to image/video/pdf ONLY when actually attaching media (it drives how the post publishes to LinkedIn). No media attached -> prefer 'none' or omit.
titlestringOptional internal title for the draft

No output schema declared.

No examples provided.

create_smart_folder ~124

Create a smart folder (filtered view) — a saved filter/workflow over the user's saved posts. 'name' is required; 'base_query' is the filter query that defines which posts belong; 'triage_buckets' are optional tabs/stages inside the folder. Returns the created folder (with its slug).

NameTypeReqDescription
base_querystringThe folder's filter query.
descriptionstringOptional description of the folder.
namestringyesFolder name.
triage_bucketsarrayTabs/stages inside the folder.

No output schema declared.

No examples provided.

delete_bookmarks_by_filter ~563

DELETE all bookmarks matching a filter in ONE server-side call. Deletion is soft (recoverable from the app for a while) but MUST be treated as destructive: BEFORE calling, tell the user exactly what will be deleted (use get_bookmark_count with the same filter to state the number) and get an explicit yes in this conversation — only then call with confirm=true. NEVER delete on your own initiative. Returns matched/affected counts: ALWAYS report them; if 'truncated' is true, say it stopped at the cap and offer to run again with a narrower filter.

NameTypeReqDescription
authorstringFilter by author name or ID. Use this parameter when the user wants to find posts by a specific author (e.g., 'Show posts by John Doe', 'Find posts from Suresh sambantham'). Supports fuzzy matching -…
bookmarked_fromstringFilter by bookmark date range (ISO date string)
bookmarked_tostringFilter by bookmark date range (ISO date string)
commentstringFilter by comment: 'only' returns just saved comments, 'exclude' returns only top-level posts. If the user didn't ask about saved comments, prefer 'none' (or omit) — 'none' applies no comment filter.…
confirmMUST be true, and ONLY after the user explicitly confirmed this destructive action in THIS conversation (you told them what will be affected and they said yes). Never set it on your own initiative.
hide_archivedHide archived bookmarks. Default true (archived excluded). Set false ONLY when the user explicitly asks to include archived posts — do not fill this in otherwise.
is_unread_onlybooleanFilter to ONLY unread bookmarks. OMIT unless the user explicitly asks for unread posts. Default false: read AND unread bookmarks are both included.
media_typestringOptional media-attachment filter. Accepted values: 'none', 'image', 'video', 'pdf'. When the user did NOT explicitly name a kind of media, pass 'none' (or omit the field) — 'none' means no media filt…
posted_fromstringFilter by post posting date range (ISO date string)
posted_tostringFilter by post posting date range (ISO date string)
qstringOptional keyword/text filter on post content to further narrow which posts are affected.
tagstringFilter by tag

No output schema declared.

No examples provided.

delete_draft ~46

Delete (move to trash) a Content Studio draft by its id. Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
idstringyesThe id of the content post/draft

No output schema declared.

No examples provided.

delete_smart_folder ~69

Delete a smart folder (filtered view) by its slug. This removes the saved filter/workflow itself — it does NOT delete any saved posts. Use list_smart_folders to find the slug.

NameTypeReqDescription
slugstringyesThe smart folder's slug (from list_smart_folders).

No output schema declared.

No examples provided.

forget ~124

Delete a durable user memory by its 'key' (optionally scoped to a 'kind'). Use this when the user asks you to forget something you remembered about them, or to correct an outdated preference/fact before re-adding it with remember.

NameTypeReqDescription
keystringyesThe slug (key) of the memory to delete. Removes every memory with that key for the user.
kindstringOptional: restrict deletion to this kind only. Prefer 'none' (or omit) unless the user named a kind — 'none' removes every kind sharing the key.

No output schema declared.

No examples provided.

get_analytics ~92

Get the user's account-level LinkedIn analytics — impressions, reactions, comments, reshares, members reached and follower growth — over a time window (date_range like '7d', '30d', '90d'). Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
date_rangestringTime window, e.g. '7d', '30d', '90d' (default 30d)

No output schema declared.

No examples provided.

get_bookmark ~68

Get a single saved LinkedIn post (bookmark) by its post_id — full content, author, media and tags. Use this to read one specific saved post, e.g. before creating content based on it.

NameTypeReqDescription
idstringyesThe post_id of the saved bookmark to fetch

No output schema declared.

No examples provided.

get_bookmark_count ~472

Get the count of bookmarks matching the given filters. Supports the SAME filters as list_bookmarks (dates, author, tag, media_type, unread, q, comment) and the count respects all of them, so it is always consistent with a list_bookmarks call using identical filters. Defaults match list_bookmarks: read + unread included, archived excluded. The result echoes applied_filters — check it matches what the user asked before reporting the number.

NameTypeReqDescription
authorstringFilter by author name or ID. Use this parameter when the user wants to find posts by a specific author (e.g., 'Show posts by John Doe', 'Find posts from Suresh sambantham'). Supports fuzzy matching -…
bookmarked_fromstringFilter by bookmark date range (ISO date string)
bookmarked_tostringFilter by bookmark date range (ISO date string)
commentstringFilter by comment: 'only' returns just saved comments, 'exclude' returns only top-level posts. If the user didn't ask about saved comments, prefer 'none' (or omit) — 'none' applies no comment filter.…
hide_archivedHide archived bookmarks. Default true (archived excluded). Set false ONLY when the user explicitly asks to include archived posts — do not fill this in otherwise.
is_unread_onlybooleanFilter to ONLY unread bookmarks. OMIT unless the user explicitly asks for unread posts. Default false: read AND unread bookmarks are both included.
media_typestringOptional media-attachment filter. Accepted values: 'none', 'image', 'video', 'pdf'. When the user did NOT explicitly name a kind of media, pass 'none' (or omit the field) — 'none' means no media filt…
posted_fromstringFilter by post posting date range (ISO date string)
posted_tostringFilter by post posting date range (ISO date string)
tagstringFilter by tag

No output schema declared.

No examples provided.

get_draft ~44

Get a single Content Studio post/draft by its id. Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
idstringyesThe id of the content post/draft

No output schema declared.

No examples provided.

get_growth_digest ~97

Get the user's GROWTH DIGEST — their positioning, content pillars, authority gaps, ranked what-to-do-next actions (with ready-to-use draft prompts), and this week's numbers (new saves, posts published). USE THIS whenever the user asks what they should post/do next, wants a growth plan or weekly review, or asks how to build authority — then walk them through the top next steps. Requires a paid Creator/Lifetime plan.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_post_analytics ~94

Get per-post LinkedIn analytics for the user's recently published posts (impressions, engagements, likes, comments, etc.) over a time window. Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
date_rangestringTime window, e.g. '7d', '30d', '90d' (default 30d)
limitnumberMax number of recently-published posts to return

No output schema declared.

No examples provided.

get_posting_schedule ~40

Get the user's recurring posting schedule — the weekly time-slot grid and timezone that drive 'next-slot' scheduling. Requires a paid Creator/Lifetime plan.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

get_posting_slots ~73

Get the next free posting slots from the user's recurring posting schedule (in their timezone). Use a returned slot's timestamp as publish_at when scheduling. Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
countnumberHow many free slots to return
timezonestringIANA timezone for the slots

No output schema declared.

No examples provided.

get_queue ~90

List the user's posting queue — scheduled and published LinkedIn posts, grouped by date. Optionally filter by status. Each entry includes its schedule id (use it to cancel/reschedule). Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
statusstringFilter the queue by status. If the user didn't name a status, prefer 'none' (or omit) — 'none' returns the whole queue.

No output schema declared.

No examples provided.

get_smart_folder ~84

Get one smart folder (filtered view) by its slug — its name, description, filter query (base_query) and tabs (triage buckets). Use list_smart_folders first to find the slug. To read the posts inside, use get_smart_folder_posts.

NameTypeReqDescription
slugstringyesThe smart folder's slug (from list_smart_folders).

No output schema declared.

No examples provided.

get_smart_folder_posts ~157

List the saved LinkedIn posts inside a smart folder (filtered view). Pass the folder's slug (from list_smart_folders). Optionally pass 'bucket' to return only one tab/stage (triage bucket) of the folder; omit it for all posts in the folder. Paginate with 'cursor' (a numeric offset) and 'limit'.

NameTypeReqDescription
bucketstringTab/stage name within the folder (a triage bucket); omit for all posts in the folder.
cursornumberNumeric offset for pagination.
limitnumberNumber of posts to retrieve (1-100).
slugstringyesThe smart folder's slug (from list_smart_folders).

No output schema declared.

No examples provided.

list_bookmarks ~541

List bookmarks with optional filtering and pagination. Defaults: read AND unread bookmarks are both included (set is_unread_only=true only if the user asks for unread); archived bookmarks are excluded (set hide_archived=false to include them). Only apply the filters the user actually asked for — do NOT add media_type, unread, or date filters unprompted. IMPORTANT: Use this tool (with the 'author' parameter) when the user asks to show posts by a specific author, find posts from someone, or filter by author name. The 'author' parameter supports fuzzy matching of author names.

NameTypeReqDescription
authorstringFilter by author name or ID. Use this parameter when the user wants to find posts by a specific author (e.g., 'Show posts by John Doe', 'Find posts from Suresh sambantham'). Supports fuzzy matching -…
bookmarked_fromstringFilter by bookmark date range (ISO date string)
bookmarked_tostringFilter by bookmark date range (ISO date string)
commentstringFilter by comment: 'only' returns just saved comments, 'exclude' returns only top-level posts. If the user didn't ask about saved comments, prefer 'none' (or omit) — 'none' applies no comment filter.…
cursorstringPagination cursor for next page
hide_archivedHide archived bookmarks. Default true (archived excluded). Set false ONLY when the user explicitly asks to include archived posts — do not fill this in otherwise.
is_unread_onlybooleanFilter to ONLY unread bookmarks. OMIT unless the user explicitly asks for unread posts. Default false: read AND unread bookmarks are both included.
limitnumberNumber of bookmarks to retrieve (1-100)
media_typestringOptional media-attachment filter. Accepted values: 'none', 'image', 'video', 'pdf'. When the user did NOT explicitly name a kind of media, pass 'none' (or omit the field) — 'none' means no media filt…
posted_fromstringFilter by post posting date range (ISO date string)
posted_tostringFilter by post posting date range (ISO date string)
sort_bystringSort order for results
tagstringFilter by tag

No output schema declared.

No examples provided.

list_drafts ~81

List the user's Content Studio posts (drafts, scheduled and published LinkedIn posts they are authoring). Optionally filter by status. Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
statusstringFilter content posts by status. If the user didn't name a status, prefer 'none' (or omit) — 'none' lists all of them.

No output schema declared.

No examples provided.

list_labels ~15

List all user's labels/tags

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

list_smart_folders ~77

List the user's smart folders (a.k.a. filtered views / triage views). A smart folder is a saved filter/workflow over their saved posts, optionally split into tabs (triage buckets/stages). Returns each folder's slug (use it with the other smart-folder tools), name, description, filter query and tabs.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

recall ~99

Retrieve what you durably remember about the user (preferences, writing voice/style, facts, standing instructions) across conversations. Optionally pass a free-text 'query' to narrow the results; omit it to get the full memory digest. Use this when you need to recall the user's preferences or voice before answering or drafting.

NameTypeReqDescription
querystringOptional free-text filter to narrow which remembered items to return. Omit to return the user's full memory digest.

No output schema declared.

No examples provided.

remember ~392

Persist a DURABLE fact, preference, writing-style trait, or standing instruction about the user so it is remembered in FUTURE conversations (not just this one). Use this when the user states a lasting preference or instruction (e.g. 'always keep replies short', 'I write for early-stage founders', 'my timezone is IST', 'use a punchy tone'). kind = preference|style|fact|instruction; key = a short stable slug (reusing a key overwrites it); value = a concise phrase. Do NOT store secrets, passwords, tokens, payment details, or sensitive personal data. Optional mode: 'append' grows an existing note instead of overwriting. If a write is REFUSED (e.g. it would overwrite something the user set themselves, which takes precedence), you'll get an error explaining why — tell the user rather than retrying.

NameTypeReqDescription
keystringyesShort stable slug identifying this memory within its kind (e.g. 'tone', 'audience', 'timezone', 'response_length'). Re-using the same key overwrites the previous value.
kindstringyesWhat kind of durable memory this is. 'preference' = how the user likes things done; 'style' = the user's writing voice (tone/structure/audience/formats/signature phrases); 'fact' = a stable fact abou…
modestringHow to write when this (kind, key) already exists: 'overwrite' (default) replaces the value; 'append' adds it on a new line. OMIT (or pass 'none') for the default — only use 'append' to grow an accum…
valuestringyesThe memory content — a concise phrase (keep it under ~160 characters).

No output schema declared.

No examples provided.

remove_labels ~84

Remove labels from bookmarked posts. Either label_id or label_name must be provided.

NameTypeReqDescription
label_idstringID of the label to remove (use either label_id or label_name)
label_namestringName of the label to remove (use either label_id or label_name)
post_idsarrayyesArray of post IDs to remove labels from

No output schema declared.

No examples provided.

remove_labels_by_filter ~581

REMOVE a label from ALL bookmarks matching a filter in ONE server-side call — the mirror of tag_bookmarks_by_filter. Use this — NOT list/search + remove_labels on page ids — whenever the user asks to remove/clear a label from many posts by date range, author, tag, media type, or unread status (even phrased as 'fetch all X and remove the label'). Provide label_name or label_id; matching is automatically scoped to posts that carry the label. Returns matched/removed/failed counts: ALWAYS report them ('Removed from X of Y matching posts'); if 'truncated' is true, say it stopped at the cap.

NameTypeReqDescription
authorstringFilter by author name or ID. Use this parameter when the user wants to find posts by a specific author (e.g., 'Show posts by John Doe', 'Find posts from Suresh sambantham'). Supports fuzzy matching -…
bookmarked_fromstringFilter by bookmark date range (ISO date string)
bookmarked_tostringFilter by bookmark date range (ISO date string)
commentstringFilter by comment: 'only' returns just saved comments, 'exclude' returns only top-level posts. If the user didn't ask about saved comments, prefer 'none' (or omit) — 'none' applies no comment filter.…
hide_archivedHide archived bookmarks. Default true (archived excluded). Set false ONLY when the user explicitly asks to include archived posts — do not fill this in otherwise.
is_unread_onlybooleanFilter to ONLY unread bookmarks. OMIT unless the user explicitly asks for unread posts. Default false: read AND unread bookmarks are both included.
label_idstringID of the label to remove (use either label_id or label_name)
label_namestringName of the label to remove (use either label_id or label_name)
media_typestringOptional media-attachment filter. Accepted values: 'none', 'image', 'video', 'pdf'. When the user did NOT explicitly name a kind of media, pass 'none' (or omit the field) — 'none' means no media filt…
posted_fromstringFilter by post posting date range (ISO date string)
posted_tostringFilter by post posting date range (ISO date string)
qstringOptional keyword/text filter on post content to further narrow which posts get the label removed.
tagstringFilter by tag

No output schema declared.

No examples provided.

schedule_post ~207

Schedule a Content Studio draft to publish to LinkedIn, or publish it immediately. Set publish_at to 'now' (publish right away), 'next-slot' (the next free slot in the user's posting schedule), or an ISO-8601 timestamp. A timezone (IANA, e.g. 'America/New_York') is required unless publish_at is 'now'. Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
idstringyesThe id of the draft to schedule or publish
media_mime_typestringOptional media MIME type
media_urlstringOptional media URL to attach
post_typestringPost type (default: text)
publish_atstringyesWhen to publish: 'now', 'next-slot' (next free posting slot), or an ISO-8601 timestamp
timezonestringIANA timezone, e.g. 'America/New_York'. Required unless publish_at is 'now'.

No output schema declared.

No examples provided.

search_bookmarks ~638

Search through a user's LinkedIn bookmarks using either keyword (text) search or semantic (meaning-based) search. Supports all list_bookmarks filters, full-text search via the q field, and semantic search via the vector_search_term field for natural language or topic-based queries. IMPORTANT: At least one of 'q', 'vector_search_term', or 'author' must be provided. If the user asks to find posts by a specific author (e.g., 'Show posts by John Doe', 'Find posts from Suresh sambantham'), use the 'author' parameter instead of putting the author name in the 'q' field. Use 'q' for searching post content, not for filtering by author.

NameTypeReqDescription
authorstringFilter by author name or ID. Use this parameter when the user wants to find posts by a specific author (e.g., 'Show posts by John Doe', 'Find posts from Suresh sambantham'). Supports fuzzy matching -…
bookmarked_fromstringFilter by bookmark date range (ISO date string)
bookmarked_tostringFilter by bookmark date range (ISO date string)
commentstringFilter by comment: 'only' returns just saved comments, 'exclude' returns only top-level posts. If the user didn't ask about saved comments, prefer 'none' (or omit) — 'none' applies no comment filter.…
cursorstringPagination cursor for next page
hide_archivedHide archived bookmarks. Default true (archived excluded). Set false ONLY when the user explicitly asks to include archived posts — do not fill this in otherwise.
is_unread_onlybooleanFilter to ONLY unread bookmarks. OMIT unless the user explicitly asks for unread posts. Default false: read AND unread bookmarks are both included.
limitnumberNumber of bookmarks to retrieve (1-100)
media_typestringOptional media-attachment filter. Accepted values: 'none', 'image', 'video', 'pdf'. When the user did NOT explicitly name a kind of media, pass 'none' (or omit the field) — 'none' means no media filt…
posted_fromstringFilter by post posting date range (ISO date string)
posted_tostringFilter by post posting date range (ISO date string)
qstringKeyword or text search query for finding bookmarks by exact words or phrases in post content. Do NOT use this for author names - use the 'author' parameter instead.
sort_bystringSort order for results
tagstringFilter by tag
vector_search_termstringSemantic search query for retrieving bookmarks based on meaning and context, not just keywords. Use for natural language questions or topic-based searches.

No output schema declared.

No examples provided.

search_docs ~245

Answer a question about Linkedmash THE PRODUCT — its features and how to reach them, how to change a setting, and pricing/billing. Use this for questions like 'where do I manage my subscription', 'how do I schedule a post', 'how much is the Creator plan', 'how do I change Lina's writing rules', 'how do I import my LinkedIn saves', 'what does Smart Folders do'. It returns the most relevant sections of the Linkedmash help guide — answer the user in your own words from them and point them to the exact page (e.g. Settings → Billing). For live prices, direct the user to the pricing page (/pricing). This tool reads product documentation only, NOT the user's saved posts or account data.

NameTypeReqDescription
querystringWhat the user wants to know about Linkedmash itself — a feature and how to reach it, a setting to change, or pricing/billing (e.g. 'where do I manage my subscription', 'how do I schedule a post', 'ho…

No output schema declared.

No examples provided.

set_posting_schedule ~97

Replace the user's recurring posting schedule (weekly time-slot grid + timezone). 'grid' is an array of slots like { time: '8:30 am', days: { Mon: true, Wed: true } }. These slots drive 'next-slot' scheduling. Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
gridarrayyesRecurring posting slots
timezonestringyesIANA timezone for the recurring posting schedule

No output schema declared.

No examples provided.

setup_vector_store ~162

Initialize the vector store for semantic search. CRITICAL: When vector/semantic search fails with 'Vector Store Not Setup' error and you offered the user options to either initialize or use keyword search, and the user responds with 'first', 'option 1', 'yes', 'initialize', 'set it up', 'init', 'setup', 'go ahead' or similar confirmation, you MUST immediately call this tool. ALWAYS check your previous message in the chat history to confirm the user is responding to your options. Do NOT re-run the search tool - just call this tool. After calling this tool, inform the user that setup has started and may take a few minutes. This is an async operation that may take a few minutes to complete for large bookmark collections.

Input schema present but exposes no named parameters.

No output schema declared.

No examples provided.

tag_bookmarks_by_filter ~686

Add a label to ALL bookmarks matching a filter in ONE server-side call. Use this — NOT list_bookmarks/search_bookmarks followed by add_labels — whenever the user asks to tag/label many posts by date range, author, tag, media type, or unread status (e.g. 'tag all posts older than March 2026 as Archive', 'label everything from John Doe as Hiring'). Date targeting: 'older than'/'before' DATE -> posted_to (or bookmarked_to); 'since'/'after' DATE -> posted_from (or bookmarked_from); use posted_* for when the post was published and bookmarked_* for when the user saved it; dates are ISO (YYYY-MM-DD). Provide label_name (created if it doesn't exist) or label_id. The tool returns matched/tagged/failed counts: ALWAYS tell the user how many posts were tagged; if 'truncated' is true, tell them it stopped at the cap and to narrow the date range to tag the rest; if 'failed' > 0, mention it. Never paginate or loop add_labels for bulk tagging — this one call handles the whole set.

NameTypeReqDescription
authorstringFilter by author name or ID. Use this parameter when the user wants to find posts by a specific author (e.g., 'Show posts by John Doe', 'Find posts from Suresh sambantham'). Supports fuzzy matching -…
bookmarked_fromstringFilter by bookmark date range (ISO date string)
bookmarked_tostringFilter by bookmark date range (ISO date string)
commentstringFilter by comment: 'only' returns just saved comments, 'exclude' returns only top-level posts. If the user didn't ask about saved comments, prefer 'none' (or omit) — 'none' applies no comment filter.…
hide_archivedHide archived bookmarks. Default true (archived excluded). Set false ONLY when the user explicitly asks to include archived posts — do not fill this in otherwise.
is_unread_onlybooleanFilter to ONLY unread bookmarks. OMIT unless the user explicitly asks for unread posts. Default false: read AND unread bookmarks are both included.
label_idstringID of the existing label to add (use either label_id or label_name)
label_namestringName of the label to add — created if it doesn't exist (use either label_id or label_name)
media_typestringOptional media-attachment filter. Accepted values: 'none', 'image', 'video', 'pdf'. When the user did NOT explicitly name a kind of media, pass 'none' (or omit the field) — 'none' means no media filt…
posted_fromstringFilter by post posting date range (ISO date string)
posted_tostringFilter by post posting date range (ISO date string)
qstringOptional keyword/text filter on post content to further narrow which posts get tagged.
tagstringFilter by tag

No output schema declared.

No examples provided.

trigger_csv_export ~339

Start exporting the user's saved LinkedIn posts to a CSV (spreadsheet) file. Use this when the user asks to export/download their saved posts as CSV or to a spreadsheet. By default it exports the WHOLE library; to scope it, pass post_ids for a specific selection, or a filter (search_query, filter+value e.g. author/label/type, tags, or author). This records the export — it does NOT return the file. ALWAYS tell the user the export has started and to open the Export Center link (returned in the message) to view and download it.

NameTypeReqDescription
authorstringRestrict the export to a specific author (name or id). Shorthand for filter='author'.
filterstringFilter dimension to scope the export, paired with 'value' (e.g. 'author' + an author id, 'label' + a tag, 'type' + image/video/pdf). If the user asked to export everything, prefer 'none' (or omit) —…
post_idsarraySpecific saved-post ids to export. Omit to export by filter or the whole library.
search_querystringKeyword/text query to scope which saved posts are exported (matches post content). OMIT unless the user asked to export a subset.
tagsarrayRestrict the export to saved posts carrying these tags/labels. OMIT unless the user named tags.
valuestringThe value for 'filter' (e.g. the author id, the tag/label, or the media type).

No output schema declared.

No examples provided.

trigger_json_export ~337

Start exporting the user's saved LinkedIn posts to a JSON file (a structured backup). Use this when the user asks to export/download/back up their saved posts as JSON. By default it exports the WHOLE library; to scope it, pass post_ids for a specific selection, or a filter (search_query, filter+value e.g. author/label/type, tags, or author). This records the export — it does NOT return the file. ALWAYS tell the user the export has started and to open the Export Center link (returned in the message) to view and download it.

NameTypeReqDescription
authorstringRestrict the export to a specific author (name or id). Shorthand for filter='author'.
filterstringFilter dimension to scope the export, paired with 'value' (e.g. 'author' + an author id, 'label' + a tag, 'type' + image/video/pdf). If the user asked to export everything, prefer 'none' (or omit) —…
post_idsarraySpecific saved-post ids to export. Omit to export by filter or the whole library.
search_querystringKeyword/text query to scope which saved posts are exported (matches post content). OMIT unless the user asked to export a subset.
tagsarrayRestrict the export to saved posts carrying these tags/labels. OMIT unless the user named tags.
valuestringThe value for 'filter' (e.g. the author id, the tag/label, or the media type).

No output schema declared.

No examples provided.

trigger_pdf_export ~371

Start exporting the user's saved LinkedIn posts to PDF. Use this when the user asks to export/download/back up their saved posts as a PDF (e.g. 'export all my saved posts to PDF', 'give me a PDF of my saved AI posts'). By default it exports the WHOLE library; to scope it, pass post_ids for a specific selection, or a filter (search_query for a keyword, filter+value e.g. author/label/type, tags, or author). This kicks off an async job — it does NOT return the file. ALWAYS tell the user the export has started and to open the Export Center link (returned in the message) to view and download it once ready; large exports can take up to a minute.

NameTypeReqDescription
authorstringRestrict the export to a specific author (name or id). Shorthand for filter='author'.
filterstringFilter dimension to scope the export, paired with 'value' (e.g. 'author' + an author id, 'label' + a tag, 'type' + image/video/pdf). If the user asked to export everything, prefer 'none' (or omit) —…
post_idsarraySpecific saved-post ids to export. Omit to export by filter or the whole library.
search_querystringKeyword/text query to scope which saved posts are exported (matches post content). OMIT unless the user asked to export a subset.
tagsarrayRestrict the export to saved posts carrying these tags/labels. OMIT unless the user named tags.
valuestringThe value for 'filter' (e.g. the author id, the tag/label, or the media type).

No output schema declared.

No examples provided.

update_draft ~137

Update a Content Studio draft by id (partial — provide only the fields to change; 'content' is required for non-trash updates). Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
contentstringUpdated body text (required for non-trash updates)
formatstringUpdated post format. OMIT (or pass 'none') unless the user asked to change it.
idstringyesThe id of the content post/draft to update
media_mime_typestringUpdated media MIME type
media_urlsarrayUpdated media URLs
titlestringUpdated internal title

No output schema declared.

No examples provided.

update_smart_folder ~135

Update a smart folder (filtered view) by its slug. Provide only the fields to change: 'name', 'description', 'base_query' (the filter query), and/or 'triage_buckets' (the tabs/stages). Use list_smart_folders to find the slug.

NameTypeReqDescription
base_querystringUpdated filter query.
descriptionstringUpdated description.
namestringUpdated folder name.
slugstringyesThe smart folder's slug (from list_smart_folders).
triage_bucketsarrayUpdated tabs/stages inside the folder.

No output schema declared.

No examples provided.

upload_media ~186

Host an image, video, or PDF and get back a public URL to attach to a post (use the returned url as media_url, with the matching post_type). Provide a remote 'url' to re-host (recommended — the asset then stays available until a scheduled publish), or 'file_base64' (+ file_name) for raw bytes. Requires a paid Creator/Lifetime plan.

NameTypeReqDescription
file_base64stringBase64-encoded file bytes (alternative to url; best for smaller files)
file_namestringFile name, e.g. 'chart.png' (required when using file_base64)
mime_typestringMIME type, e.g. image/png, video/mp4, application/pdf
urlstringPublic http(s) URL of the media to host (recommended — it then stays available until a scheduled publish)

No output schema declared.

No examples provided.