From 61f27369ef42fab0a9f4d510c45f17470b22c5f8 Mon Sep 17 00:00:00 2001 From: NSkogstad-AUS Date: Thu, 19 Feb 2026 11:28:18 +1100 Subject: [PATCH] docs(tools): update Available Tools table with additional search functionalities --- tools/README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tools/README.md b/tools/README.md index 28983b18..c02d52eb 100644 --- a/tools/README.md +++ b/tools/README.md @@ -102,7 +102,8 @@ python mcp_server.py | ---- | ----------- | | `web_search` | Search the web (Google or Brave, auto-detected) | | `web_scrape` | Scrape and extract content from webpages | -| `scholar_search`, `patents_search` | Search academic papers and patents via SerpAPI | +| `scholar_search`, `scholar_get_citations`, `scholar_get_author` | Search academic papers, get citations and author profiles via SerpAPI | +| `patents_search`, `patents_get_details` | Search patents and retrieve patent details via SerpAPI | | `exa_search`, `exa_answer`, `exa_find_similar`, `exa_get_contents` | Semantic search and content retrieval via Exa AI | | `news_search`, `news_headlines`, `news_by_company`, `news_sentiment` | Search news articles and analyse sentiment |