Skip to main content
Glama
mwalker-tmd

Tavily Search MCP Server

by mwalker-tmd

YOUR_TOOL_NAME

Search the web for current information using natural language queries to retrieve up-to-date data from the internet through the Tavily API.

Instructions

YOUR_TOOL_DESCRIPTION

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
queryYes

Implementation Reference

  • server.py:27-30 (handler)
    The main handler function for the 'YOUR_TOOL_NAME' tool, decorated with @mcp.tool() for registration. It takes a query string and returns a placeholder response.
    @mcp.tool()
    def YOUR_TOOL_NAME(query: str) -> str:
        """YOUR_TOOL_DESCRIPTION"""
        return "YOUR_TOOL_RESPONSE"
  • server.py:27-27 (registration)
    The @mcp.tool() decorator registers the YOUR_TOOL_NAME tool with the MCP server.
    @mcp.tool()
  • Type hints define the input schema (query: str) and output (str).
    def YOUR_TOOL_NAME(query: str) -> str:

Tool Definition Quality

Score is being calculated. Check back soon.

Install Server

Other Tools

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mwalker-tmd/MCP-Session-Code'

If you have feedback or need assistance with the MCP directory API, please join our Discord server