Skip to main content
Glama

Relentless MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
RELENTLESS_API_KEYYesYour Relentless API key for authentication

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
relentless_list_databases

List all Notion databases connected to your Relentless account. Use this first to discover available databases, then use other tools to read/write data. Returns database names that can be used with other tools.

relentless_insert

Insert a new entry into a Notion database via Relentless API. Data is automatically validated before insertion to catch errors early. Use this to create new documentation, blog posts, leads, or any structured data. The data will be immediately visible in Notion and accessible via the Relentless API.

relentless_read

Read a specific entry from a Notion database by its slug. Returns the full entry with all properties and content.

relentless_list

List all entries from a Notion database. Returns full content for all entries. Use this to see what content exists or to search through entries.

relentless_index

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.

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