Skip to main content
Glama

tavily-mcp-python

by MertAtesmen

tavily-map

Generate structured website maps to analyze site structure, content organization, and navigation paths. Ideal for site audits, content discovery, and understanding website architecture based on specified depth, breadth, and filtering criteria.

Instructions

A powerful web mapping tool that creates a structured map of website URLs, allowing you to discover and analyze site structure, content organization, and navigation paths. Perfect for site audits, content discovery, and understanding website architecture.

Input Schema

NameRequiredDescriptionDefault
allow_externalNoWhether to allow following links that go to external domains
categoriesNoFilter URLs using predefined categories like documentation, blog, api, etc
instructionsYesNatural language instructions for the crawler
limitNoTotal number of links the crawler will process before stopping
max_breadthNoMax number of links to follow per level of the tree (i.e., per page)
max_depthNoMax depth of the mapping. Defines how far from the base URL the crawler can explore
select_domainsNoRegex patterns to select crawling to specific domains or subdomains (e.g., ^docs\.example\.com$)
select_pathsNoRegex patterns to select only URLs with specific path patterns (e.g., /docs/.*, /api/v1.*)
urlYesRoot URL to begin the mapping

Input Schema (JSON Schema)

{ "properties": { "allow_external": { "default": false, "description": "Whether to allow following links that go to external domains", "title": "Allow External", "type": "boolean" }, "categories": { "description": "Filter URLs using predefined categories like documentation, blog, api, etc", "items": { "enum": [ "Careers", "Blog", "Documentation", "About", "Pricing", "Community", "Developers", "Contact", "Media" ], "type": "string" }, "title": "Categories", "type": "array" }, "instructions": { "description": "Natural language instructions for the crawler", "title": "Instructions", "type": "string" }, "limit": { "default": 50, "description": "Total number of links the crawler will process before stopping", "minimum": 1, "title": "Limit", "type": "integer" }, "max_breadth": { "default": 20, "description": "Max number of links to follow per level of the tree (i.e., per page)", "minimum": 1, "title": "Max Breadth", "type": "integer" }, "max_depth": { "default": 1, "description": "Max depth of the mapping. Defines how far from the base URL the crawler can explore", "minimum": 1, "title": "Max Depth", "type": "integer" }, "select_domains": { "description": "Regex patterns to select crawling to specific domains or subdomains (e.g., ^docs\\.example\\.com$)", "items": { "type": "string" }, "title": "Select Domains", "type": "array" }, "select_paths": { "description": "Regex patterns to select only URLs with specific path patterns (e.g., /docs/.*, /api/v1.*)", "items": { "type": "string" }, "title": "Select Paths", "type": "array" }, "url": { "description": "Root URL to begin the mapping", "title": "Url", "type": "string" } }, "required": [ "url", "instructions" ], "type": "object" }
Install Server

Other Tools from tavily-mcp-python

Related Tools

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/MertAtesmen/tavily-mcp-python'

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