Skip to content

Commit 3366f93

Browse files
committed
tool name
1 parent 730ccf8 commit 3366f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

inkeep_mcp_server/server.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,8 +48,8 @@ async def make_inkeep_rag_request(query: str) -> InkeepRAGResponse:
4848

4949

5050
@mcp.tool(
51-
name="retrieve-product-docs",
52-
description="Retrieve product docs about your product using the Inkeep RAG API. 'query' should be framed as a conversational question about the product.",
51+
name="search-product-content",
52+
description="Retrieve product content (docs, release notes, help center articles, etc.) about your product using. The query can be framed as a conversational question about the product.",
5353
)
5454
async def retrieve_product_docs(query: str) -> InkeepRAGResponse:
5555
return await make_inkeep_rag_request(query)

0 commit comments

Comments
 (0)