tavily_fastmcp.tools.extract¶
Extract tool registration.
- Purpose:
Register the namespaced Tavily extract MCP tool.
- Design:
Convert flat MCP arguments into
ExtractRequest.Keep tool behavior stable and URL-first.
Functions¶
|
Register the |
Module Contents¶
- tavily_fastmcp.tools.extract.register_extract_tool(mcp: Any, *, backend: tavily_fastmcp.service.TavilyServiceProtocol) None[source]¶
Register the
tavily.extractMCP tool.- Parameters:
mcp – FastMCP server instance.
backend – Tavily service backend.
- Returns:
None.