list_sites
List the configured documentation sites, showing each site's alias and root URL, so you can target your documentation searches.
Instructions
List the Verso documentation sites this server is configured to serve.
Each site has an alias — pass it as the site argument to search,
list_kinds, or fetch_page to target that site. Sites are configured via
the VERSO_MCP_SITES environment variable. Read-only.
Args: response_format: "markdown" (default) or "json".
Returns: markdown: one line per site (alias, default marker, root URL). json: {"default": str, "sites": [{"alias","root","indexed"}, ...]}
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| response_format | No | 'markdown' (human-readable) or 'json' (structured) | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |