Confluence API Tool #27093
AhmadHakim2004
started this conversation in
Ideas
Confluence API Tool
#27093
Replies: 1 comment
-
Hey @jacoblee93 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Checked
Feature request
We would like to add a Confluence tool to integrate Confluence’s content management and collaboration capabilities into LangChain. This tool will offer a set of features for interacting with Confluence pages, attachments, templates, and comments by integrating the following API calls:
- Create/Update Pages and Content
- Get Page Content
- Move Pages
- Delete Pages
- Create/Update Templates
- Get Templates
- Delete Pages
Motivation
After experimenting with Langchain, I noticed that there's a Confluence document loader, and a Jira toolkit that can be used for creating a confluence page indicating that Confluence is actively utilized by the Langchain community. And as someone who've used Confluence at work, I believe a separate and dedicated tool for Confluence with the functionalities mentioned above in LangChain would greatly enhance the experience with this platform. This would streamline workflows, improve content accessibility, and reduce manual interventions, making it easier to manage complex projects and maintain accurate documentation across our team.
Proposal (If applicable)
Here is a basic pesudocode implementation:
First we'll create an API wrapper:
Then create tool class using the API wrapper:
Finally bundle the tools into a toolkit:
Example usage
Beta Was this translation helpful? Give feedback.
All reactions