Docfork
docfork_search_docs
Search documentation across GitHub repositories or the web. For targeted searches INSIDE a specific library's documentation, use the docforkIdentifier parameter (author/repo format). Extract from GitHub URLs (e.g., github.com/facebook/react → 'facebook/react') and include in ALL subsequent searches about that library for focused, accurate results.
Remote docfork/docfork
Other tools also called docfork_search_docs?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"query": {
"type": "string",
"description": "Search query. Include language/framework names."
},
"tokens": {
"type": "string",
"description": "Token budget: 'dynamic' or number (100-10000)"
},
"docforkIdentifier": {
"type": "string",
"description": "CRITICAL for targeted library searches: Library identifier in author/repo format (e.g., 'facebook/react', 'vercel/next.js'). Use this to search INSIDE a specific library's documentation for focused, accurate results. Extract from URLs in docfork_search_docs results and ALWAYS include in all subsequent searches about that library."
}
}
}