This notebook provides a quick overview for getting started withDocumentation Index
Fetch the complete documentation index at: https://nvd-54.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
SERPGoogleScholarTool. For detailed documentation of all SERPGoogleScholarAPITool features and configurations, head to the API reference.
概述
集成详情
| Class | Package | PY support | Version |
|---|---|---|---|
GoogleScholarTool | @langchain/community | ✅ |
Tool features
- Retrieve academic publications by topic, author, or query.
- Fetch metadata such as title, author, and publication year.
- Advanced search filters, including citation count and journal name.
设置
The integration lives in the@langchain/community package.
凭证
Ensure you have the appropriate API key to access Google Scholar. Set it in your environment variables:实例化
You can import and instantiate an instance of theSERPGoogleScholarAPITool tool like this:
调用
Invoke directly with args
You can invoke the tool directly with query arguments:Invoke with ToolCall
We can also invoke the tool with a model-generatedToolCall:
API 参考
有关所有SERPGoogleScholarAPITool features and configurations, 的详细文档,请前往 API 参考。
将这些文档连接到 Claude、VSCode 等工具,通过 MCP 获取实时答案。

