Graphlit MCP Server

Official
by graphlit
Verified

webMap

Enumerates web pages below a specified URL using a web sitemap, returning a detailed list of mapped URIs for site analysis or navigation.

Instructions

Enumerates the web pages at or beneath the provided URL using web sitemap. Does not ingest web pages into Graphlit knowledge base. Accepts web page URL as string. Returns list of mapped URIs from web site.

Input Schema

NameRequiredDescriptionDefault
urlYes

Input Schema (JSON Schema)

{ "$schema": "http://json-schema.org/draft-07/schema#", "additionalProperties": false, "properties": { "url": { "type": "string" } }, "required": [ "url" ], "type": "object" }
ID: fscrivteod