Skip to main content
Glama

Relentless MCP Server

relentless_index

Get a fast index of all database entries with slugs and titles for navigation or sitemap generation without retrieving full content.

Instructions

Get an index of all entries (slugs and titles only). This is faster than relentless_list when you only need to see what entries exist without their full content. Useful for navigation or sitemap generation.

Input Schema

NameRequiredDescriptionDefault
databaseYesThe database name (e.g., "blog", "docs", "leads")
formatNoReturn format: "array" returns [{slug, title, url}], "object" returns {slug: {title, url}}array

Input Schema (JSON Schema)

{ "properties": { "database": { "description": "The database name (e.g., \"blog\", \"docs\", \"leads\")", "type": "string" }, "format": { "default": "array", "description": "Return format: \"array\" returns [{slug, title, url}], \"object\" returns {slug: {title, url}}", "enum": [ "array", "object" ], "type": "string" } }, "required": [ "database" ], "type": "object" }

Other Tools from Relentless MCP Server

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/PranaytheSingh/relentless-mcp'

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