Skip to main content
Glama

Tavily Web Search MCP Server

by bakshidwarak

YOUR_TOOL_NAME

Search the web for current information using natural language queries to find answers, data, and insights from online sources.

Instructions

YOUR_TOOL_DESCRIPTION

Input Schema

NameRequiredDescriptionDefault
queryYes

Input Schema (JSON Schema)

{ "properties": { "query": { "title": "Query", "type": "string" } }, "required": [ "query" ], "type": "object" }

Implementation Reference

  • server.py:27-27 (registration)
    Registration of the YOUR_TOOL_NAME tool using the @mcp.tool() decorator.
    @mcp.tool()
  • server.py:28-30 (handler)
    The handler function implementing the tool logic for YOUR_TOOL_NAME, which currently returns a placeholder response.
    def YOUR_TOOL_NAME(query: str) -> str: """YOUR_TOOL_DESCRIPTION""" return "YOUR_TOOL_RESPONSE"

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/bakshidwarak/AIE8-MCP-Session'

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