knowledgeowl for LangChain
io.usefulapi/knowledgeowl
Read and write knowledge-base articles, categories, snippets, glossary, readers, and search data.
client:LangChain
transport:streamable-http
tools:24
Install knowledgeowl in LangChain
pip install langchain-mcp-adapters
from langchain_mcp_adapters.client import MultiServerMCPClient
client = MultiServerMCPClient({
"knowledgeowl": {
"transport": "streamable_http",
"url": "https://knowledgeowl.usefulapi.io/mcp",
}
})
tools = await client.get_tools()
get_tools() returns the server's tools as LangChain tools, ready for an agent. LangChain docs
What LangChain can do once it is connected
- list_articles
- get_article
- list_categories
- get_category
- list_tags
- list_snippets
- list_glossary_terms
- list_comments
- list_readers
- get_reader
- list_files
- list_article_versions
- list_article_revisions
- list_suggestions
- list_synonyms
- list_webhooks
- list_authors
- knowledgeowl_request
- create_article
- update_article
- create_category
- update_category
- create_snippet
- create_glossary_term