Skip to content

docs: add MongoDB to the Available Tools list - #6760

Open
norareidy wants to merge 2 commits into
crewAIInc:mainfrom
norareidy:docs/core-concepts-mdb
Open

docs: add MongoDB to the Available Tools list#6760
norareidy wants to merge 2 commits into
crewAIInc:mainfrom
norareidy:docs/core-concepts-mdb

Conversation

@norareidy

Copy link
Copy Markdown

Summary

Added MongoDBVectorSearchTool to the Available CrewAI Tools table on the Tools concept page, so the tool is discoverable from core concepts and not only from the tools reference section.

Validation

  • Previewed the changes locally with Mintlify
  • Confirmed the table renders correctly with the new row
  • Verified the tool has an existing reference page at en/tools/database-data/mongodbvectorsearchtool

Copilot AI review requested due to automatic review settings July 31, 2026 18:24
@coderabbitai

coderabbitai Bot commented Jul 31, 2026

Copy link
Copy Markdown

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro Plus

Run ID: 9b0fda51-cc22-4b5c-a8cf-17bd76479705

📥 Commits

Reviewing files that changed from the base of the PR and between 20e99cc and b1421cf.

📒 Files selected for processing (1)
  • docs/edge/en/concepts/tools.mdx
🚧 Files skipped from review as they are similar to previous changes (1)
  • docs/edge/en/concepts/tools.mdx

📝 Walkthrough

Walkthrough

The tools documentation now lists MongoDBVectorSearchTool and describes its MongoDB vector similarity search and vector index management capabilities.

Changes

MongoDB Vector Search Documentation

Layer / File(s) Summary
Document MongoDB vector search tool
docs/edge/en/concepts/tools.mdx
The available tools list now includes MongoDBVectorSearchTool with its MongoDB vector search and index management capabilities.

Suggested reviewers: copilot

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title clearly summarizes the documentation change that adds MongoDB to the Available Tools list.
Description check ✅ Passed The description directly explains the added MongoDBVectorSearchTool entry and the validation performed.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Adds MongoDB vector search to the “Available tools” concept-page table so the tool is discoverable alongside other core tools.

Changes:

  • Added a new row for MongoDBVectorSearchTool to the available tools table.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread docs/edge/en/concepts/tools.mdx Outdated
| **JSONSearchTool** | A RAG tool designed for searching within JSON files, catering to structured data handling. |
| **LlamaIndexTool** | Enables the use of LlamaIndex tools. |
| **MDXSearchTool** | A RAG tool tailored for searching within Markdown (MDX) files, useful for documentation. |
| **MongoDBVectorSearchTool** | A RAG tool for performing vector similarity search on MongoDB collections, with support for creating and managing vector search indexes. |
Copilot AI review requested due to automatic review settings July 31, 2026 18:28

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Copilot reviewed 1 out of 1 changed files in this pull request and generated no new comments.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants