docs(linkedin): document the mentionable-people directory endpoint + MCP tool - #25
Open
sergebulaev wants to merge 1 commit into
Open
docs(linkedin): document the mentionable-people directory endpoint + MCP tool#25sergebulaev wants to merge 1 commit into
sergebulaev wants to merge 1 commit into
Conversation
…MCP tool Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
sergebulaev
force-pushed
the
docs/linkedin-mentionables
branch
from
August 5, 2026 16:11
845bf02 to
07eedfd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Documents the LinkedIn mentionable-people directory shipped in publora/publora.com#218 (closes publora/publora.com#215).
What changes
docs/endpoints/linkedin-mentionables.md—GET /linkedin-mentionables(q/limitquery params, response field table, curl + JS examples, error table incl.403 UPGRADE_REQUIRED, "How the Directory Fills" section, cross-links to the mentions guide).linkedin_list_mentionablesMCP tool as the discovery path, plus a new bullet under Finding LinkedIn URNs and a Related link.linkedin_list_mentionablessection indocs/mcp/tools-reference.md; tool listed indocs/guides/mcp-server.md; active-tool count bumped 14 → 15 intools-reference.mdandclient-setup.md.README.md(table + LinkedIn bullets) andSKILL.md./linkedin-mentionablespath toschema/openapi.yaml(validated: file parses,Errorschema already carriescode).How to verify
python3 -c "import yaml; yaml.safe_load(open('schema/openapi.yaml'))"— passes.🤖 Generated with Claude Code