> For the complete documentation index, see [llms.txt](https://whitepaper.aitech.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://whitepaper.aitech.io/agentforge/tools/linkedin.md).

# linkedin

### LinkedIn

[LinkedIn](https://www.linkedin.com/) is the world’s largest professional networking platform, empowering users to build their careers, connect with their network, and share professional content. LinkedIn is widely used by professionals across industries for personal branding, recruiting, job search, and business development.

With LinkedIn, you can easily share posts to your personal feed to engage with your network, and access information about your profile to highlight your professional achievements. Automated integration with Agent Forge allows you to leverage LinkedIn functionality programmatically—enabling agents and workflows to post updates, report on your professional presence, and keep your feed active without manual effort.

Key LinkedIn features available through this integration include:

* **Share Posts:** Automatically publish professional updates, articles, or announcements to your LinkedIn personal feed.
* **Profile Information:** Retrieve detailed information about your LinkedIn profile to monitor or use in downstream tasks within your workflows.

These capabilities make it easy to keep your LinkedIn network engaged and to extend your professional reach efficiently as part of your AI or workflow automation strategy.

### Usage Instructions

Integrate LinkedIn into workflows. Share posts to your personal feed and access your LinkedIn profile information.

### Tools

#### `linkedin_share_post`

Share a post to your personal LinkedIn feed

**Input**

| Parameter         | Type   | Required | Description                                                          |
| ----------------- | ------ | -------- | -------------------------------------------------------------------- |
| `text`            | string | Yes      | The text content of your LinkedIn post                               |
| `visibility`      | string | No       | Who can see this post: "PUBLIC" or "CONNECTIONS" (default: "PUBLIC") |
| `request`         | string | No       | No description                                                       |
| `output`          | string | No       | No description                                                       |
| `specificContent` | string | No       | No description                                                       |
| `shareCommentary` | string | No       | No description                                                       |
| `headers`         | string | No       | No description                                                       |

**Output**

| Parameter | Type    | Description                       |
| --------- | ------- | --------------------------------- |
| `success` | boolean | Operation success status          |
| `postId`  | string  | Created post ID                   |
| `profile` | json    | LinkedIn profile information      |
| `error`   | string  | Error message if operation failed |

#### `linkedin_get_profile`

Retrieve your LinkedIn profile information

**Input**

| Parameter | Type | Required | Description |
| --------- | ---- | -------- | ----------- |

**Output**

| Parameter | Type    | Description                       |
| --------- | ------- | --------------------------------- |
| `success` | boolean | Operation success status          |
| `postId`  | string  | Created post ID                   |
| `profile` | json    | LinkedIn profile information      |
| `error`   | string  | Error message if operation failed |

### Notes

* Category: `tools`
* Type: `linkedin`


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://whitepaper.aitech.io/agentforge/tools/linkedin.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
