Skip to main content
Glama

novada_map

Read-onlyIdempotent

Discover all URLs on a site by checking sitemap.xml first, then falling back to BFS crawl. Returns a list of URLs only, no content, for site structure discovery.

Instructions

Use when you need to know what URLs exist on a site before deciding what to read. Tries sitemap.xml first (fast), falls back to BFS crawl. Returns URL list only — no content.

Best for: Site structure discovery, finding the correct subpage URL when you extracted the wrong page. Not for: Reading page content (follow with novada_extract or novada_crawl). Note: Limited results on JavaScript SPAs — will flag this in output.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
urlYes
searchNo
limitYes
include_subdomainsYes
max_depthYesLink-hops from root to follow. Default 2. Higher = more pages found but slower.
Behavior5/5

Does the description disclose side effects, auth requirements, rate limits, or destructive behavior?

Description adds behavioral details beyond annotations: fallback mechanism from sitemap to BFS crawl, output format (URL list only), and limitation on JavaScript SPAs with a flag. Annotations already declare read-only and idempotent, consistent with description.

Agents need to know what a tool does to the world before calling it. Descriptions should go beyond structured annotations to explain consequences.

Conciseness5/5

Is the description appropriately sized, front-loaded, and free of redundancy?

The description is concise with a single paragraph and bullet points, no redundant text. Structure is clear: usage context, best for, not for, and a note.

Shorter descriptions cost fewer tokens and are easier for agents to parse. Every sentence should earn its place.

Completeness4/5

Given the tool's complexity, does the description cover enough for an agent to succeed on first attempt?

Covers purpose, usage guidance, behavioral details, and limitations. No output schema, but description mentions output format. Could add more on return structure or error handling, but sufficient for a URL-discovery tool.

Complex tools with many parameters or behaviors need more documentation. Simple tools need less. This dimension scales expectations accordingly.

Parameters3/5

Does the description clarify parameter syntax, constraints, interactions, or defaults beyond what the schema provides?

Schema coverage is low (20%), and the description does not explain individual parameters like search, limit, or include_subdomains in detail. However, the overall purpose and behavior context somewhat compensate, and simple parameters like url and limit are self-explanatory.

Input schemas describe structure but not intent. Descriptions should explain non-obvious parameter relationships and valid value ranges.

Purpose5/5

Does the description clearly state what the tool does and how it differs from similar tools?

The description clearly states the tool's purpose: to discover URLs on a site using sitemap or BFS crawl, returning only a URL list. It distinguishes itself from siblings like novada_extract and novada_crawl.

Agents choose between tools based on descriptions. A clear purpose with a specific verb and resource helps agents select the right tool.

Usage Guidelines5/5

Does the description explain when to use this tool, when not to, or what alternatives exist?

Explicit 'Best for' and 'Not for' sections provide clear guidance on when to use (site structure discovery, finding correct subpage) and when not to (reading page content), with alternatives mentioned.

Agents often have multiple tools that could apply. Explicit usage guidance like "use X instead of Y when Z" prevents misuse.

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/NovadaLabs/novada-mcp'

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