docs: document tavily_research tool in README - #201
Open
RobertTylman wants to merge 2 commits into
Open
Conversation
The README listed only four tools (search, extract, map, crawl) despite the server exposing five. Add tavily_research throughout: - Replace the intro bullet list with a five-tool summary table - Add a usage note explaining when to prefer research over search (addresses the agent tool-selection confusion described in issue #188) - Add a dedicated tavily_research section with parameter reference, example, and notes on rate limits, credit cost, and response format - Update the Claude Code setup section to mention all five tools Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
evanYDL
reviewed
Aug 13, 2026
| npx -y tavily-mcp@latest | ||
| ``` | ||
|
|
||
| ## tavily_research — Deep Research Tool 🔬 |
There was a problem hiding this comment.
none of the other endpoints have their own section
Remove the standalone endpoint section and decorative emojis in response to review feedback. Co-authored-by: Cursor <cursoragent@cursor.com>
RobertTylman
commented
Aug 13, 2026
RobertTylman
left a comment
Author
There was a problem hiding this comment.
removed research section and cleaned up structure
Author
|
this is just a docs update, #189 improves the system prompt. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What
The README listed only four tools (search, extract, map, crawl) despite the server exposing five. This PR adds
tavily_researchthroughout the docs.Changes
tavily_researchovertavily_search— directly addresses the agent tool-selection confusion described in issue Server is missing aninstructionsfield, leaving agents with no guidance on which tool to use or how they combine #188tavily_researchsection with parameter reference, example payload, and notes on rate limits (20 rpm), credit cost (up to 250/call), and response formatRelated
Closes / related to #188 (missing server-level instructions causing agents to never call
tavily_research). The README guidance is a partial fix — agents that consult the README or are configured with its content will now understand when to use research vs. search.